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.9,1.10
Date: Wed, 09 Feb 2005 13:29:05 -0800

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

Modified Files:
        intranet.css 
Log Message:
New styles for
 - compact form button for inline forms
 - onissue table rows in reading record
 - updated login form

Index: intranet.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** intranet.css        8 Feb 2005 20:25:29 -0000       1.9
--- intranet.css        9 Feb 2005 21:29:03 -0000       1.10
***************
*** 412,415 ****
--- 412,422 ----
  }
  
+ form.compact input {
+       color : #ffffff;
+       font-size : 80%;
+       font-weight : normal;
+       padding : 0 6px;
+ }
+ 
  h1
        {
***************
*** 571,574 ****
--- 578,589 ----
  }
  
+ td.onissue {
+       background-color : #EFF1D8;
+ }
+ 
+ tr.highlight td.onissue {
+       background-color : #E7E7CA;
+ }
+ 
  table.marc {
        background-color : #FFFFCC;
***************
*** 711,714 ****
--- 726,765 ----
  }
  
+ #auth {
+       background-color : transparent;
+       margin : 0 30% 0 30%;
+       padding : 5px;
+ }
+ 
+ #auth table {
+       border-collapse : separate;
+ }
+ 
+ #auth table td {
+       background-color : #E7E7CA;
+       border-bottom : 1px solid #999933;
+       border-left : 1px solid #FFFFFF;
+       border-right : 1px solid #999933;
+       border-top : 1px solid #FFFFFF;
+       text-align : left;
+ }
+ 
+ #auth table th{
+       background-color : #E7E7CA;
+       border-bottom : 1px solid #999933;
+       border-left : 1px solid #FFFFFF;
+       border-right : 1px solid #999933;
+       border-top : 1px solid #FFFFFF;
+       width : 50%;
+       text-align : right;                     
+ }
+ 
+ #auth p {
+       width : 25%;
+       margin : 0 auto;
+       text-align : center;
+       padding : 0;
+ }
+ 
  #main {
        background-color : #CCCC99;
***************
*** 993,997 ****
  }
  
! div.members th p {
        font-weight : normal;
        padding : 0;
--- 1044,1048 ----
  }
  
! div.members th p, div.compact th p {
        font-weight : normal;
        padding : 0;




reply via email to

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