mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: d0bac3e011530303af72e9c18fb634d1be17ddb5
Monotone-Revision: 1b7e32ba68558b623b1ae7c252ace2acac8680fd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-01-14T23:17:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -4,4 +4,88 @@ DIV#windowButtons
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
height: 4em;
|
||||
text-align: right; }
|
||||
text-align: right; }
|
||||
|
||||
DIV#pageContent
|
||||
{ padding: 1em; }
|
||||
|
||||
TABLE.section
|
||||
{ border: 1px solid #aaa;
|
||||
margin-top: -.5em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em;
|
||||
-moz-border-radius: 6px;
|
||||
table-layout: auto;
|
||||
text-align: right;
|
||||
width: 100%; }
|
||||
|
||||
TABLE TH
|
||||
{ font-weight: normal;
|
||||
text-align: right;
|
||||
width: 5em; }
|
||||
|
||||
TABLE TD
|
||||
{ text-align: left; }
|
||||
|
||||
TABLE TD.label
|
||||
{ width: 11em; }
|
||||
|
||||
SPAN.caption
|
||||
{ display: inline-block;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
background-color: #d4d0c8;
|
||||
width: auto;
|
||||
padding: .25em;
|
||||
margin-left: 7px;
|
||||
border: 0px; }
|
||||
|
||||
INPUT.textField
|
||||
{ margin: 0px 0.7em;
|
||||
width: 2em; }
|
||||
|
||||
/* Days selectors */
|
||||
|
||||
DIV#week,
|
||||
DIV#month
|
||||
{ background-color: #fff;
|
||||
border-top: 1px solid #ccc;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #999;
|
||||
border-bottom: 1px solid #999; }
|
||||
|
||||
DIV#week
|
||||
{ width: 210px; /* 7*(28+2)px */ }
|
||||
|
||||
DIV#month
|
||||
{ width: 140px; /* 7*(18+2)px */ }
|
||||
|
||||
DIV.week
|
||||
{ clear: both;
|
||||
display: block; }
|
||||
|
||||
DIV.week DIV
|
||||
{ border: 1px solid #fff;
|
||||
display: block;
|
||||
float: left; }
|
||||
|
||||
DIV.week DIV.selected
|
||||
{ background-color: #ccc; }
|
||||
|
||||
DIV.week DIV P
|
||||
{ display: block;
|
||||
margin: 2px 0px;
|
||||
padding: 0px;
|
||||
text-align: center; }
|
||||
|
||||
DIV#week DIV.week DIV P
|
||||
{ width: 28px; }
|
||||
|
||||
DIV#month DIV.week DIV P
|
||||
{ width: 18px; }
|
||||
|
||||
DIV.week DIV:hover
|
||||
{ border: 1px solid blue; }
|
||||
|
||||
Reference in New Issue
Block a user