[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes tabs.css,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Sat Apr 16 22:29:41 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	tabs.css 
Log Message:
Updating some styles specific to the addbiblio screen

Index: tabs.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/tabs.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** tabs.css	19 Feb 2004 19:11:04 -0000	1.1
--- tabs.css	16 Apr 2005 20:29:38 -0000	1.1.2.1
***************
*** 41,44 ****
--- 41,73 ----
  }
  
+ .panelholder table {
+ 	font-family : Verdana, Geneva, Arial, sans-serif;
+ }
+ 
+ .panelholder table th {
+ 	background-color : #EFF1D8;
+ 	border-bottom : 1px solid #CCCC99;
+ 	border-right : 1px solid #CCCC99;
+ 	font-size : 80%;
+ 	font-weight : bold;
+ 	text-align : right;
+ 	width : 30%;
+ }
+ 
+ .panelholder table tr.mandatory td, .panelholder table tr.mandatory th {
+ 	background-color : #FFFFE1;
+ 	border-bottom : 1px dashed #990000;
+ 	border-left : 1px dashed #990000;
+ 	border-top : 1px dashed #990000;
+ }
+ 
+ .panelholder table tr.mandatory td:first-child {
+ 	border-left : 3px dotted #990000;
+ }
+ 
+ .panelholder table tr.mandatory td {
+ 	background-color : #EEF0DB;
+ }
+ 
  .panel {
  	position: relative;
***************
*** 49,53 ****
  	top: 0;
  	left: 0;
! 	padding: 10px;
  	display: none;
  }
\ No newline at end of file
--- 78,82 ----
  	top: 0;
  	left: 0;
! 	padding: 0 0 0 10px;
  	display: none;
  }
\ No newline at end of file





More information about the Koha-cvs mailing list