diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 40c1622ca26..c7d858a4feb 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -444,13 +444,15 @@ input[name='password-clone'] { .groupbottom { position: relative; } -#body-login .grouptop input { +#body-login .grouptop input, +.grouptop input { margin-bottom: 0; border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } -#body-login .groupmiddle input { +#body-login .groupmiddle input, +.groupmiddle input { margin-top: 0; margin-bottom: 0; border-top: 0; @@ -458,7 +460,8 @@ input[name='password-clone'] { border-radius: 0; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } -#body-login .groupbottom input { +#body-login .groupbottom input, +.groupbottom input { margin-top: 0; border-top: 0; border-top-right-radius: 0; @@ -854,6 +857,28 @@ div.crumb:active { opacity: 0; } + +/* public footer */ +#body-public footer { + margin-top: 65px; + text-align: center; +} + +#body-public footer .info { + color: #777; + text-align: center; + margin: 0 auto; + padding: 20px 0; +} + +#body-public footer .info a { + color: #777; + font-weight: bold; + padding: 13px; + margin: -13px; +} + + /* LEGACY FIX only - do not use fieldsets for settings */ fieldset.warning legend, fieldset.update legend { top: 18px; |