diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-07 11:05:23 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-07 11:05:23 +0100 |
commit | d9bd6f325392316f6b2d83d0b712d473d8510fda (patch) | |
tree | 28792b01cb82edd8750e207e687f19a39456db17 /core/css/public.scss | |
parent | c401a8cf2653512c9babfabca4a5d24293e8e7be (diff) | |
download | nextcloud-server-d9bd6f325392316f6b2d83d0b712d473d8510fda.tar.gz nextcloud-server-d9bd6f325392316f6b2d83d0b712d473d8510fda.zip |
Fixed public template
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/public.scss')
-rw-r--r-- | core/css/public.scss | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/core/css/public.scss b/core/css/public.scss index 3651e701c34..6a175de6431 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -1,22 +1,22 @@ #body-public { - .header-right { + .header-right { - span:not(.popovermenu) a { - color: $color-primary-text; - } + span:not(.popovermenu) a { + color: $color-primary-text; + } - .menutoggle, - #header-primary-action[class^='icon-'] { - padding: 14px; - padding-right: 40px; - background-position: right 15px center; - color: $color-primary-text; - cursor: pointer; - } + .menutoggle, + #header-primary-action[class^='icon-'] { + padding: 14px; + padding-right: 40px; + background-position: right 15px center; + color: $color-primary-text; + cursor: pointer; + } - .menutoggle { - padding-right: 10px; - } + #header-secondary-action { + margin-right: 13px; + } - } -}
\ No newline at end of file + } +} |