Bug 259478 Empty focus box next to checkmarks, looks like ... elispsis, r1=tbe r2=dmose

This commit is contained in:
jminta%gmail.com 2006-08-01 16:48:39 +00:00
Родитель f3f79df86d
Коммит 58279f90e7
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -5,3 +5,7 @@ label.label {
.warning-text-class {
color : red;
}
.checkbox-no-label > .checkbox-label-box {
display: none;
}

Просмотреть файл

@ -114,7 +114,7 @@
<checkbox id="event-all-day" oncommand="updateAllDay();"
class="event-only" label="&newevent.alldayevent.label;"/>
<checkbox id="todo-has-entrydate" oncommand="updateEntryDate();"
class="todo-only"/>
class="todo-only checkbox-no-label"/>
<datetimepicker id="todo-entrydate" onchange="onStartTimeChange();"
class="todo-only"/>
<spacer flex="1"/>
@ -130,7 +130,7 @@
<hbox align="center">
<datetimepicker id="event-endtime" onchange="onEndTimeChange();" class="event-only"/>
<checkbox id="todo-has-duedate" oncommand="updateDueDate();" class="todo-only"/>
<datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only"/>
<datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only checkbox-no-label"/>
<checkbox id="item-recurrence" oncommand="updateRecurrence();"
label="&newevent.repeat.label2;"/>
<button id="set-recurrence" label="&newevent.set.label;" oncommand="editRecurrence();"/>