Merge remote-tracking branch 'origin/new/bug_8251'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / blue.css
index 2914572..4155b14 100644 (file)
@@ -63,4 +63,48 @@ th {
 
 .yui-u {
 border: 1px solid #bbbbbb;
-}
\ No newline at end of file
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    background: url( /intranet-tmpl/prog/img/css_header.png );
+    color:white;
+    border:1px inset;
+    margin-top:10px;
+}
+input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
+    border:1px outset;
+}
+
+.labelsubfield {
+}
+
+div.tag_title {
+    text-align: left;
+    clear:left;
+    font-weight: bold;
+}
+
+div.subfield_line {
+    padding-right : .4em;
+    text-align: left;
+    clear:left;
+    margin-left:10px;
+    margin-right:-10px;
+}
+
+.subfield-label {
+    font-weight: bold;
+    font-style: italic;
+}
+
+
+.dialog input.approve {
+color:#027ac6;
+}
+
+.dialog input.deny {
+       color:red;
+ }
+ th.header {
+    color:#0072b9;
+ }