Merge remote-tracking branch 'origin/new/bug_8251'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / blue.css
index b9c9083..4155b14 100644 (file)
@@ -74,3 +74,37 @@ input[type=submit], input[type=button], input[type=reset] {
 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;
+ }