From 2358a5c1e3a2ac8c0220e2384f5f88747fdba929 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 8 Aug 2011 09:18:45 +0000 Subject: improved language tabs --- h-source/Public/Css/main.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'h-source/Public/Css') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 2c2512c..49ff8b8 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1870,7 +1870,7 @@ span.entry_label_small } /*tabs*/ -#description_tabs +.description_tabs { margin-top:10px; } @@ -1887,7 +1887,7 @@ div#description_tabs_content { margin:10px; } -#description_tabs ul.desc_menu +.description_tabs ul.desc_menu { width:700px; /* border-bottom:1px solid #DCDCDC; */ @@ -1901,7 +1901,7 @@ div#description_tabs_content top:1px; /* padding-left:10px; */ } -#description_tabs li.desc_tabs +.description_tabs li.desc_tabs { display:block; float:left; @@ -1912,14 +1912,26 @@ div#description_tabs_content background-color:#E6E6FA; position:relative; margin-right:8px; + margin-left:0px; z-index:5; } -#description_tabs li.desc_tabs a +.description_tabs li.current_tab +{ + background-color:#FFF; + border-bottom:1px solid #FFF; +} +.description_tabs li.desc_tabs a { /* text-decoration:none; */ color:#000; /* font-weight:bold; */ } +.separation_line +{ + background-color:#DCDCDC; + padding:6px 8px; + margin:20px 0; +} /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko -- cgit v1.2.3