mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +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:
@@ -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>
|
||||
|
||||
@@ -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