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

Owen Leonard oleonard at users.sourceforge.net
Fri Feb 4 20:12:40 CET 2005


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

Modified Files:
	intranet.css 
Log Message:
Adding style for persistent help link

Index: intranet.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** intranet.css	3 Feb 2005 20:55:29 -0000	1.6
--- intranet.css	4 Feb 2005 19:12:36 -0000	1.7
***************
*** 206,209 ****
--- 206,223 ----
  }
  
+ div#help {
+ 	position : absolute;
+ 	top : 3px;
+ 	right : 3px;
+ 	font-weight : bold;
+ 	color : #0099cc;
+ }
+ 
+ div#help a {
+ 	background-color : #3FB2B3;
+ 	padding : 1px 2px;
+ 	text-decoration : none;
+ }
+ 
  div.items {
  	background-color : #FFFFCC;
***************
*** 911,915 ****
  }
  
! .searchresults a {
  	font-weight : bold;
  	font-size : 14px;
--- 925,929 ----
  }
  
! .searchresults strong a {
  	font-weight : bold;
  	font-size : 14px;





More information about the Koha-cvs mailing list