mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 06:16:00 +00:00
Monotone-Parent: fda20578f843fcc6f1e05c4ff194bef9d220bcae
Monotone-Revision: 90f11fe6847471901ab532bfef4bca2edff332a3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-22T19:02:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,16 +1,46 @@
|
||||
DIV#editorTabs
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 2.5em;;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
{ position: absolute;
|
||||
top: .5em;
|
||||
left: .5em;
|
||||
right: .5em;
|
||||
bottom: 2.5em;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
DIV#editorTabs DIV.tab
|
||||
{ padding: .5em;
|
||||
overflow: auto; }
|
||||
overflow: hidden; }
|
||||
|
||||
SELECT
|
||||
{ width: 8em; }
|
||||
|
||||
DIV.tab TABLE
|
||||
{ border: 1px solid #aaa;
|
||||
margin-top: -.5em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em;
|
||||
-moz-border-radius: 6px;
|
||||
display: table;
|
||||
text-align: right;
|
||||
width: 100%; }
|
||||
|
||||
SPAN.caption
|
||||
{ text-align: center;
|
||||
cursor: default;
|
||||
background: #999;
|
||||
width: auto;
|
||||
padding: .25em;
|
||||
margin-left: 7px;
|
||||
border-top: 2px solid #fffffb;
|
||||
border-left: 2px solid #fffffb;
|
||||
border-bottom: 2px solid #888;
|
||||
border-right: 2px solid #888;
|
||||
background-color: #dbdad5;
|
||||
-moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight;
|
||||
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; }
|
||||
|
||||
DIV#buttons
|
||||
{ visibility: visible;
|
||||
@@ -32,7 +62,10 @@ DIV#contactInfos TABLE
|
||||
*/
|
||||
|
||||
DIV#contactInfos INPUT.textField
|
||||
{ width: 65%; }
|
||||
{ width: 60%; }
|
||||
|
||||
TD#htmlMailFormat
|
||||
{ text-align: left !important; }
|
||||
|
||||
TABLE#emailInfos TD
|
||||
{ width: 90%; }
|
||||
@@ -42,17 +75,13 @@ TABLE#emailInfos TD.preferred
|
||||
overflow: visible;
|
||||
text-align: center; }
|
||||
|
||||
TABLE
|
||||
{ display: table;
|
||||
text-align: right;
|
||||
width: 90%; }
|
||||
|
||||
DIV.tab TD INPUT.textField
|
||||
{ width: 70%; }
|
||||
{ width: 60%;
|
||||
margin-left: .5em; }
|
||||
|
||||
DIV.tab TD.firstColumn INPUT.textField,
|
||||
DIV.tab TD.secondColumn INPUT.textField
|
||||
{ width: 40%; }
|
||||
{ width: 35%; }
|
||||
|
||||
#otherInfos TEXTAREA
|
||||
{ width: 70%; }
|
||||
|
||||
Reference in New Issue
Block a user