sogo/UI/WebServerResources/UIxCalUserRightsEditor.css
Wolfgang Sourdeau 33f412c72b Monotone-Parent: 262094fb69b2e0eb9af1fde64d15aafc31ecccda
Monotone-Revision: 94251401e9e214d24e22110863a7b667aec41455

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-17T04:09:03
Monotone-Branch: ca.inverse.sogo
2007-09-17 04:09:03 +00:00

44 lines
866 B
CSS

DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
height: 33px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN.value
{ margin-left: 1em;
font-size: 14px;
font-weight: bold; }
DIV.calendarUserRights
{ margin: 1em;}
DIV.calendarUserRights > TABLE
{ background-color: #fff;
width: 480px;
color: #999;
border-collapse: collapse;
border: 1px solid #222; }
DIV.calendarUserRights > TABLE TR.permissions TH
{ color: #00f;
/* background-color: #ddd;
*/ border-bottom: 1px solid #999; }
DIV.calendarUserRights > TABLE TH
{ width: 70px; }
DIV.calendarUserRights > TABLE TD.eventType
{ text-align: right;
border-right: 1px solid #999; }
DIV.calendarUserRights > TABLE TD
{ text-align: center;
border-top: 1px solid #cecbff; }
DIV.buttons
{ text-align: right;
margin: 1em; }