diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-03 17:05:15 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-07 14:37:40 +0200 |
commit | 16231da19fdc367ecb4db71abe1ccd0052312469 (patch) | |
tree | 9e53ef214745e0c220df78898e5ccb624b2cc999 /settings/css | |
parent | eadc143d91ea26ffa7e1bad586f58fb749dfc183 (diff) | |
download | nextcloud-server-16231da19fdc367ecb4db71abe1ccd0052312469.tar.gz nextcloud-server-16231da19fdc367ecb4db71abe1ccd0052312469.zip |
Fix position and template
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index a7a4e9776fb..97767ce2f22 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -106,23 +106,6 @@ input { grid-template-rows: 1fr 2fr 1fr; } - -.icon-federation-menu { - padding-left: 16px; - background-size: 16px; - background-position: left 8px; - opacity: .3; - margin-top: -2px; - margin-left: 10px; - cursor: pointer; - - .icon-triangle-s { - display: inline-block; - vertical-align: middle; - cursor: pointer; - } -} - .personal-show-container { width: 100%; } @@ -318,20 +301,37 @@ input { } } -.federationScopeMenu { - top: 44px; - &.popovermenu { - .menuitem { - // override h2 heading font size - font-size: 12.8px; - line-height: 1.6em; - .menuitem-text-detail { - opacity: .75; - } - &.active { - box-shadow: inset 2px 0 $color-primary; - .menuitem-text { - font-weight: 600; +.federation-menu { + position: relative; + cursor: pointer; + margin-left: 10px; + .icon-federation-menu { + padding-left: 16px; + background-size: 16px; + background-position: left center; + opacity: .3; + cursor: inherit; + .icon-triangle-s { + display: inline-block; + vertical-align: middle; + cursor: inherit; + } + } + .federationScopeMenu { + top: 44px; + &.popovermenu { + .menuitem { + // override h2 heading font size + font-size: 12.8px; + line-height: 1.6em; + .menuitem-text-detail { + opacity: .75; + } + &.active { + box-shadow: inset 2px 0 $color-primary; + .menuitem-text { + font-weight: 600; + } } } } |