summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 2ec5129a1c5..1a4a4ab4f3d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -178,6 +178,8 @@ input[type="checkbox"] + label:before {
opacity: 0.7;
}
+input[type="checkbox"].u-left +label:before { float: left; }
+
input[type="checkbox"].white + label:before {
background-image: url('../img/actions/checkbox-white.svg');
}
@@ -506,7 +508,7 @@ input[type="submit"].enabled {
#body-login #submit.login {
position: absolute;
right: 0;
- top: 49px;
+ top: 0;
border: none;
background-color: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
@@ -525,8 +527,8 @@ input[type="submit"].enabled {
#body-login form {
position: relative;
- width: 22em;
- margin: 2em auto 2em;
+ width: 280px;
+ margin: 32px auto;
padding: 0;
}
#body-login form fieldset {