summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/style.less
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-10 10:45:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-10 10:45:29 +0200
commitdf7751c6c456e0107b11d547c159266b470470d9 (patch)
tree8fba8095ea7ebb265f6d16ca6df776600200cb1f /lib/plugins/extension/style.less
parentfee60c9e19860de9edb1dd146ec7063bb9eda392 (diff)
downloadrpg-df7751c6c456e0107b11d547c159266b470470d9.tar.gz
rpg-df7751c6c456e0107b11d547c159266b470470d9.tar.bz2
nicer tabs
Diffstat (limited to 'lib/plugins/extension/style.less')
-rw-r--r--lib/plugins/extension/style.less20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/plugins/extension/style.less b/lib/plugins/extension/style.less
index fc5613044..8c85bec46 100644
--- a/lib/plugins/extension/style.less
+++ b/lib/plugins/extension/style.less
@@ -38,6 +38,26 @@
}
}
+#extension__manager {
+ /* tab layout - most of it is in the main template */
+ ul.tabs li.active a {
+ background-color: @ini_background_alt;
+ border-bottom: solid 1px @ini_background_alt;
+ z-index: 2;
+ }
+ .panelHeader {
+ background-color: @ini_background_alt;
+ margin: 0 0 10px 0;
+ padding: 10px 10px 8px;
+ text-align: left;
+ overflow: hidden;
+ }
+}
+
+/* ------- FIXME everything below needs to be checked for usage ---------- */
+
+
+
/*
* general layout
*/