diff options
-rw-r--r-- | core/css/header.css | 6 | ||||
-rw-r--r-- | core/css/styles.css | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/core/css/header.css b/core/css/header.css index 91dfeb798a5..86db48a3f08 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -241,20 +241,26 @@ float: left; display: inline-block; margin-right: 5px; + cursor: pointer; } #header .avatardiv img { opacity: 1; + cursor: pointer; } #settings { float: right; color: #bbb; + cursor: pointer; } #expand { display: block; padding: 7px 12px 6px 7px; cursor: pointer; } +#expand * { + cursor: pointer; +} #expand:hover, #expand:focus, #expand:active { color:#fff; } #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; } #expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } diff --git a/core/css/styles.css b/core/css/styles.css index d959aec0361..78b9b930f35 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -420,13 +420,13 @@ input[name='password-clone'] { #password-icon { position: absolute; left: 16px; - top: 20px; + top: 22px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; } #adminpass-icon, #password-icon { - top: 15px; + top: 17px; } /* General new input field look */ @@ -474,10 +474,10 @@ label.infield { #body-login form input[type="checkbox"]+label { position: relative; margin: 0; - font-size: 13px; padding: 14px; padding-left: 28px; margin-left: -28px; + vertical-align: middle; } #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;} |