[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.27,1.28

Owen Leonard oleonard at users.sourceforge.net
Tue Nov 30 22:48:29 CET 2004


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

Modified Files:
	common-style.css 
Log Message:
Correcting errors and typos

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** common-style.css	2 Sep 2004 16:29:52 -0000	1.27
--- common-style.css	30 Nov 2004 21:48:26 -0000	1.28
***************
*** 1,4 ****
  body {
! 	font-family:arial,helvetica;
  	font-size:10pt;
  	margin:0px;
--- 1,4 ----
  body {
! 	font-family:arial,helvetica,sans-serif;
  	font-size:10pt;
  	margin:0px;
***************
*** 58,62 ****
  	text-decoration: none;
  	color: black;
- 	border-radius: 6px;
  	cursor:pointer;
  	vertical-align:middle;
--- 58,61 ----
***************
*** 77,81 ****
  	border:0px;
  	border-collapse:collapse;
! 	float:center;
  }
  table.small {
--- 76,80 ----
  	border:0px;
  	border-collapse:collapse;
! 	margin : auto;
  }
  table.small {
***************
*** 97,101 ****
  	font-weight:bold;
  	text-align:center;
- 	border:0px;
  	border:1px solid #ad11ad;
  /* 	border-left:1px solid #ad11ad; */
--- 96,99 ----
***************
*** 195,199 ****
  #bloc25 {
  	float:left;
! 	width=30%;
  	border:1px solid #000000;
  	margin:10px;
--- 193,197 ----
  #bloc25 {
  	float:left;
! 	width:30%;
  	border:1px solid #000000;
  	margin:10px;
***************
*** 203,207 ****
  	float:left;
  	position:relative;
! 	width=100%;
  	border:1px solid #000000;
  	margin:10px;
--- 201,205 ----
  	float:left;
  	position:relative;
! 	width:100%;
  	border:1px solid #000000;
  	margin:10px;
***************
*** 209,220 ****
  
  #resultnumber {
! 	width=30%;
  	margin-left:35%;
! 	margin:right:35%;
  }
  #resultlist {
! 	width=70%;
  	margin-left:5%;
! 	margin:right:5%;
  }
  
--- 207,218 ----
  
  #resultnumber {
! 	width:30%;
  	margin-left:35%;
! 	margin-right:35%;
  }
  #resultlist {
! 	width:70%;
  	margin-left:5%;
! 	margin-right:5%;
  }
  
***************
*** 229,233 ****
  a.submenu {
  	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
  	background-color:#EEEEEE;
--- 227,231 ----
  a.submenu {
  	text-decoration: none;
! 	cursor : pointer;
  	color:#777777;
  	background-color:#EEEEEE;
***************
*** 237,241 ****
  a.submenu:hover {
  	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
  	background-color:#EEEEEE;
--- 235,239 ----
  a.submenu:hover {
  	text-decoration: none;
! 	cursor:pointer;
  	color:#777777;
  	background-color:#EEEEEE;
***************
*** 247,251 ****
  a.submenu2 {
  	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
  	background-color:#CCCCCC;
--- 245,249 ----
  a.submenu2 {
  	text-decoration: none;
! 	cursor:pointer;
  	color:#777777;
  	background-color:#CCCCCC;
***************
*** 255,259 ****
  a.submenu2:hover {
  	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
  	background-color:#CCCCCC;
--- 253,257 ----
  a.submenu2:hover {
  	text-decoration: none;
! 	cursor:pointer;
  	color:#777777;
  	background-color:#CCCCCC;
***************
*** 265,272 ****
  #menubar {
  	border-top:1px solid #666666;
! 	font: 125% sans-serif;
  	background-color:#DDDDDD;
  	padding-bottom:5px;
- 	font-weight:bold;
  }
  #submenu {
--- 263,269 ----
  #menubar {
  	border-top:1px solid #666666;
! 	font: 125% bold sans-serif;
  	background-color:#DDDDDD;
  	padding-bottom:5px;
  }
  #submenu {





More information about the Koha-cvs mailing list