mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 17:31:23 +00:00
fixed properties window
Monotone-Parent: a343f74f4a124ecd3e0d422d0fc2b88a22459e97 Monotone-Revision: 845e78bebd63c5b3c1727b437500cbe012c2f5d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-22T21:15:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -11,23 +11,28 @@ FIELDSET
|
||||
border-top: 1px solid #909090;
|
||||
border-left: 1px solid #909090; }
|
||||
|
||||
FIELDSET DIV
|
||||
{ margin-left: 20px;
|
||||
margin-right: 10px; }
|
||||
|
||||
SPAN.label
|
||||
{ cursor: default;
|
||||
width: 10em;
|
||||
width: 60px;
|
||||
text-align: right;
|
||||
padding-right: 1em;
|
||||
line-height: 2em;
|
||||
float: left;
|
||||
display: block; }
|
||||
|
||||
INPUT.checkBox
|
||||
{ margin-left: 35px; }
|
||||
|
||||
SPAN.content
|
||||
{ display: block;
|
||||
line-height: 1.5em;
|
||||
vertical-align: middle; }
|
||||
|
||||
SPAN.content INPUT.textField
|
||||
{ width: 50%; }
|
||||
{ width: 160px; }
|
||||
|
||||
BUTTON#colorButton
|
||||
{ display: none;
|
||||
@@ -45,6 +50,9 @@ DIV#buttons
|
||||
INPUT#calendarSyncTag
|
||||
{ width: 7em; }
|
||||
|
||||
LABEL
|
||||
{ white-space: nowrap; }
|
||||
|
||||
#webCalendarUrl SPAN.content
|
||||
{ white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
|
||||
Reference in New Issue
Block a user