mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-14 19:31:22 +00:00
Monotone-Parent: a605a01ac319c24f7d200c8006df74163b3a6114
Monotone-Revision: 30024333fa104bcd0ddc578e486dad24227bbd3c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:43:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,22 +1,59 @@
|
||||
DIV#editorTabs
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: .2em;
|
||||
width: 40em;
|
||||
height: 31em;
|
||||
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; }
|
||||
|
||||
TABLE
|
||||
{ text-align: right;
|
||||
margin: auto; }
|
||||
TR
|
||||
{ width: 100% !important;
|
||||
border: 2px solid #0ff; }
|
||||
|
||||
#otherInfos TABLE,
|
||||
TABLE TD.titleCell
|
||||
{ text-align: left; }
|
||||
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%;
|
||||
height: 10em; }
|
||||
|
||||
Reference in New Issue
Block a user