diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 39e7bd2a5b0..0b12a4e9441 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -75,9 +75,11 @@ legend { padding:.2em; font-size:1.2em; } #login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; } #login form ul.errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 4em 0; padding:1em 1em 1em 5em; } -#login form p { clear:both; } -#login form p label { float:left; position:static; margin:0; padding:0.1em;} -#login form p input { float:left; width: auto;} +#login form #selectDbType { text-align:center; } +#login form #selectDbType label { position:static; background:#F8F8F8 none; border:1px solid #DDD; box-shadow:0 1px 1px #FFF, 0 1px 0 #BBB inset; color: #555; font-size:1em; margin:0 -0.3em 1em; padding:0.6em 0.5em 0.4em; cursor:pointer; width:7.5em;} +#login form #selectDbType label span { cursor:pointer; } +#login form #selectDbType label.ui-state-hover, #login form #selectDbType label.ui-state-active { color: #333; background-color: #FFF; } + /* NAVIGATION ------------------------------------------------------------- */ #navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; } |