koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.css [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.css [rel_3_0]
Date: Wed, 31 Jan 2007 15:35:07 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/31 15:35:07

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: opac.css 

Log message:
        - setting label to display:block, with a fixed length, adding 
clear:left to p.
        
        Now, labels have a fixed length and all <form> look highly better.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.11&r2=1.1.2.12

Patches:
Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -b -r1.1.2.11 -r1.1.2.12
--- opac.css    30 Jan 2007 14:13:51 -0000      1.1.2.11
+++ opac.css    31 Jan 2007 15:35:07 -0000      1.1.2.12
@@ -25,6 +25,16 @@
 p {
     margin:0px;
     padding:0px;
+    clear:left;
+}
+
+label {
+    font-style:italic;
+    vertical-align:top;
+    display:block;
+    float:left;
+    width:10em;
+    margin-right:0.2em;
 }
 
 a:link, a:visited, a:active {
@@ -185,6 +195,12 @@
 #menu li {
     list-style-type:none;
 }
+#menu label {
+    font-style:italic;
+    display:block;
+    float:left;
+    width:5em;
+}
 
 /* the user menu, for user option (and biblio detail view) */
 #usermenu a {
@@ -221,6 +237,7 @@
 background-color:red;
 }
 
+/* action buttons */
 #action a {
     background-color : #EEC95A;
     color : #FFFFFF;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]