Bug 259478 Empty focus box next to checkmarks, looks like ... elispsis, r1=tbe r2=dmose
git-svn-id: svn://10.0.0.236/trunk@206304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();"/>
|
||||
|
||||
Reference in New Issue
Block a user