summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus/htdocs
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-04-13 19:29:30 +0000
committerManuel Munz <freifunk@somakoma.de>2011-04-13 19:29:30 +0000
commit3a12f82014cbac58080ef19673e0ff86fcae1112 (patch)
treeabb730d612b2f156793b1c7e841b1c7c8dc8b91b /themes/fledermaus/htdocs
parent0c281f4e8618d70b8fd8abb25d0fe5a9acac769f (diff)
themes: Update fledermaus, freifunk-bno, freifunk-hannover and freifunk
Diffstat (limited to 'themes/fledermaus/htdocs')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index a34881be0..6f8ff64c1 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -517,6 +517,56 @@ ul.cbi-apply {
font-size: 90%;
}
+ul.cbi-tabmenu {
+ padding: 3px 0;
+ margin-left: 0 !important;
+ margin-bottom: -1px;
+ list-style-type: none;
+}
+
+ul.cbi-tabmenu li.cbi-tab,
+ul.cbi-tabmenu li.cbi-tab-disabled {
+ display: inline;
+ margin: 0;
+}
+
+ul.cbi-tabmenu li.cbi-tab a,
+ul.cbi-tabmenu li.cbi-tab-disabled a {
+ text-decoration: none;
+ padding: 3px 7px;
+ margin-right: 3px;
+ border: 1px outset #000000;
+ border-bottom: none;
+ background-color: #EEEEEE;
+ color: #BBBBBB;
+}
+
+ul.cbi-tabmenu li.cbi-tab-highlighted a {
+ color: #000000;
+ background-color: #FFEEAA;
+}
+
+ul.cbi-tabmenu li a:hover {
+ color: #000000;
+}
+
+ul.cbi-tabmenu li.cbi-tab a {
+ position: relative;
+ top: 1px;
+ padding-top: 4px;
+ color: #000000;
+ background-color: #FFFFFF;
+}
+
+div.cbi-tab-descr {
+ background-image: url(/luci-static/resources/cbi/help.gif);
+ background-position: 0.25em 50%;
+ background-repeat: no-repeat;
+ border-bottom: 1px solid #CCCCCC;
+ margin: 0.25em 0.25em 2em;
+ padding: 0.5em 0.5em 0.5em 2em;
+}
+
.right {
text-align: right;
}