sogo/UI/WebServerResources/UIxListEditor.css
Francis Lachapelle 2e0d488f3e See ChangeLog
Monotone-Parent: c66c023a1a42d53c473a7338a49a9b456d889ed9
Monotone-Revision: 62137d02651888053a8bd415f6e6f5aa79e44cf4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-28T17:48:22
Monotone-Branch: ca.inverse.sogo
2009-10-28 17:48:22 +00:00

75 lines
1.2 KiB
CSS

TABLE.details
{ float: right;
margin-right: 14px;
text-align: right; }
TABLE.details TD
{ padding: 0; }
TABLE#referenceList
{ width: 100%; }
DIV.frame
{ border-top: 1px solid #909090;
border-left: 1px solid #909090;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin: 5px 15px;
padding: 5px; }
DIV.frame INPUT.button
{ margin-top: 5px; }
TR.tableview TD
{ text-align: right; }
TD.referenceListCell
{ background: white;
text-align: left; }
TABLE#referenceList TD INPUT
{ width: 98%; }
DIV#referenceListWrapper
{ background: white;
overflow: auto;
position: relative;
right: 0;
top: 0;
left: 0;
height: 33em;
margin: 2px; }
DIV#referenceListWrapper TR,
TR.referenceListRow
{ background: #FFFFFF;
line-height: 2em; }
TR._selected
{ background: #333333; }
TD.referenceListCell
{ -moz-user-select: none; }
DIV#buttons
{ position: fixed;
top: auto;
bottom: 0px;
left: 0px;
right: 25px;
height: 3.5em;
line-height: 2em;
vertical-align: middle;
text-align: right; }
H3 {
clear: both;
margin-bottom: 2px !important;
margin-left: 5px !important;
}
INPUT.textField {
width: 250px;
position: relative;
right: 0px;
}