sogo/UI/WebServerResources/UIxListEditor.css
Francis Lachapelle 468073b131 Major refresh of CSS stylesheets.
Monotone-Parent: 508bbe52515b0ad7119c755b4cc91d17e313c06b
Monotone-Revision: d09001490c2d88332ef3ec446bfd0aa488d0de8c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-04T22:13:20
Monotone-Branch: ca.inverse.sogo
2009-11-04 22:13:20 +00:00

81 lines
1.3 KiB
CSS

TABLE.details
{ float: right;
margin-right: 14px;
text-align: right; }
TABLE.details TD
{ padding: 0; }
TABLE#referenceList
{ width: 100%; }
TABLE#referenceList THEAD TD
{ padding-right: 2px; }
TABLE#referenceList TBODY TD TR
{ background: #CCDDEC;
text-align: left;}
TD.referenceListCell
{ padding-left: 2em;
background: #CCDDEC;
text-align: left;}
TABLE#referenceList TD INPUT
{ width: 97%; }
DIV#referenceListWrapper
{ background: #CCDDEC;
overflow: auto;
position: relative;
right: 0;
top: 0;
left: 0;
height: 300px;
border-left: 1px solid #9B9B9B;
margin: 2px; }
DIV#referenceListWrapper TR,
TR.referenceListRow
{ background: #CCDDEC;
line-height: 2em; }
TD.referenceListCell
{ -moz-user-select: none; }
TD.referenceListCell SPAN,
TD.referenceListCell INPUT
{ margin-left: 3px; }
DIV#windowButtons
{ position: fixed;
top: auto;
bottom: 5em;
left: 0px;
right: 25px;
height: 3.5em;
line-height: 2em;
vertical-align: middle;
text-align: right; }
DIV#buttons
{ position: fixed;
top: auto;
bottom: 0px;
left: 0px;
right: 25px;
height: 3.5em;
line-height: 2em;
color: #535D6D;
vertical-align: middle;
text-align: right; }
td {color: #535D6D;}
DIV#listEditor
{ padding: 5px; }
TD.editing
{ text-align: left; }