diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-01-27 15:49:11 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-01-28 11:24:13 +0100 |
commit | 1473e156f4c1f6c634cc7933343de0fbcc91cbe8 (patch) | |
tree | 71f41e282b261e7e1e571b8686dd9af762941ae6 /core/css | |
parent | 308396b770f3b1b41ba31ff0ee889d485b14d14a (diff) | |
download | nextcloud-server-1473e156f4c1f6c634cc7933343de0fbcc91cbe8.tar.gz nextcloud-server-1473e156f4c1f6c634cc7933343de0fbcc91cbe8.zip |
Use boxes for system tags, shorten permission text
Permission text now doesn't appear when all permissions are there, or
shows as "invisible" or "not assignable", which should better cover all
use cases.
Changed select2 style to use boxes in the input field.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/systemtags.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index d847baa6800..2a02bc05ea7 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -45,7 +45,7 @@ } .systemtags-select2-container { - width: 80%; + width: 100%; } .systemtags-select2-container .select2-choices { @@ -62,24 +62,18 @@ } .systemtags-select2-container .select2-choices .select2-search-choice { - border: 0; - box-shadow: none; - background: none; - padding: 0; - margin: 0; line-height: 20px; + padding-left: 5px; } .systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label { - font-style: italic; + opacity: 0.5; } .systemtags-select2-container .select2-choices .select2-search-choice-close { display: none; } .systemtags-select2-container .select2-choices .select2-search-field input { - margin: 0; - padding: 0; line-height: 20px; } |