From af6ee647da72b23636d522696fe6f429eb74f0bd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 6 Dec 2016 14:08:44 +0100 Subject: center arrow for token dropdown Signed-off-by: Robin Appelman --- settings/css/settings.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3