You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/13 20:15:04 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css tabs.css

andreas     2003/06/13 11:15:04

  Modified:    src/webapp/lenya/resources/css tabs.css
  Log:
  updated tab styles
  
  Revision  Changes    Path
  1.3       +38 -15    cocoon-lenya/src/webapp/lenya/resources/css/tabs.css
  
  Index: tabs.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/tabs.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tabs.css	13 Jun 2003 13:32:11 -0000	1.2
  +++ tabs.css	13 Jun 2003 18:15:04 -0000	1.3
  @@ -1,22 +1,45 @@
   /* Styles for tabs in Site / Meta Area */
   
   .lenya-tab {
  -	width:auto;
  -	font-family:verdana,arial,sans serif;
  -	background-color:#cccc99; 
  -	padding:10px;
  -	color:#333;
  -	border-width:1px;
  -	border-type:solid;
  -	border-color:#003366;
  +	width: auto;
  +	font-family: verdana, sans serif;
  +	font-size: small;
  +	background-color: #F5F4E9; 
  +	padding: 20px;
  +	color: black;
  +	border: solid 1px #CCCCCC;
  +	position: relative;
  +	top: 1px;
   }
   
   .lenya-tablink {
  -	display:inline; /*mandatory*/
  -	margin-right:.5em;
  -	padding-left:2em;
  -	padding-right:2em;
  -	text-decoration:none;
  -	font-weight:bold;
  -	color:#ccc;
  +	color: #666666;
  +	font-size: small;
  +	display: inline; /*mandatory*/
  +	margin-right: .5em;
  +	padding: 0px 1em;
  +	position: relative;
  +	top: 1px;
  +	
  +	text-decoration: none;
  +	
  +	background-color: #DDDCCF; 
  +	border: solid 1px #CCCCCC;
  +}
  +
  +.lenya-tablink-active {
  +	color: black;
  +	font-size: small;
  +	display: inline; /*mandatory*/
  +	margin-right: .5em;
  +	padding: 0px 1em;
  +	position: relative;
  +	top: 1px;
  +	
  +	text-decoration: none;
  +	
  +	background-color: #F5F4E9; 
  +	border: solid 1px #CCCCCC;
  +	border-bottom: solid 1px #F5F4E9;
  +	z-index: 1;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org