From: Pasi Kallinen Date: Thu, 1 Aug 2013 08:21:17 +0000 (+0300) Subject: Quiet some CSS Mozilla extensions warnings. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1c39f5eed9ac1583f9dcc3f3fe2aa89567871ea8;p=working%2FEvergreen.git Quiet some CSS Mozilla extensions warnings. * -moz-dialog-text is actually -moz-dialogtext * -moz-outline is deprecated, use outline * -moz-border-radius has been removed, use border-radius * -moz-border-radius-topleft (etc) are now border-top-left-radius * Fix some other css errors. Signed-off-by: Pasi Kallinen --- diff --git a/Open-ILS/src/templates/acq/lineitem/findbib.tt2 b/Open-ILS/src/templates/acq/lineitem/findbib.tt2 index 42aeaff2bb..88ce8dfde5 100644 --- a/Open-ILS/src/templates/acq/lineitem/findbib.tt2 +++ b/Open-ILS/src/templates/acq/lineitem/findbib.tt2 @@ -53,7 +53,7 @@ left:200px; bottom:100px; border: 3px solid #333; - -moz-border-radius: 5px; + border-radius: 5px; padding: 30px; text-align:center; background: #FFF; diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 3d827d5ca6..eeac8e663b 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -272,7 +272,6 @@ span.dash_divider { display: block; margin: 10px 7px 10px 0px; padding: 10px 0px 10px 0px; - -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; font-weight: bold; color: [% css_colors.text_invert %]; @@ -988,9 +987,7 @@ div.facet_sidebar { height:31px; overflow:hidden; background:[% css_colors.primary %]; - -moz-border-top-left-radius: 5px; border-top-left-radius: 5px; - -moz-border-top-right-radius: 5px; border-top-right-radius: 5px; font-weight:bold; color:[% css_colors.text_invert %]; @@ -1181,7 +1178,6 @@ div.opac-multiline-button > a, text-decoration: none; text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %]; cursor: pointer !important; - -moz-border-radius: 5px; border-radius: 5px; border: 1px solid [% css_colors.primary_fade %]; background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]); diff --git a/Open-ILS/web/css/skin/default.css b/Open-ILS/web/css/skin/default.css index af96f071e7..f953fec857 100644 --- a/Open-ILS/web/css/skin/default.css +++ b/Open-ILS/web/css/skin/default.css @@ -92,7 +92,7 @@ table { border-collapse: collapse; } } .oils-fm-edit-dialog td { border:1px solid #999;} .oils-pcrudfilterdialog-table tr td { padding: 0.75ex 0.5em; } -.oils-pcrudfilterdialog-table tr:nth-child(event) { +.oils-pcrudfilterdialog-table tr:nth-child(even) { background-color: #d7d7d7; } .oils-pcrudfilterdialog-remover-holder { diff --git a/Open-ILS/web/css/skin/default/acq.css b/Open-ILS/web/css/skin/default/acq.css index 1beff279df..7948ea3abf 100644 --- a/Open-ILS/web/css/skin/default/acq.css +++ b/Open-ILS/web/css/skin/default/acq.css @@ -147,7 +147,7 @@ label[for="attr_search_type_scalar"] { vertical-align: top; } #acq-lit-info-tbody td {padding:5px;} #acq-lit-info-related { margin-top: 10px; } #acq-lit-distrib-formula-table { margin-top: 10px; margin-bottom: 5px;} -#acq-lit-li-details-table {margin-top:5px; border-top;} +#acq-lit-li-details-table {margin-top:5px;} #acq-lit-li-details-table td {padding:0px 3px 1px 3px;} #acq-lit-li-details-table th {padding:0px 3px 1px 3px; font-weight:bold;} #acq-lit-li-details-table .dijit {width:130px;} @@ -175,9 +175,9 @@ span[name="worksheet"] { padding: 0 6px; } .acq-menu-bar {width:99%; text-align:left; border:1px solid #aaa; margin:5px 0px 10px 0px;} .acq-notes-note-row { margin: 6px 0; } -#acq-po-notes-tbody li { margin-bottom:10px; border:1px solid #aaa; -moz-border-radius: 5px 5px 5px 5px; } +#acq-po-notes-tbody li { margin-bottom:10px; border:1px solid #aaa; border-radius: 5px 5px 5px 5px; } #acq-po-notes-tbody td {padding: 20px 10px 20px 10px; border-bottom:2px solid #aaa;} -#acq-lit-notes-tbody li { margin-bottom:10px; border:1px solid #aaa; -moz-border-radius: 5px 5px 5px 5px; } +#acq-lit-notes-tbody li { margin-bottom:10px; border:1px solid #aaa; border-radius: 5px 5px 5px 5px; } #acq-lit-notes-tbody td {padding: 20px 10px 20px 10px; border-bottom:2px solid #aaa;} #acq-lit-alert-value { height: 5em; width: 20em; } span[name="vendor_public"] {color: #00c;padding-right: 1em;font-weight: bold;} diff --git a/Open-ILS/web/css/skin/default/register.css b/Open-ILS/web/css/skin/default/register.css index 3ea73096b1..327d53f7c1 100644 --- a/Open-ILS/web/css/skin/default/register.css +++ b/Open-ILS/web/css/skin/default/register.css @@ -14,7 +14,7 @@ right:30px; width:300px; border:2px solid #d9e8f9; - -moz-border-radius: 10px; + border-radius: 10px; font-weight: bold; padding: 12px; text-align:center; @@ -27,7 +27,7 @@ right:30px; width:300px; border:2px dashed #d9e8f9; - -moz-border-radius: 10px; + border-radius: 10px; font-weight: bold; padding: 20px; } @@ -38,7 +38,7 @@ right:30px; width:300px; border:2px dashed #d9e8f9; - -moz-border-radius: 10px; + border-radius: 10px; font-weight: bold; padding: 20px; } @@ -49,14 +49,14 @@ right:30px; width:300px; border:2px dashed #d9e8f9; - -moz-border-radius: 10px; + border-radius: 10px; font-weight: bold; padding: 10px; text-align: center; } #uedit-address-alert-header { color: red; - text-decoration: italic + text-decoration: italic; text-align: center; } diff --git a/Open-ILS/web/css/skin/default/selfcheck.css b/Open-ILS/web/css/skin/default/selfcheck.css index 23bd38819f..fc7d4919ae 100644 --- a/Open-ILS/web/css/skin/default/selfcheck.css +++ b/Open-ILS/web/css/skin/default/selfcheck.css @@ -166,7 +166,6 @@ body { font-size: 94%; text-shadow: 1px 1px 1px #555555; cursor: pointer !important; - -moz-border-radius: 12px; border-radius: 12px; border: 1px solid #007a54; background: linear-gradient(#007a54, #00593d); diff --git a/Open-ILS/web/opac/extras/slimpac/advanced.html b/Open-ILS/web/opac/extras/slimpac/advanced.html index fcff938ea9..f3b831e44c 100644 --- a/Open-ILS/web/opac/extras/slimpac/advanced.html +++ b/Open-ILS/web/opac/extras/slimpac/advanced.html @@ -13,7 +13,7 @@ .maintable { border-collapse: collapse; border: 3px solid #A7EA9D; - -moz-border-radius: 6px; + border-radius: 6px; padding: 6px; margin-top: 65px; } diff --git a/Open-ILS/web/opac/extras/slimpac/start.html b/Open-ILS/web/opac/extras/slimpac/start.html index e5cc48abb6..bb04f63ab9 100644 --- a/Open-ILS/web/opac/extras/slimpac/start.html +++ b/Open-ILS/web/opac/extras/slimpac/start.html @@ -13,7 +13,7 @@ .maintable { border-collapse: collapse; border: 3px solid #A7EA9D; - -moz-border-radius: 6px; + border-radius: 6px; padding: 6px; margin-top: 65px; } diff --git a/Open-ILS/web/opac/skin/default/css/layout.css b/Open-ILS/web/opac/skin/default/css/layout.css index b977d0bb8c..f2f2e7256f 100644 --- a/Open-ILS/web/opac/skin/default/css/layout.css +++ b/Open-ILS/web/opac/skin/default/css/layout.css @@ -41,7 +41,7 @@ table { border-collapse: collapse; } #content { min-height: 300px; } -.canvas { min-height: 300px; padding-left: 4px; -moz-border-radius: 6px;} +.canvas { min-height: 300px; padding-left: 4px; border-radius: 6px;} #canvas_main { padding-bottom: 4px; } #loading_div { width: 100%;} @@ -140,7 +140,7 @@ a.authority-content { font-weight: bold; } .tor_pic { width: 17px; height: 17px; border: none;} -.dim2_border { border: 1px solid #F06000; -moz-border-radius: 3px;} +.dim2_border { border: 1px solid #F06000; border-radius: 3px;} .dim2 { filter:alpha(opacity=50); @@ -162,7 +162,7 @@ a.authority-content { font-weight: bold; } .myopac_table td { padding: 3px; } .myopac_form_pic { width: 20px; height: 20px; } -.tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; -moz-border-radius: 3px; width: 99%; } +.tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; border-radius: 3px; width: 99%; } .holds_cell { border: 1px solid #E0E0E0; padding: 5px; width: 50%;} .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;} diff --git a/Open-ILS/web/opac/skin/default/xml/home/homesearch.xml b/Open-ILS/web/opac/skin/default/xml/home/homesearch.xml index 30ca9a3481..d2eec8c7ce 100644 --- a/Open-ILS/web/opac/skin/default/xml/home/homesearch.xml +++ b/Open-ILS/web/opac/skin/default/xml/home/homesearch.xml @@ -1,6 +1,6 @@