sogo/UI/WebServerResources/UIxCalendarProperties.css
Wolfgang Sourdeau bc86f4a582 Monotone-Parent: fdf6957aa0f1c98704004b55ba6f4e09df375481
Monotone-Revision: 11407a8d848e4be8f75087c533fb576da5e80ce4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-20T14:52:24
Monotone-Branch: ca.inverse.sogo
2008-06-20 14:52:24 +00:00

42 lines
753 B
CSS

SPAN.line
{ display: block;
position: relative;
line-height: 18px;
height: 20px;
margin-left: 5px;
margin-bottom: 5px;
width: 100%; }
DIV#propertiesView
{ overflow: hidden;
padding: 10px; }
SPAN.content
{ position: absolute;
top: -.25em;
left: 6em;
right: 1em; }
LABEL#calendarSync
{ margin-left: 7em; }
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: 0px;
text-align: right; }
INPUT#calendarSyncTag
{ width: 5em; }