Fix CSS in contact editor and preferences module

This commit is contained in:
Francis Lachapelle
2014-04-10 10:05:28 -04:00
parent cfc1ac6b3b
commit d200629b01
3 changed files with 3 additions and 15 deletions
@@ -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
+2 -6
View File
@@ -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