Correcting style for reset input type to match submit input type
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index b3bd2be..5614ee4 100644 (file)
@@ -10,7 +10,7 @@ a:hover {
 
 body {
        text-align : left;
-       padding:0 0 2em 0;
+       padding:0 0 2.5em 0;
 }
 
 br.clear {
@@ -106,7 +106,6 @@ em {
 
 #login  {
        position : absolute;
-       top : 3px;
        right : .5em;
 }
 
@@ -1279,6 +1278,19 @@ input[type=submit]:active, input[type=button]:active, input.submit:active {
        border : 1px inset #999999;
 }
 
+input[type=reset], input[type=button], input.submit {
+       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[type=reset]:active, input[type=button]:active, input.submit:active {
+       border : 1px inset #999999;
+}
+
 .searchhighlightblob {
     font-size:75%;
        font-style : italic;
@@ -1430,4 +1442,4 @@ ul#i18nMenu li.more ul li a {
   height:100%;
   overflow:auto;
  }
\ No newline at end of file