sogo/UI/WebServerResources/UIxCalendarProperties.css
Francis Lachapelle aa4c2ab572 Monotone-Parent: 269157ada9f8016d29a05a36bd61e71ac035ae88
Monotone-Revision: 702a1b091244767d9453266731ab73a2070019b7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-19T08:22:13
Monotone-Branch: ca.inverse.sogo
2008-08-19 08:22:13 +00:00

45 lines
801 B
CSS

DIV#propertiesView
{ overflow: hidden;
padding: 5px 5px 0 0; }
DIV
{ clear: both; }
SPAN.label
{ cursor: default;
width: 7em;
text-align: right;
padding-right: 1em;
line-height: 2em;
float: left;
display: block; }
SPAN.content
{ display: block;
height: 2em;
line-height: 1.5em;
vertical-align: middle; }
SPAN.content INPUT
{ margin-top: 0; }
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; }