Quiet some CSS Mozilla extensions warnings.
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Thu, 1 Aug 2013 08:21:17 +0000 (11:21 +0300)
committerPasi Kallinen <pasi.kallinen@pttk.fi>
Thu, 12 Sep 2013 08:36:39 +0000 (11:36 +0300)
* -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 <pasi.kallinen@pttk.fi>
21 files changed:
Open-ILS/src/templates/acq/lineitem/findbib.tt2
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/web/css/skin/default.css
Open-ILS/web/css/skin/default/acq.css
Open-ILS/web/css/skin/default/register.css
Open-ILS/web/css/skin/default/selfcheck.css
Open-ILS/web/opac/extras/slimpac/advanced.html
Open-ILS/web/opac/extras/slimpac/start.html
Open-ILS/web/opac/skin/default/css/layout.css
Open-ILS/web/opac/skin/default/xml/home/homesearch.xml
Open-ILS/web/reports/oils_rpt.css
Open-ILS/xul/staff_client/chrome/skin/browser.css
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Open-ILS/xul/staff_client/server/cat/copy_notes.xul
Open-ILS/xul/staff_client/server/patron/hold_details.xul
Open-ILS/xul/staff_client/server/patron/info_notes.xul
Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul
Open-ILS/xul/staff_client/server/patron/info_surveys.xul
Open-ILS/xul/staff_client/server/serial/notes.xul
Open-ILS/xul/staff_client/server/skin/circ.css
Open-ILS/xul/staff_client/server/skin/global.css

index 42aeaff..88ce8df 100644 (file)
@@ -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;
index 3d827d5..eeac8e6 100644 (file)
@@ -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 %]);
index af96f07..f953fec 100644 (file)
@@ -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 {
index 1beff27..7948ea3 100644 (file)
@@ -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;}
index 3ea7309..327d53f 100644 (file)
@@ -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;
 }
     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;
 }
 
index 23bd388..fc7d491 100644 (file)
@@ -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);
index fcff938..f3b831e 100644 (file)
@@ -13,7 +13,7 @@
                        .maintable {
                                border-collapse: collapse;
                                border: 3px solid #A7EA9D;
-                               -moz-border-radius: 6px;
+                               border-radius: 6px;
                                padding: 6px;
                                margin-top: 65px;
                        }
index e5cc48a..bb04f63 100644 (file)
@@ -13,7 +13,7 @@
                        .maintable {
                                border-collapse: collapse;
                                border: 3px solid #A7EA9D;
-                               -moz-border-radius: 6px;
+                               border-radius: 6px;
                                padding: 6px;
                                margin-top: 65px;
                        }
index b977d0b..f2f2e72 100644 (file)
@@ -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;}
index 30ca9a3..d2eec8c 100644 (file)
@@ -1,6 +1,6 @@
 
 <div id='canvas_main' class='home_search canvas'
-       style='-moz-border-radius: 6px; padding: 6px; margin-top: 65px;' 
+       style='border-radius: 6px; padding: 6px; margin-top: 65px;' 
        xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
 
        <!-- load my js -->
index d4db1f2..923fd68 100644 (file)
@@ -33,7 +33,7 @@ table { border-collapse: collapse; }
 }
 
 #oils_rpt_table tr {
-       -moz-border-radius: 5px 5px 5px 5px;    
+       border-radius: 5px 5px 5px 5px;
 }
 
 #oils_rpt_table td {
index 378a954..75416e8 100644 (file)
@@ -1338,8 +1338,8 @@ statusbarpanel#statusbar-display {
   border: 2px solid;
   border-right-width: 1px;
   border-bottom: none;
-  -moz-border-radius-topleft: 2px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 2px;
   -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
   -moz-border-right-colors: rgba(0,0,0,.1);
   -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
@@ -1348,8 +1348,8 @@ statusbarpanel#statusbar-display {
 .tabbrowser-tab:hover,
 .tabbrowser-tab[selected="true"] {
   border-width: 1px;
-  -moz-border-radius-topleft: 4px;
-  -moz-border-radius-topright: 4px;
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
   -moz-border-top-colors: ThreeDShadow;
   -moz-border-right-colors: ThreeDShadow;
   -moz-border-left-colors: ThreeDShadow;
@@ -1506,14 +1506,14 @@ tabpanels {
 .tabbrowser-arrowscrollbox > .scrollbutton-up {
   border-left-style: none;
   list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-start.png");
-  -moz-border-radius-topright: 2px;
+  border-top-right-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-up[chromedir="rtl"] {
   border-left-style: solid;
   border-right-style: none;
-  -moz-border-radius-topleft: 2px;
-  -moz-border-radius-topright: 0px;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0px;
   list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-end.png");
 }
 
@@ -1525,7 +1525,7 @@ tabpanels {
 .tabs-container > .tabs-newtab-button,
 .tabs-alltabs-button {
   border-right-style: none;
-  -moz-border-radius-topleft: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-down {
@@ -1537,8 +1537,8 @@ tabpanels {
 .tabs-container > stack[chromedir="rtl"] > .tabs-alltabs-button {
   border-left-style: none;
   border-right-style: solid;
-  -moz-border-radius-topleft: 0px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 0px;
+  border-top-right-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-down[chromedir="rtl"] {
@@ -1557,8 +1557,8 @@ tabpanels {
 
 .tabbrowser-arrowscrollbox > .tabs-newtab-button {
   width: 32px;
-  -moz-border-radius-topright: 2px;
-  -moz-border-radius-topleft: 2px;
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabs-newtab-button > .toolbarbutton-icon {
@@ -1619,14 +1619,14 @@ stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
   background: -moz-dialog url("chrome://browser/skin/tabbrowser/tab-active-bkgnd.png") repeat-x;
   border-left: 1px solid threedshadow;
   border-top: 1px solid threedshadow;
-  -moz-border-radius-topleft: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabs-container > .tabs-closebutton[chromedir="rtl"] {
   border-left: none;
   border-right: 1px solid threedshadow;
-  -moz-border-radius-topleft: 0px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 0px;
+  border-top-right-radius: 2px;
 }
 
 #sidebar-box .tabs-closebutton {
@@ -1817,8 +1817,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   border-top: 1px solid ThreeDDarkShadow;
   border-bottom: 1px solid ThreeDDarkShadow;
   border-right-style: none;
-  -moz-border-radius-topleft: 21px;
-  -moz-border-radius-bottomleft: 21px;
+  border-top-left-radius: 21px;
+  border-bottom-left-radius: 21px;
   -moz-border-left-colors: ThreeDDarkShadow rgba(255, 255, 255, 0.4);
   background-position: 0 10px;
 }
@@ -2013,7 +2013,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   background: rgba(68, 68, 68, .9) url(KUI-background.png) repeat-x;
   color: white;
   border: 1px solid rgba(255, 255, 255, 0.15);
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   margin-top: -1px;
   margin-left: -1px;
 }
@@ -2058,7 +2058,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   margin: 0 1em 1em;
   width: 1.5em;
   height: 1.5em;
-  -moz-border-radius: .75em;
+  border-radius: .75em;
   background: rgba(0, 0, 0, .5);
   border: 1px solid rgba(255, 255, 255, .3);
   cursor: pointer;
index e54a639..60c4acd 100644 (file)
                 /*Standards compliant*/
                 border-bottom-left-radius:5px;
                 border-bottom-right-radius:5px;
-                
-                /*Old staff client compliant, It could be worse, we could be using IE!*/
-                -moz-border-radius-bottomleft:5px;
-                -moz-border-radius-bottomright:5px; 
             }
             
             .message_container {
index a71f436..e500f8e 100644 (file)
 
     <stack hidden="true" id="note_template" flex="1">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #FFDE00; border-top-right-radius: 35px;" >
             <hbox>
                 <description name="title" class="copyable" style="font-weight: bold"/>
                 <spacer flex="1"/>
index 245a061..7e37fed 100644 (file)
@@ -36,7 +36,7 @@
 
     <stack hidden="true" id="notification_template" flex="1">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #FFDE00; border-top-right-radius: 35px;" >
             <hbox>
                 <description name="method" label="&staff.patron.hold_notices.method.label;" style="font-weight: bold"/>
                 <spacer flex="1"/>
@@ -48,7 +48,7 @@
 
     <stack hidden="true" id="note_template" flex="1">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #FFDE00; border-top-right-radius: 35px;" >
             <hbox>
                 <description name="title" style="font-weight: bold"/>
                 <spacer flex="1"/>
index ab45e78..9a2a21f 100644 (file)
 
     <stack hidden="true" id="note_template" flex="1" minheight="50px">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #FFDE00; border-top-right-radius: 35px;" >
             <hbox>
                 <description name="title" class="copyable" style="font-weight: bold"/>
                 <spacer flex="1"/>
index 400aa67..823b7c8 100644 (file)
 
     <stack hidden="true" id="actsc_template" flex="1">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #99CC66; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #99CC66; border-top-right-radius: 35px;" >
             <hbox>
                 <description name="name" style="font-weight: bold"/>
                 <spacer flex="1"/>
index c0fb29b..d9c33db 100644 (file)
     
     <stack hidden="true" id="asv_template" flex="1">
         <groupbox flex="1" style="background-color: black;"/>
-        <groupbox flex="1" style="background-color: #CC9966; -moz-border-radius-topright: 35px;" >
+        <groupbox flex="1" style="background-color: #CC9966; border-top-right-radius: 35px;" >
             <hbox>
                 <label value="&staff.patron.info_surveys.survey_number.value;" style="font-weight: bold"/>
                 <label name="id" style="font-weight: bold"/>
index 4e2d960..bd4cb46 100644 (file)
 
        <stack hidden="true" id="note_template" flex="1">
                <vbox flex="1" style="background-color: black; margin:3px"/>
-               <vbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px; border: 2px groove ThreeDFace; margin:3px;" >
+               <vbox flex="1" style="background-color: #FFDE00; border-top-right-radius: 35px; border: 2px groove ThreeDFace; margin:3px;" >
                        <hbox>
                                <description name="title" style="font-weight: bold"/>
                                <spacer flex="1"/>
index 3472515..2c8aba5 100644 (file)
@@ -51,14 +51,14 @@ treechildren::-moz-tree-row(backdate_failed,selected) {
 .checkin_screen_checkin_local_hold_as_transit { }
 
 #background-text { font-size: x-large; font-weight: bold; }
-#do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
+#do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
 #amnesty_mode_indicator { border: thick solid white; background-color: red; color: white; font-size: large; font-weight: bold; padding: 10px; padding-bottom: 25px; margin: 10px; }
-#checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
+#checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
 
 .big_emphasis1 { font-weight: bold; font-size: x-large; }
 .big_emphasis2 { font-weight: bold; font-size: large; }
index f8a6ad1..25412f5 100644 (file)
@@ -92,8 +92,8 @@ treechildren::-moz-tree-cell-text(selected,focus) {
 
 button.sym {width:2em; min-width:1em; }
 
-.outline_me { -moz-outline: solid; }
-.clipboard_outline_me { -moz-outline: dotted thin gray; }
+.outline_me { outline: solid; }
+.clipboard_outline_me { outline: dotted thin gray; }
 
 .click_link { text-decoration: underline; color: blue; -moz-user-focus: normal; cursor: pointer; }
 
@@ -124,8 +124,8 @@ iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png
 .my_bg { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
 */
 
-.postit_hb { -moz-border-radius: 30px; background-color: black; }
-.postit_gb { -moz-border-radius: 30px; background-color: yellow; }
+.postit_hb { border-radius: 30px; background-color: black; }
+.postit_gb { border-radius: 30px; background-color: yellow; }
 
 .success_text { color: white; background-color: green; }
 .failure_text { color: white; background-color: red; }