sogo/UI/WebServerResources/UIxListEditor.css

71 lines
1.1 KiB
CSS
Raw Normal View History

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; }
DIV#referenceListWrapper
{ background: white;
overflow: auto;
position: relative;
right: 0;
top: 0;
left: 0;
height: 33em;
margin: 2px; }
TR.referenceListRow
{ background: #FFFFFF;
height: 2.5em; }
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;
}