sogo/UI/WebServerResources/UIxAppointmentEditor.css
Francis Lachapelle 843af28d1a Fix for bug #227
Monotone-Parent: 1f071b472ff826a3cdfb0f8ecafbe3f2c31e969e
Monotone-Revision: c6211d892652356a678ac26ac4f287499fbe91ea

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-12-22T20:23:50
Monotone-Branch: ca.inverse.sogo
2009-12-22 20:23:50 +00:00

164 lines
3.1 KiB
CSS

DIV.appointmentLabel
{ display: block;
position: relative;
line-height: 1.8em;
text-align: right;
width: 3em; }
DIV#eventView
{ overflow: hidden;
padding: .5em; }
DIV.appointmentRightLabel
{ display: inline;
vertical-align: middle; }
UL.contactList
{ display: block;
cursor: default;
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0px;
background: #fff;
border: 1px solid #000;
width: 15em;
height: 5em;
overflow: auto; }
UL.contactList LI IMG
{ vertical-align: middle; }
UL.contactList LI
{ width: 100%;
white-space: nowrap;
vertical-align: middle; }
UL.contactList LI._selected
{ background: #4b6983;
color: #fff; }
DIV.contactSelector
{ margin: 0px; }
LABEL, SPAN.checkBoxList
{ display: block;
position: relative;
line-height: 1.5em;
height: 1.5em;
margin-left: 0px;
margin-bottom: .5em;
width: 100%; }
SELECT
{ margin-left: 1px; }
LABEL#commentArea
{ height: 17em; }
LABEL#commentArea textarea
{ height: 15.5em; }
SPAN.checkBoxList#participantsCB
{ height: 7em; }
SPAN.checkBoxList#categoriesCB
{ height: 3em; }
DIV#participants UL.contactList
{ height: 4.5em; }
SPAN.checkBoxList SPAN.content LABEL
{ display: inline; }
SPAN.content
{ position: absolute;
line-height: 2em;
top: -.25em;
left: 8em;
right: 1em; }
SPAN.content A
{ line-height: 2em; }
A#detailsButton
{ position: absolute;
right: 1em;
z-index: 1; }
SPAN.contactSelectorButtons
{ vertical-align: top;
line-height: 2em; }
SPAN#cycleSelectionFirstLevel,
SPAN#cycleSelectionSecondLevel
{ visibility: hidden;
margin-left: 1em; }
SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
{ position: static;
margin: 0px; }
SPAN#categoriesCB INPUT
{ border: 2px solid #000;
vertical-align: middle;
-moz-border-top-colors: #000 #fff;
-moz-border-left-colors: #000 #fff;
-moz-border-bottom-colors: #000 #fff;
-moz-border-right-colors: #000 #fff; }
SPAN#categoriesCB LABEL
{ margin-left: 0px;
margin-right: 1em; }
SPAN.content > INPUT.textField
{ width: 380px; }
LABEL#urlArea INPUT
{ position: static; }
A#attendeesHref
{ color: #00f;
text-decoration: underline; }
DIV#attendeesMenu LI
{ padding-left: 10px; }
DIV#attendeesMenu .attendee,
DIV#attendeesMenu DIV
{ background-repeat: no-repeat;
background-position: 5px center;
padding-left: 22px; }
DIV#attendeesMenu .accepted
{ background-image: url("accepted.png"); }
DIV#attendeesMenu .accepted:hover
{ background-image: url("accepted.selected.png"); }
DIV#attendeesMenu .needs-action
{ background-image: url("needs-action.png"); }
DIV#attendeesMenu .needs-action:hover
{ background-image: url("needs-action.selected.png"); }
DIV#attendeesMenu .declined
{ background-image: url("declined.png"); }
DIV#attendeesMenu .declined:hover
{ background-image: url("declined.selected.png"); }
DIV#attendeesMenu .delegated
{ background-image: url("delegated.png"); }
DIV#attendeesMenu .delegated:hover
{ background-image: url("delegated.selected.png"); }
DIV#attendeesMenu .delegate
{ background-position: 15px center;
padding-left: 32px; }
/* read-only view */
DIV#attendeesMenu DIV
{ padding-left: 20px; }