aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r--template/yoga/admin/default-layout.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css
index fda57c497..7d6f50502 100644
--- a/template/yoga/admin/default-layout.css
+++ b/template/yoga/admin/default-layout.css
@@ -149,4 +149,28 @@ FIELDSET#generalConf TEXTAREA.description {
height: 10px;
background-color: #66f;
border: 1px solid black;
-} \ No newline at end of file
+}
+
+/* Tabsheet */
+.tabsheet {
+ display: table;
+ list-style-type: none;
+ list-style-image: none; /* for firefox */
+ white-space: nowrap;
+ margin-left: auto; margin-right: auto;
+ text-decoration : none;
+ background: transparent;
+}
+
+.tabsheet li {
+ float: left;
+ text-align: center;
+ margin: 0 6px;
+ color: white;
+ font-size: 120%;
+ font-weight: bold;
+ padding: 4px 8px;
+ border: 1px solid #fff;
+}
+
+/* Tabsheet */