summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill James <will@onnyturf.com>2010-06-14 11:28:43 -0400
committerWill James <will@onnyturf.com>2010-06-14 11:28:43 -0400
commit99e6aec4ba89f268d6cb3b964714aa3dc8076c1a (patch)
tree5d378be1bfbbefc71151f12451b1fac44b6928ea
parent46d5b53e0ee30c4e04afb5cfa6e5bd1170de2b09 (diff)
downloadthemes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.tar.gz
themes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.tar.bz2
themes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.zip
fix default tab styles so multiple rows look nice
-rw-r--r--css/tabsystem.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tabsystem.css b/css/tabsystem.css
index f7e4b68..a3e64ca 100644
--- a/css/tabsystem.css
+++ b/css/tabsystem.css
@@ -11,9 +11,9 @@
/* some minimalistic styling to make tabs more functional */
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-hover,
-.tabsystem .tabcontainer .tab-active {top:3px; margin:0 3px; padding:4px 5px 1px 5px; border:1px solid #999; border-bottom:0;}
+.tabsystem .tabcontainer .tab-active {top:3px; margin:0 3px 2px; padding:4px 5px 3px 5px; border:1px solid #999; border-bottom:0;}
.tabsystem .tabcontainer .tab-hover {padding:3px 5px 1px 5px; border-top:2px solid #06f;}
-.tabsystem .tabcontainer .tab-active {top:1px; margin:0 0px; color:#000; padding:2px 8px 4px 8px; border-top:2px solid #f60; background:#fff;}
+.tabsystem .tabcontainer .tab-active {top:1px; margin:0 3px; color:#000; padding:4px 8px; border-top:2px solid #f60; background:#fff;}
.tabsystem .tabpage {border:1px solid #999; margin:0; padding:5px;}
/* styles for 'newlook' edit layouts which float options tabs to the right */