mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 17:36:24 +00:00
Monotone-Revision: d74fd5d68d5fae10363904ec274b94033ae33c2c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-19T22:44:12 Monotone-Branch: ca.inverse.sogo
33 lines
499 B
CSS
33 lines
499 B
CSS
DIV#preferencesTabs
|
|
{ position: absolute;
|
|
top: 5em;
|
|
left: .5em;
|
|
right: .5em;
|
|
bottom: .5em; }
|
|
|
|
DIV#general
|
|
{ padding-top: 2em;
|
|
padding-left: 2em;
|
|
padding-right: 5em; }
|
|
|
|
DIV#general LABEL
|
|
{ text-align: left;
|
|
margin-left: 0px;
|
|
white-space: normal; }
|
|
|
|
DIV#mailOptionsView TEXTAREA
|
|
{ width: 420px;
|
|
height: 4em; }
|
|
|
|
DIV#passwordView
|
|
{ padding-top: 3em;
|
|
padding-right: 10em; }
|
|
|
|
DIV#identitiesView
|
|
{ padding-top: 5px;
|
|
padding-left: 5px; }
|
|
|
|
#signature
|
|
{ width: 380px;
|
|
height: 125px; }
|