mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 18:42:44 +00:00
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:
@@ -1,5 +1,9 @@
|
||||
SELECT#calendarList
|
||||
{ width: 15em; }
|
||||
SELECT#calendarList,
|
||||
SELECT#categoryList,
|
||||
SELECT#priorityList,
|
||||
SELECT#repeatList,
|
||||
SELECT#reminderList
|
||||
{ width: 13em; }
|
||||
|
||||
#attendeesLabel
|
||||
{ display: none; }
|
||||
|
||||
Reference in New Issue
Block a user