diff options
author | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-09 05:14:27 -0500 |
---|---|---|
committer | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-19 20:35:50 -0500 |
commit | 7109604c012768a7bd8f547db0f466d6fda69ca2 (patch) | |
tree | 3df370b7da14c6bee0846e2f1629bed38411e3d5 /settings/css | |
parent | 9386b07ed8c469189779949debb4483e713e3836 (diff) | |
download | nextcloud-server-7109604c012768a7bd8f547db0f466d6fda69ca2.tar.gz nextcloud-server-7109604c012768a7bd8f547db0f466d6fda69ca2.zip |
Add icons to devices/sessions
Signed off by: Pierre Gordon <pierregordon@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 268cb0eee5d..1025a862b17 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -329,11 +329,22 @@ table.nostyle { } } .token-list td { - &.more { + &%icon { overflow: visible; position: relative; width: 16px; } + &.more { + @extend %icon; + } + &.client { + @extend %icon; + + img { + opacity: 0.57; + width: inherit; + } + } border-top: 1px solid #DDD; text-overflow: ellipsis; max-width: 200px; @@ -342,7 +353,7 @@ table.nostyle { vertical-align: top; position: relative; } - tr > *:nth-child(2) { + tr > *:nth-child(3) { text-align: right; } .token-list { |