mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 10:21:22 +00:00
Added web elements to set an auto-reply message and forward address in the preferences window.
Monotone-Parent: 3862a22ce756fbd4c559e0d9a9a211821d9c597b Monotone-Revision: baa7bc0bc74871932c7f4e4d759f25a216d0c939 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-09T20:30:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,7 +19,8 @@ DIV#passwordView
|
||||
{ padding-top: 3em;
|
||||
padding-right: 10em; }
|
||||
|
||||
DIV#identitiesView
|
||||
DIV#identitiesView,
|
||||
DIV#vacationView
|
||||
{ padding: 5px 5px 5px 0px;
|
||||
overflow: hidden; }
|
||||
|
||||
@@ -65,3 +66,14 @@ DIV#windowButtons
|
||||
line-height: 2em;
|
||||
vertical-align: middle;
|
||||
text-align: right; }
|
||||
|
||||
#vacation, #forward
|
||||
{ padding-left: 2.5em; }
|
||||
#vacation label
|
||||
{ margin-left: 0; }
|
||||
#vacation TEXTAREA
|
||||
{ width: 100%; }
|
||||
#vacation TEXTAREA#autoReplyText
|
||||
{ height: 100px; }
|
||||
#vacation TEXTAREA#autoReplyEmailAddresses
|
||||
{ height: 50px; }
|
||||
Reference in New Issue
Block a user