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.1,1.2
Date: Fri, 09 Apr 2004 12:16:21 -0700

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

Modified Files:
        intranet.css 
Log Message:
Updating some visual styles

Index: intranet.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** intranet.css        19 Feb 2004 19:11:04 -0000      1.1
--- intranet.css        9 Apr 2004 19:16:18 -0000       1.2
***************
*** 165,169 ****
  caption {
        color : #000066;
!       font-size : 16px;
        font-weight : bold;
        margin-top : 5px;
--- 165,169 ----
  caption {
        color : #000066;
!       font-size : 20px;
        font-weight : bold;
        margin-top : 5px;
***************
*** 429,432 ****
--- 429,441 ----
  }
  
+ h3.title {
+       background-color: #EEF0DB;
+       font-size : 18px;
+       display : block;
+       padding : 5px;
+       width : 95%;
+       margin: 0px auto;
+ }
+ 
  h4 {
        color : #000066;
***************
*** 542,545 ****
--- 551,579 ----
  }
  
+ table.marc {
+       background-color : #FFFFCC;
+       border-collapse : collapse;
+       margin : 3px 0px 5px 0px;
+       padding : 0px;
+       width : 95%;
+ }
+ 
+ table.marc th {
+       background-color: #E7E7CA;
+       border : 0px;
+       text-align : left;
+       font-weight : normal;
+ }
+ 
+ table.marc td.label {
+       color : #000000;
+       font-weight : bold;
+       width : 25%;
+ }
+ 
+ table.marc td.data {
+       background-color : #FFFFFF;
+ }
+ 
  /*.barcode {
        display : block;
***************
*** 601,604 ****
--- 635,642 ----
  }
  
+ .help {
+               cursor: help;
+ }
+ 
  .inline {
        display : inline;
***************
*** 631,635 ****
  .submit {
        background-color : #669999;
!       color : #FFFFCC;
        font-size : 12px;
        font-weight : bold;
--- 669,673 ----
  .submit {
        background-color : #669999;
!       color : #EEF0DB;
        font-size : 12px;
        font-weight : bold;




reply via email to

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