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: Mon, 29 Jan 2007 17:05:35 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/29 17:05:35

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

Log message:
        some css changes :
        - image size not fixed by css, but by image itself
        - menu size can be up to 25% of the screen, in french it's required.

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.9&r2=1.1.2.10

Patches:
Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- opac.css    29 Jan 2007 16:40:30 -0000      1.1.2.9
+++ opac.css    29 Jan 2007 17:05:35 -0000      1.1.2.10
@@ -126,9 +126,10 @@
 /* The image on the top-left (the logo) */
 #masthead-image {
     position:fixed;
+    padding-left:30px;
+    padding-top:0px;
 }
 #masthead-image img {
-    height:80px;
 }
 
 /* the itemtype list in advanced search */
@@ -146,7 +147,7 @@
 
 /* the content part of every page */
 #main {
-    margin-left:15%;
+    margin-left:25%;
     margin-bottom:0px;
 }
 
@@ -267,7 +268,8 @@
 
 /* the footer */
 #footer {
-    margin-left:15%;
+    margin-top:30px;
+    margin-left:30%;
     margin-right:20%;
     border-top:1px solid #384b73;
     color: #384b73;
@@ -315,3 +317,7 @@
 .term {
 background-color:lightyellow;
 }
+
+#opac-main-search form {
+    display:inline;
+}
\ No newline at end of file




reply via email to

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