sogo/UI/WebServerResources/UIxCalendarProperties.css
C Robert facfdaadd3 Mantis 139: dialog boxes of webcalendar
Monotone-Parent: fe1684747671de5019121d2155b79f89a2f376eb
Monotone-Revision: 525ded69698841a7e49b579ace037c3eca060d31

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-21T14:10:16
Monotone-Branch: ca.inverse.sogo
2009-09-21 14:10:16 +00:00

48 lines
859 B
CSS

DIV#propertiesView
{ overflow: hidden;
padding: 5px 5px 0 5px; }
DIV
{ clear: both; }
FIELDSET
{ margin-bottom: 5px; }
SPAN.label
{ cursor: default;
width: 10em;
text-align: right;
padding-right: 1em;
line-height: 2em;
float: left;
display: block; }
SPAN.content
{ display: block;
line-height: 1.5em;
vertical-align: middle; }
BUTTON#colorButton
{ display: none;
margin: 1px 0 0 1px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
-moz-border-top-colors: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent;
width: 3em;
height: 18px; }
DIV#buttons
{ padding: 10px;
padding-top: 5px;
text-align: right; }
INPUT#calendarSyncTag
{ width: 7em; }
#webCalendarUrl span.content
{ white-space:nowrap;
overflow: hidden; }