Fix width of select widgets in component editor.

Monotone-Parent: 8eff3fcb9d28703e16adf6fd2da5a29c70cf6a0a
Monotone-Revision: 83f360b9ad32a59125310f306b42d5ecac442834

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-01-27T17:51:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-01-27 17:51:00 +00:00
parent 20dd37bfe0
commit 48f16a2394
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
SELECT#calendarList
{ width: 15em; }
SELECT#calendarList,
SELECT#categoryList,
SELECT#priorityList,
SELECT#repeatList,
SELECT#reminderList
{ width: 13em; }
#attendeesLabel
{ display: none; }