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/default/en/includes common-


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.32,1.33
Date: Thu, 09 Dec 2004 09:31:28 -0800

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

Modified Files:
        common-style.css 
Log Message:
Making some formatting changes to result list: Empasizing title, deliniating 
columns, widening table

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** common-style.css    9 Dec 2004 16:29:22 -0000       1.32
--- common-style.css    9 Dec 2004 17:31:25 -0000       1.33
***************
*** 121,124 ****
--- 121,136 ----
  }
  
+ #resultlist table {
+       margin : auto;
+ }
+ 
+ #resultlist table td {
+       border-right : 1px solid #CCCCCC;
+ }
+ 
+ #resultlist table td:last-child {
+       border-right : 1px solid Black;
+ }
+ 
  h1 {
        color:#000000;
***************
*** 215,221 ****
  }
  #resultlist {
!       width:70%;
!       margin-left:5%;
!       margin-right:5%;
  }
  
--- 227,244 ----
  }
  #resultlist {
!       width:95%;
!       margin : auto;
! /*    margin-left:5%;
!       margin-right:5%;*/
! }
! 
! #resultlist p {
!       font-size : .8em;
! }
! 
! a.resultlist {
!       font-weight : bold;
!       display : block;
!       padding-left : 5px;
  }
  




reply via email to

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