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

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jminta%gmail.com
2006-08-01 16:48:54 +00:00
parent ab07cdbfee
commit f51c22475e
2 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -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();"/>