mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: 9a9be506022799b03e23c40687bc9fecefe328a9
Monotone-Revision: 99570bf725fd292c2ff9a2ea2c4f282a07a111b6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-30T23:08:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
77
UI/WebServerResources/UIxAppointmentEditor.css
Normal file
77
UI/WebServerResources/UIxAppointmentEditor.css
Normal file
@@ -0,0 +1,77 @@
|
||||
BODY
|
||||
{ padding: 1em; }
|
||||
|
||||
DIV.appointmentLabel
|
||||
{ float: left;
|
||||
margin-top: .6em;
|
||||
text-align: right;
|
||||
width: 10em; }
|
||||
|
||||
DIV.appointmentRightLabel
|
||||
{ display: inline;
|
||||
vertical-align: middle; }
|
||||
|
||||
DIV#details
|
||||
{ visibility: hidden;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
A#detailsButton
|
||||
{ float: right;
|
||||
margin-top: .2em; }
|
||||
|
||||
DIV#buttons
|
||||
{ visibility: visible;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
bottom: 1em; }
|
||||
|
||||
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#participants
|
||||
{ margin-left: 10em;
|
||||
padding: .2em; }
|
||||
|
||||
SPAN.contactSelectorButtons
|
||||
{ vertical-align: top;
|
||||
line-height: 2em; }
|
||||
|
||||
LABEL
|
||||
{ white-space: nowrap;
|
||||
margin-left: .5em; }
|
||||
|
||||
LABEL#conflictsLabel
|
||||
{ float: right;
|
||||
margin-top: .5em;
|
||||
margin-left: 0em;
|
||||
margin-right: 16em; }
|
||||
|
||||
SPAN.cycleSelectionFirstLevel,
|
||||
SPAN.cycleSelectionSecondLevel
|
||||
{ visibility: hidden; }
|
||||
Reference in New Issue
Block a user