sogo/UI/WebServerResources/UIxCalendarProperties.css
Francis Lachapelle e7eb160782 Improved Web interface to handle calendars tags
Monotone-Parent: 6eda087f6dba9f0f98b63f259880cf2d343835d5
Monotone-Revision: 54b80d62e3c706aa43398f889ab394e00c6fa08e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-18T01:03:05
Monotone-Branch: ca.inverse.sogo
2009-08-18 01:03:05 +00:00

44 lines
784 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; }