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

Owen Leonard oleonard at users.sourceforge.net
Thu Jun 9 23:20:55 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	intranet.css 
Log Message:
Adding 'control box' styles for MARC detail screens

Index: intranet.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.9
retrieving revision 1.5.2.10
diff -C2 -r1.5.2.9 -r1.5.2.10
*** intranet.css	20 Apr 2005 21:30:48 -0000	1.5.2.9
--- intranet.css	9 Jun 2005 21:20:53 -0000	1.5.2.10
***************
*** 624,628 ****
  	margin : 3px 0px 5px 0px;
  	padding : 0px;
! 	width : 95%;
  }
  
--- 624,628 ----
  	margin : 3px 0px 5px 0px;
  	padding : 0px;
! 	width : auto;
  }
  
***************
*** 1229,1231 ****
--- 1229,1244 ----
  .accesskey {
  	text-decoration : underline;
+ }
+ 
+ div#controls {
+ 	float: right;
+ 	margin-left : .7em;
+ 	width : 15%;
+ }
+ 
+ div#controls form {
+ 	background-color : #FFFFCC;
+ 	font-size : 80%;
+ 	margin : .3em 0;
+ 	padding : .3em;
  }
\ No newline at end of file





More information about the Koha-cvs mailing list