sogo/UI/WebServerResources/UIxCalendarProperties.css
Wolfgang Sourdeau c5232d42a5 Monotone-Parent: f050642fcfd85a888681137f9572e2646d4cadc9
Monotone-Revision: 4836e88278f663b165807bc739419dea0b0b3c73

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-05T04:46:12
Monotone-Branch: ca.inverse.sogo
2010-06-05 04:46:12 +00:00

62 lines
989 B
CSS

DIV#propertiesView
{ overflow: hidden;
padding: 5px 5px 0 5px; }
DIV
{ clear: both; }
FIELDSET
{ margin-bottom: 5px;
border: 1px solid #FFFFFF;
border-top: 1px solid #909090;
border-left: 1px solid #909090; }
FIELDSET DIV
{ margin-left: 20px;
margin-right: 10px; }
SPAN.label
{ cursor: default;
width: 60px;
text-align: right;
line-height: 2em;
float: left;
display: block; }
INPUT.checkBox
{ margin-left: 35px; }
SPAN.content
{ display: block;
line-height: 1.5em;
vertical-align: middle; }
SPAN.content INPUT.textField
{ width: 160px; }
BUTTON#colorButton
{ display: none;
border: 1px solid #FFFFFF;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
width: 3em;
height: 18px; }
DIV#buttons
{ padding: 10px;
padding-top: 5px;
text-align: right; }
INPUT#calendarSyncTag
{ width: 7em; }
LABEL
{ white-space: nowrap; }
#davLinks A
{ margin-left: 60px; }
#webCalendarUrl SPAN.content
{ white-space: nowrap;
overflow: hidden; }