diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 00:27:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 00:35:09 +0200 |
commit | a55f81e7746411be3a721a3a15ee3da7bb9f41f7 (patch) | |
tree | e8188daf1f8031b9bfbdea329e54541ba61401d3 /core/css/multiselect.css | |
parent | 59cf11c61256157cf41f8e17e4d7b0937f4d3734 (diff) | |
download | nextcloud-server-a55f81e7746411be3a721a3a15ee3da7bb9f41f7.tar.gz nextcloud-server-a55f81e7746411be3a721a3a15ee3da7bb9f41f7.zip |
use proper triangle for multiselect dropdowns as well
Diffstat (limited to 'core/css/multiselect.css')
-rw-r--r-- | core/css/multiselect.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 17fd81bf6c3..a9451964f59 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -93,7 +93,8 @@ div.multiselect>span:first-child { div.multiselect>span:last-child { position: absolute; - right: 13px; + right: 8px; + top: 8px; } ul.multiselectoptions input.new { |