diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-06 14:08:44 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-06 14:11:37 +0100 |
commit | af6ee647da72b23636d522696fe6f429eb74f0bd (patch) | |
tree | 2effed160012effcaa8ca0a22c1e0d8565557a5c /settings | |
parent | b1901534be20ab768c4f5dccaa5c7c81fb472aa8 (diff) | |
download | nextcloud-server-af6ee647da72b23636d522696fe6f429eb74f0bd.tar.gz nextcloud-server-af6ee647da72b23636d522696fe6f429eb74f0bd.zip |
center arrow for token dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 3f23fb6680d..a280fa5d10e 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -263,6 +263,11 @@ table.nostyle td { padding: 0.2em 0; } padding: 10px; } +#sessions .token-list div.configure:after, +#apppasswords .token-list div.configure:after { + right: 13px; +} + #sessions .token-list tr.active div.configure > *, #apppasswords .token-list tr.active div.configure > *{ margin-top: 5px; |