See ChangeLog.

Monotone-Parent: 82564e2898976a6c09a85817e4b2954a5c58b7a9
Monotone-Revision: 9349907ea60fdc16f7e49e777a53ccaa1117180d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-21T14:09:26
This commit is contained in:
Francis Lachapelle
2011-11-21 14:09:26 +00:00
parent b5fdc4a7c9
commit 413bb609dd
10 changed files with 316 additions and 26 deletions

View File

@@ -66,6 +66,20 @@ DIV.listWrapper
border-left: 1px solid #9b9b9b;
background: #ccddec; }
/* time date control */
SPAN.timeDateControl INPUT.textField
{ width: 7em;
vertical-align: text-bottom; }
#vacation LABEL.timeDate,
#vacation LABEL.timeDate input.checkBox
{ line-height: 2.0em;
}
#vacation LABEL.timeDate,
#vacation LABEL.timeDate input.checkBox,
SPAN.timeDateControl SPAN
{ vertical-align: text-top; }
/* vacation, forward */
#vacation, #forward
{ padding-left: 2.5em; }
@@ -81,6 +95,9 @@ DIV.listWrapper
{ height: 50px; }
#vacation SPAN
{ float: right; }
#vacation SPAN.timeDateControl,
#vacation SPAN.timeDateControl SPAN
{ float: none; }
#vacation BR,
#passwordView BR
{ clear: both; }