web/data/tabs-no-images.css
changeset 2383 96780c1e0c53
parent 2123 3e1d2ab5f8c0
--- a/web/data/tabs-no-images.css	Thu Jul 16 13:30:13 2009 +0200
+++ b/web/data/tabs-no-images.css	Thu Jul 16 14:44:18 2009 +0200
@@ -3,7 +3,7 @@
 ul.css-tabs {
 	margin:0 !important;
 	padding:0;
-	height:24px;
+	height:20px;
 	border-bottom:1px solid #666;
 }
 
@@ -24,12 +24,10 @@
 	text-decoration:none;
 	border:1px solid #666;
 	border-bottom:0px;
-	height:18px;
+	height:14px;
 	background-color:#efefef;
 	color:#777;
 	margin-right:2px;
-	-moz-border-radius-topleft: 4px;
-	-moz-border-radius-topright:4px;
 	position:relative;
 	top:1px;
 }
@@ -42,9 +40,8 @@
 /* selected tab */
 ul.css-tabs a.current {
 	background-color: white;
-	border-bottom:2px solid #ddd;
+	border-bottom:2px solid white;
 	color:#000;
-	cursor:default;
 }