aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Public/Css/main.css')
-rw-r--r--h-source/Public/Css/main.css54
1 files changed, 53 insertions, 1 deletions
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