From e90083304147e3c1b9278c6e875278f2eb7dd4de Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 6 Aug 2011 13:58:29 +0000 Subject: improved the way tabs are displayed inside the description entry --- h-source/Public/Css/main.css | 54 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'h-source/Public') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 43c130a..2c2512c 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -250,7 +250,7 @@ div#right } .notebooks_insert_form { - width:660px; + width:710px; margin-left:10px; } .notebooks_insert_form .entry_label @@ -1868,6 +1868,58 @@ span.entry_label_small /* text-decoration:none; */ font-weight:normal; } + +/*tabs*/ +#description_tabs +{ + margin-top:10px; +} +div#description_tabs_content +{ + clear:left; +/* width:707px; */ +/* padding-left:5px; */ + border:1px solid #DCDCDC; + position:relative; + z-index:1; +} +.description_tabs_page +{ + margin:10px; +} +#description_tabs ul.desc_menu +{ + width:700px; +/* border-bottom:1px solid #DCDCDC; */ +/* overflow:hidden; */ + margin:0px; +/* height:34px; */ + padding:0px; + position:relative; + z-index:4; +/* background-color:red; */ + top:1px; +/* padding-left:10px; */ +} +#description_tabs li.desc_tabs +{ + display:block; + float:left; + width:70px; + text-align:center; + padding:6px 8px; + border:1px solid #DCDCDC; + background-color:#E6E6FA; + position:relative; + margin-right:8px; + z-index:5; +} +#description_tabs li.desc_tabs a +{ +/* text-decoration:none; */ + color:#000; +/* font-weight:bold; */ +} /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko -- cgit v1.2.3