diff options
| author | Will James <will@onnyturf.com> | 2010-06-14 11:28:43 -0400 |
|---|---|---|
| committer | Will James <will@onnyturf.com> | 2010-06-14 11:28:43 -0400 |
| commit | 99e6aec4ba89f268d6cb3b964714aa3dc8076c1a (patch) | |
| tree | 5d378be1bfbbefc71151f12451b1fac44b6928ea | |
| parent | 46d5b53e0ee30c4e04afb5cfa6e5bd1170de2b09 (diff) | |
| download | themes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.tar.gz themes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.tar.bz2 themes-99e6aec4ba89f268d6cb3b964714aa3dc8076c1a.zip | |
fix default tab styles so multiple rows look nice
| -rw-r--r-- | css/tabsystem.css | 4 |
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 */ |
