Add new system preferences editor
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 076e405..61e6331 100644 (file)
@@ -1448,33 +1448,15 @@ div#header_search input.submit {
        font-size : 1em;
 }
 
-input[type=submit], input[type=button] {
-       border: 1px outset #999999;
-       border-top-color: #666;
-       border-left-color: #666;
-       padding: 0.25em;
-       background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
-       color: #333333;
-}
-
-input.submit,button.submit {
-       border: 1px solid #999999;
-       border-top-color: #666;
-       border-left-color: #666;
-       padding: 0.25em;
-       background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
-       color: #333333;
-}
-
 *html input.submit {
        padding : .1em;
 }
 
-input[type=submit]:active, input[type=button]:active {
+input[type=submit]:active, input[type=button]:active, button.submit:active {
        border : 1px inset #999999;
 }
 
-input[type=reset], input[type=button], input.submit, button.submit {
+input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
        border: 1px outset #999999;
        border-top-color: #666;
        border-left-color: #666;
@@ -1789,3 +1771,9 @@ h1#xml a {
        padding:44px 0 0;
        text-decoration:none;
        width:35px;
+}
+
+img.spinner {
+    vertical-align: middle;
+    padding-right: 0.3em;
+}