[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes marc-editor.css,NONE,1.1 opac.css,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Fri May 28 18:17:22 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23133/koha-tmpl/opac-tmpl/css/en/includes

Modified Files:
	opac.css 
Added Files:
	marc-editor.css 
Log Message:
changes in HTML/CSS & link to ISBD view

--- NEW FILE ---
div.tabs {
	width:10px;
	position:absolute;
	margin-left:50px;
	margin-top:120px;
}

div.tabs a {
	display:block;
	font-size: small;
	border: thin solid black;
	margin-right: 2px;
	padding: 10px 10px;
	-moz-border-radius: 5px 0px 0px 5px;
}

div.tab {
	background-color: #ACE6E6;
	display: block;
	visibility:hidden;
	position:absolute;
	margin-left:72px;
	margin-top:121px;
	margin-right:10%;
}
td {
	border:0px;
}

Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac.css	19 May 2004 16:26:45 -0000	1.4
--- opac.css	28 May 2004 16:17:18 -0000	1.5
***************
*** 67,71 ****
  	font-size: 150%;
  	text-align:center;
! 	vertical-align:top;
  	padding: 2px;
  	border: 4px inset #FF6600;
--- 67,71 ----
  	font-size: 150%;
  	text-align:center;
! /* 	vertical-align:top; */
  	padding: 2px;
  	border: 4px inset #FF6600;
***************
*** 119,122 ****
--- 119,123 ----
  	font-size:10pt;
  	border-left:1px solid #000000;
+ 	vertical-align:top;
  }
  
***************
*** 126,129 ****
--- 127,131 ----
  	border-left:1px solid #000000;
  	background-color:#ffffcc;
+ 	vertical-align:top;
  }
  
***************
*** 170,179 ****
  }
  
  select {
! 	background-color: #ACE6E6;
! 	text-decoration:none;
! 	color:#000000;
  }
  
  /* span classes */
  /* used to show small 1,2,3, to reach other pages when too much results */
--- 172,200 ----
  }
  
+ textarea {
+ 	border:0px;
+ 	border-bottom:1px solid #000000;
+ 	background-color:#009999;
+ }
+ 
+ textarea:hover {
+ 	border:0px;
+ 	border-bottom:1px solid #000000;
+ 	background-color:#FF6600;
+ }
+ 
  select {
! 	border:0px;
! 	border-bottom:1px solid #000000;
! 	background-color:#009999;
  }
  
+ select:hover {
+ 	border:0px;
+ 	border-bottom:1px solid #000000;
+ 	background-color:#FF6600;
+ }
+ 
+ 
  /* span classes */
  /* used to show small 1,2,3, to reach other pages when too much results */
***************
*** 274,283 ****
  	-moz-border-radius: 6px;
  }
  #menuline {
  	width:100%;
- 	height:200%;
- 	vertical-align:top;
- 	float:none;
- 	position:relative;
  }
  
--- 295,313 ----
  	-moz-border-radius: 6px;
  }
+ 
  #menuline {
+ /*	width:100%;
+ 	vertical-align:top;*/
+ 	float:left;
+ /*	position:relative;*/
+ 	display:block;
+ }
+ 
+ #bibliomenu {
+ 	position: relative;
+ 	float:left;
+ 	display:block;
+ 	margin-left:10%;
  	width:100%;
  }
  





More information about the Koha-cvs mailing list