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
@@ -45,7 +45,8 @@
var:value="location"
/></span></label>
<span class="checkBoxList"><var:string label:value="Category:" />
<span class="content"><var:popup list="categoryList" item="item"
<span class="content"><var:popup const:id="categoryList"
list="categoryList" item="item"
label:noSelectionString="category_none"
string="item" selection="category"
/> <var:string label:value="Calendar:" />
@@ -56,7 +57,7 @@
var:selection="componentCalendar"
/></span></span>
<span class="checkBoxList"><var:string label:value="Priority:" />
<span class="content"><var:popup list="priorities" item="item"
<span class="content"><var:popup const:id="priorityList" list="priorities" item="item"
label:noSelectionString="prio_0"
string="itemPriorityText" selection="priority"/>
</span></span>
+6 -2
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; }