[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.8,1.5.2.9

Owen Leonard oleonard at users.sourceforge.net
Wed Apr 20 23:30:51 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	intranet.css 
Log Message:
More fine-grained control for inputs in tables, etc.

Index: intranet.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.8
retrieving revision 1.5.2.9
diff -C2 -r1.5.2.8 -r1.5.2.9
*** intranet.css	8 Apr 2005 20:08:20 -0000	1.5.2.8
--- intranet.css	20 Apr 2005 21:30:48 -0000	1.5.2.9
***************
*** 753,756 ****
--- 753,785 ----
  }
  
+ td form {
+ 	margin : 0;
+ }
+ 
+ td input.submit {
+ 	border : 1px outset #CCCC99;
+ 	color : #FFFFCC;
+ 	margin : 0 5px 0 0;
+ 	padding : 0 5px 0 5px;
+ }
+ 
+ td input.submit:active {
+ 	border : 1px inset #cccc99;
+ }
+ 
+ td input.delete {
+ 	border : 1px outset #CCCC99;
+ 	color : #FFFFCC;
+ 	background-color : #993300;
+ 	font-size : 12px;
+ 	font-weight : bold;
+ 	padding : 0 5px 0 5px;
+ 	margin : 0 5px 0 0;
+ }
+ 
+ td input.delete:active {
+ 	border : 1px inset #cccc99;
+ }
+ 
  .thumbnail {
  	float : left;
***************
*** 1185,1188 ****
--- 1214,1221 ----
  }
  
+ div.data table tr.highlight td {
+ 	background-color: #FFFFE1;
+ }
+ 
  div.data table th[scope=col], div.data-main table th[scope=col] {
  	text-align: center;





More information about the Koha-cvs mailing list