koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.cs


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.2,1.5.2.3
Date: Mon, 07 Feb 2005 11:16:19 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25645/koha-tmpl/intranet-tmpl/npl/en/includes

Modified Files:
      Tag: rel_2_2
        intranet.css 
Log Message:
New style information for header (logged in user info) and main page (visually 
separating advanced function from circulation functions)

Index: intranet.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** intranet.css        4 Feb 2005 19:04:51 -0000       1.5.2.2
--- intranet.css        7 Feb 2005 19:16:01 -0000       1.5.2.3
***************
*** 211,215 ****
        right : 3px;
        font-weight : bold;
-       color : #0099cc;
  }
  
--- 211,214 ----
***************
*** 220,223 ****
--- 219,237 ----
  }
  
+ div#help .loggedin {
+       color : #cccc99;
+       font-size : 80%;
+ }
+ 
+ div#help .loggedinusername {
+       color : #D8DEB8;
+ }
+ 
+ div#help .loggedin a {
+       background-color : transparent;
+       text-decoration : underline;
+       color : #CCFF66;
+ }
+ 
  div.items {
        background-color : #FFFFCC;
***************
*** 871,874 ****
--- 885,915 ----
  }
  
+ #submenu {
+       background-color: #D8DEB8;
+ }
+ 
+ #submenu dl {
+       background-color : #E7E7CA;
+       float: left;
+       font-size : 90%;
+       margin: 10px 10px;
+       padding: 2px 2px 2px 7px;
+       width : 27%;
+ }
+ 
+ #submenu dt {
+       font-size: 100%;
+       font-weight : bold;
+ }
+ 
+ #submenu dd {
+       margin-left: 2%;
+ }
+ 
+ #submenu dd ul {
+       margin-left : 0;
+       padding-left : 7%;
+ }
+ 
  #topmenu {
        color : #CCCC99;




reply via email to

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