sogo/UI/WebServerResources/UIxCalendarProperties.css

44 lines
771 B
CSS
Raw Normal View History

DIV#propertiesView
{ overflow: hidden;
padding: 5px; }
DIV
{ clear: both; }
SPAN.label
{ cursor: default;
width: 7em;
text-align: right;
padding-right: 1em;
padding-top: .5em;
float: left;
display: block; }
SPAN.content
{ display: block;
vertical-alignment: middle;
float: left; }
LABEL#calendarSync
{ margin-left: 10em; }
BUTTON#colorButton
{ display: none;
margin: 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: 2em; }
DIV#buttons
{ padding: 10px;
padding-top: 5px;
text-align: right; }
INPUT#calendarSyncTag
{ width: 5em; }