diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 22:23:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 22:23:31 +0200 |
commit | f6488422c99e3ac472116614627d5bdc065c1391 (patch) | |
tree | 274e859e04881ff9fde2a52eb481672eb7fe367a /settings/css/settings.scss | |
parent | 694ba5435b2963e201f6a6d2c775836bde07aaef (diff) | |
download | nextcloud-server-f6488422c99e3ac472116614627d5bdc065c1391.tar.gz nextcloud-server-f6488422c99e3ac472116614627d5bdc065c1391.zip |
Line up header text with column content for when there's inputs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r-- | settings/css/settings.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 22e999061f1..00dc2b03e84 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1448,6 +1448,17 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { &#grid-header { color: var(--color-text-maxcontrast); z-index: 60; /* above new-user */ + + #headerDisplayName, + #headerPassword, + #headerAddress, + #headerGroups, + #headerSubAdmins, + #headerQuota, + #headerLanguages { + /* Line up header text with column content for when there’s inputs */ + padding-left: 7px; + } } &:hover { input:not([type='submit']):not(:focus):not(:active) { @@ -1569,4 +1580,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { user-select: none; } } -}
\ No newline at end of file +} |