diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-22 22:22:52 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-23 19:40:06 +0200 |
commit | e9950defb240dfe19a22cf1cce34e0fd25e58ee9 (patch) | |
tree | 1df2da6edcc6985700085d82f0e9a54533989b46 /apps/calendar/css/style.css | |
parent | 5559a0dedef2ac1f366ca17ddb2286629009ee3c (diff) | |
download | nextcloud-server-e9950defb240dfe19a22cf1cce34e0fd25e58ee9.tar.gz nextcloud-server-e9950defb240dfe19a22cf1cce34e0fd25e58ee9.zip |
Make event category choice multiselect
Diffstat (limited to 'apps/calendar/css/style.css')
-rw-r--r-- | apps/calendar/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 5d08402422a..b1198062763 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -68,3 +68,5 @@ color:#333; #fromtime.disabled, #totime.disabled { color:#A9A9A9; } +select#category{width:140px;} +button.category{margin:0 3px;} |