diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-27 12:18:52 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-27 12:20:26 +0200 |
commit | d4f15185332a679771e2e59a0505954f22f7dea9 (patch) | |
tree | 2939f5e0c3892fee796302a4ab1fb075dc46f54c /settings/css | |
parent | 90d7e8f6f4efcdf158136683e554e1c94509beb2 (diff) | |
download | nextcloud-server-d4f15185332a679771e2e59a0505954f22f7dea9.tar.gz nextcloud-server-d4f15185332a679771e2e59a0505954f22f7dea9.zip |
Fix style of federation scope menu triangles, simplify CSS
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ab8d69b3a42..c3b1243f87e 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -13,11 +13,6 @@ input { clear: both; } -.icon-federation-menu { - width: 16px; - float: right; -} - /* icons for sidebar */ .nav-icon-personal-settings { background-image: url('../img/personal.svg?v=1'); @@ -121,12 +116,19 @@ input { } } -#personal-settings-avatar-container h2 span[class^="icon-"] { +.icon-federation-menu { + float: right; padding-left: 16px; background-size: 16px; background-position: left 8px; opacity: .3; cursor: pointer; + + .icon-triangle-s { + display: inline-block; + vertical-align: middle; + cursor: pointer; + } } .personal-show-container { @@ -167,13 +169,6 @@ input { h2 { position: relative; margin-bottom: 5px; - span[class^="icon-"] { - padding-left: 16px; - background-size: 16px; - background-position: left 8px; - opacity: .3; - cursor: pointer; - } } > form span { &[class^="icon-checkmark"], &[class^="icon-error"] { |