mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 07:49:29 +00:00
Monotone-Parent: 4c641cc8cb0c4617186e4139ce2c11f856fbbbf7
Monotone-Revision: 77e860b2862bbbc9e902e0772f16dcae73745484 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-21T23:04:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
36
UI/WebServerResources/UIxCalendarProperties.css
Normal file
36
UI/WebServerResources/UIxCalendarProperties.css
Normal file
@@ -0,0 +1,36 @@
|
||||
LABEL
|
||||
{ display: block;
|
||||
position: relative;
|
||||
line-height: 1.5em;
|
||||
height: 1.5em;
|
||||
margin-left: .5em;
|
||||
margin-bottom: .5em;
|
||||
width: 100%; }
|
||||
|
||||
DIV#propertiesView
|
||||
{ overflow: hidden;
|
||||
padding: .5em; }
|
||||
|
||||
SPAN.content
|
||||
{ position: absolute;
|
||||
top: -.25em;
|
||||
left: 8em;
|
||||
right: 1em; }
|
||||
|
||||
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: .5em;
|
||||
text-align: right; }
|
||||
Reference in New Issue
Block a user