diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-01 14:29:44 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-01 14:29:44 +0000 |
| commit | b66102e8ce63013f8258bc31cfeff3db15701463 (patch) | |
| tree | 2286195f95064873f28cdeb153d1d852398be430 /style | |
| parent | 4d8bc64bb21f58aaf9f764ebae73ee57e9a96e96 (diff) | |
| download | install-b66102e8ce63013f8258bc31cfeff3db15701463.tar.gz install-b66102e8ce63013f8258bc31cfeff3db15701463.tar.bz2 install-b66102e8ce63013f8258bc31cfeff3db15701463.zip | |
installer theme tweaking
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/style/install.css b/style/install.css index def2a56..68c1c48 100644 --- a/style/install.css +++ b/style/install.css @@ -71,6 +71,7 @@ li.success {list-style:none; padding:4px; margin:0;} .forminput p {margin:0.5em 0;} .formhelp {color:#666; font-size:10px; cursor:help;} .submit {text-align:center; margin:10px 0 2em 0;} +select, input {padding:5px 10px; font-weight:bold;} table input {padding:0 10px;} @@ -109,33 +110,9 @@ h4 {margin:0; padding:0;} /* tabstyle */ .tabsystem .tabcontainer .tab, .tabsystem .tabcontainer .tab-hover, -.tabsystem .tabcontainer .tab-active { - top:3px; - font:10px verdana,arial,sans-serif; - font-weight:normal; - margin:0 6px; - padding:3px 5px 1px 5px; - background:transparent url( "images/tab_shade.png" ) repeat-x; - border:1px solid #ccc; - border-bottom:0; -} -.tabsystem .tabcontainer .tab-hover { - padding-top:2px; - border-top:2px solid #f90; -} -.tabsystem .tabcontainer .tab-active { - top:1px; - padding:2px 8px 4px 8px; - margin:0 3px; - border-top:2px solid #f90; - background:#fff; - color:#000; -} -.tabsystem .tabpage { - border-top:1px solid #ccc; -} +.tabsystem .tabcontainer .tab-active {top:3px; font:10px verdana,arial,sans-serif; font-weight:normal; margin:0 6px; padding:3px 5px 1px 5px; background:transparent url( "images/tab_shade.png" ) repeat-x; border:1px solid #ccc; border-bottom:0;} +.tabsystem .tabcontainer .tab-hover {padding-top:2px; border-top:2px solid #f90;} +.tabsystem .tabcontainer .tab-active {top:1px; padding:2px 8px 4px 8px; margin:0 3px; border-top:2px solid #f90; background:#fff; color:#000;} +.tabsystem .tabpage {border-top:1px solid #ccc;} .tabcontainer a, -.tabcontainer a:hover { - color: #000; - text-decoration: none; -} +.tabcontainer a:hover {color: #000; text-decoration: none;} |
