mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Fix CSS in contact editor and preferences module
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<form var:href="saveURL" name="editform" id="mainForm">
|
||||
<var:if condition="isNew">
|
||||
<div id="addressBookSelector">
|
||||
<style type="text/css">DIV#editorTabs { top: 30px; };</style>
|
||||
<var:string label:value="Add to:"/>
|
||||
<var:popup const:id="addressBooksList"
|
||||
list="addressBooksList" item="addressBookItem"
|
||||
|
||||
@@ -32,15 +32,6 @@ DIV#buttons
|
||||
bottom: 12px;
|
||||
right: 10px; }
|
||||
|
||||
#cancelButton:hover
|
||||
{
|
||||
font-weight:bold;
|
||||
}
|
||||
#submitButton:hover
|
||||
{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/********** Contact **********/
|
||||
|
||||
INPUT.textField
|
||||
|
||||
@@ -101,20 +101,16 @@ SPAN.timeDateControl INPUT.textField
|
||||
/* mail options */
|
||||
DIV#mailOptionsTabs
|
||||
{ position: absolute;
|
||||
top: 200px;
|
||||
top: 225px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px; }
|
||||
|
||||
DIV#filtersListWrapper,
|
||||
DIV#mailLabelsListWrapper
|
||||
{ bottom: 30px;
|
||||
bottom: 22px;
|
||||
right: 2em;
|
||||
{ bottom: 22px;
|
||||
right: 0px;
|
||||
top: 208px;
|
||||
top: 0px;
|
||||
left: 2em;
|
||||
left: 0px; }
|
||||
|
||||
#mailOptionsTabs .bottomToolbar
|
||||
|
||||
Reference in New Issue
Block a user