sogo/UI/WebServerResources/UIxContactEditor.css
Wolfgang Sourdeau d59aa71bef Monotone-Parent: 7ce0966fc13ccbfb75f533a6985bed77edeee8ab
Monotone-Revision: 6e145d0932198647579b6cf88eae823f3dfc2fd5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-12T13:52:33
Monotone-Branch: ca.inverse.sogo
2007-02-12 13:52:33 +00:00

59 lines
919 B
CSS

DIV#editorTabs
{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 2.5em;;
margin-bottom: 1em;
}
DIV#editorTabs DIV.tab
{ padding: .5em;
overflow: auto; }
DIV#buttons
{ visibility: visible;
position: absolute;
right: 1em;
bottom: 1em; }
TR
{ width: 100% !important;
border: 2px solid #0ff; }
DIV#editorTabs DIV.tab TD.titleCell
{ text-align: left;
font-weight: bold; }
/* DIV#contactInfos INPUT.textField,
DIV#contactInfos TABLE
{ width: 100%; }
*/
DIV#contactInfos INPUT.textField
{ width: 65%; }
TABLE#emailInfos TD
{ width: 90%; }
TABLE#emailInfos TD.preferred
{ width: 10% !important;
overflow: visible;
text-align: center; }
TABLE
{ display: table;
text-align: right;
width: 90%; }
DIV.tab TD INPUT.textField
{ width: 70%; }
DIV.tab TD.firstColumn INPUT.textField,
DIV.tab TD.secondColumn INPUT.textField
{ width: 40%; }
#otherInfos TEXTAREA
{ width: 70%; }