diff --git a/doc/styles/LS.css b/doc/styles/LS.css index 286780b5..ef62c070 100644 --- a/doc/styles/LS.css +++ b/doc/styles/LS.css @@ -50,6 +50,7 @@ pre.programlisting { border-style: solid; border-color: #60B7D4; -moz-border-radius: 6px; + border-radius: 6px; border-width: 1px 1px 1px 6px; opacity: 0.7; background-color: #D4E8EE; @@ -61,6 +62,7 @@ pre.programlisting { em.citetitle { -moz-border-radius: 6px; + border-radius: 6px; background-color: #60B7D4; font-family: sans-serif; font-size: 1em; @@ -71,6 +73,7 @@ em.citetitle { display: block; width: 50%; -moz-border-radius: 6px; + border-radius: 6px; } /* @@ -80,6 +83,7 @@ div.warning, div.important, div.note { margin: 10px; padding: 10px; -moz-border-radius: 20px; + border-radius: 20px; } div.warning table, div.important table, div.note table { diff --git a/public_html/css/black/LSconfirmBox.css b/public_html/css/black/LSconfirmBox.css index 2a0a8cd9..c5488222 100644 --- a/public_html/css/black/LSconfirmBox.css +++ b/public_html/css/black/LSconfirmBox.css @@ -1,5 +1,6 @@ #box-LSconfirmBox { -moz-border-radius: 5px; + border-radius: 5px; margin: auto; position: absolute; z-index: 4; @@ -49,6 +50,7 @@ .btn-LSconfirmBox { background-color: #fff; -moz-border-radius: 5px; + border-radius: 5px; color: #33302b; font-weight: bold; padding: 3px; diff --git a/public_html/css/black/LSform.css b/public_html/css/black/LSform.css index 7741b4db..ff572411 100644 --- a/public_html/css/black/LSform.css +++ b/public_html/css/black/LSform.css @@ -28,6 +28,7 @@ li.LSform_layout_active { color: #fff; background-color: #cac9c4; -moz-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; padding: 4px; display: inline; margin-right: 1px; @@ -150,6 +151,7 @@ img.LSform-add-field-btn, img.LSform-remove-field-btn { background: #33302b; opacity: 0.8; -moz-border-radius: 2px; + border-radius: 2px; max-width: 500px; text-align: justify; } diff --git a/public_html/css/black/LSformElement_image.css b/public_html/css/black/LSformElement_image.css index 26543871..5e7651b0 100644 --- a/public_html/css/black/LSformElement_image.css +++ b/public_html/css/black/LSformElement_image.css @@ -10,6 +10,7 @@ div.LSformElement_image { padding: 5px; text-align: center; -moz-border-radius: 1em; + border-radius: 1em; } img.LSformElement_image { diff --git a/public_html/css/black/LSsmoothbox.css b/public_html/css/black/LSsmoothbox.css index 61598f79..e6d0a8c3 100644 --- a/public_html/css/black/LSsmoothbox.css +++ b/public_html/css/black/LSsmoothbox.css @@ -9,6 +9,7 @@ background-color: #fff; border: 10px solid #33302b; -moz-border-radius: 5px; + border-radius: 5px; margin: auto; position: absolute; z-index: 3; @@ -36,6 +37,7 @@ #validBtn-LSsmoothbox { background-color: #33302b; -moz-border-radius: 5px; + border-radius: 5px; height: 22px; font-size: 18px; color: #fff; diff --git a/public_html/css/black/base.css b/public_html/css/black/base.css index f2e91b7d..96510a0a 100644 --- a/public_html/css/black/base.css +++ b/public_html/css/black/base.css @@ -67,6 +67,7 @@ a img { background-color: #fff; border: 1px solid #53504b; -moz-border-radius: 15px; + border-radius: 15px; padding-top: 30px; padding-bottom: 30px; } diff --git a/public_html/css/default/LSconfirmBox.css b/public_html/css/default/LSconfirmBox.css index 16e868a3..83e133b5 100644 --- a/public_html/css/default/LSconfirmBox.css +++ b/public_html/css/default/LSconfirmBox.css @@ -1,5 +1,6 @@ #box-LSconfirmBox { -moz-border-radius: 5px; + border-radius: 5px; margin: auto; position: absolute; z-index: 4; @@ -49,6 +50,7 @@ .btn-LSconfirmBox { background-color: #fff; -moz-border-radius: 5px; + border-radius: 5px; color: #000; font-weight: bold; padding: 3px; diff --git a/public_html/css/default/LSdefault.css b/public_html/css/default/LSdefault.css index 8dc9d0c0..1e559cce 100644 --- a/public_html/css/default/LSdefault.css +++ b/public_html/css/default/LSdefault.css @@ -45,6 +45,7 @@ div.LSerror { display: none; background-color: #000; -moz-border-radius: 8px; + border-radius: 8px; position: absolute; max-width: 200px; padding: 5px; @@ -71,6 +72,7 @@ div.LSerror { background: #333; opacity: 0.8; -moz-border-radius: 2px; + border-radius: 2px; max-width: 500px; text-align: justify; } diff --git a/public_html/css/default/LSform.css b/public_html/css/default/LSform.css index 21cde6ab..5e26be00 100644 --- a/public_html/css/default/LSform.css +++ b/public_html/css/default/LSform.css @@ -28,6 +28,7 @@ li.LSform_layout_active { color: #fff; background-color: #52BCE5; -moz-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; padding: 4px; display: inline; margin-right: 1px; diff --git a/public_html/css/default/LSformElement_image.css b/public_html/css/default/LSformElement_image.css index 1d103fbb..d02e828d 100644 --- a/public_html/css/default/LSformElement_image.css +++ b/public_html/css/default/LSformElement_image.css @@ -10,6 +10,7 @@ div.LSformElement_image { padding: 5px; text-align: center; -moz-border-radius: 1em; + border-radius: 1em; } img.LSformElement_image { diff --git a/public_html/css/default/LSsmoothbox.css b/public_html/css/default/LSsmoothbox.css index a5b1320e..2993d4de 100644 --- a/public_html/css/default/LSsmoothbox.css +++ b/public_html/css/default/LSsmoothbox.css @@ -9,6 +9,7 @@ background-color: #fff; border: 10px solid #000; -moz-border-radius: 5px; + border-radius: 5px; margin: auto; position: absolute; z-index: 3; @@ -36,6 +37,7 @@ #validBtn-LSsmoothbox { background-color: #000; -moz-border-radius: 5px; + border-radius: 5px; height: 22px; font-size: 18px; color: #fff; diff --git a/public_html/css/default/base.css b/public_html/css/default/base.css index 59516cad..c30c402f 100644 --- a/public_html/css/default/base.css +++ b/public_html/css/default/base.css @@ -65,6 +65,7 @@ a img { background-color: #fff; border: 1px solid #0072b8; -moz-border-radius: 15px; + border-radius: 15px; padding-top: 30px; padding-bottom: 30px; }