sogo/UI/WebServerResources/UIxListEditor.css
C Robert ac81ef06fd Forgotten files + crossbrowser fixes
Monotone-Parent: b798ab587b14c946102732e79770636904870654
Monotone-Revision: b2bb37a5b0be639020525c8cbc8f174b9869b25d

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-08-24T20:47:23
Monotone-Branch: ca.inverse.sogo
2009-08-24 20:47:23 +00:00

58 lines
885 B
CSS

TABLE#referenceList
{ width: 100%; }
TD.referenceListCell
{ background: white; }
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#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;
vertical-align: middle;
text-align: right; }
h3 {
margin-bottom: 2px !important;
margin-left: 5px !important;
}
INPUT.textField {
width: 250px;
position: relative;
right: 0px;
}