small change in blue.css to marc editor (moving 10px to the right subfields)
authorPaul POULAIN <paul@koha-fr.org>
Fri, 14 Dec 2007 08:41:24 +0000 (09:41 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 14 Dec 2007 15:16:23 +0000 (09:16 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/blue.css

index b9c9083..c8bd9be 100644 (file)
@@ -74,3 +74,17 @@ 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.subfield_line label {
+    font-size:100%;
+    float: left;
+        padding-right : .4em;
+    width: 150px;
+    text-align: left;
+    clear:left;
+    margin-left:10px;
+    margin-right:-10px;
+}