diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox
index bf57f571a..291419557 100644
--- a/UI/Templates/PreferencesUI/UIxPreferences.wox
+++ b/UI/Templates/PreferencesUI/UIxPreferences.wox
@@ -18,38 +18,38 @@
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+
+
-
+ />
+
@@ -96,59 +96,59 @@
const:id="firstWeek"
string="itemFirstWeekText" selection="userFirstWeek"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ const:id="replyPlacementList"
+ string="itemReplyPlacementText"
+ selection="userReplyPlacement"/>
+
-
+ const:id="signaturePlacementList"
+ string="itemSignaturePlacementText"
+ selection="userSignaturePlacement"/>
+
+ const:id="composeMessagesType"
+ string="itemComposeMessagesText"
+ selection="userComposeMessagesType"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/UI/WebServerResources/UIxPreferences.css b/UI/WebServerResources/UIxPreferences.css
index 2ed8e6564..f5a6bf5d7 100644
--- a/UI/WebServerResources/UIxPreferences.css
+++ b/UI/WebServerResources/UIxPreferences.css
@@ -34,9 +34,6 @@ TEXTAREA#signature
height: 345px;
width: 415px;}
-TABLE#categoriesList
-{ width: 100%; }
-
DIV#categoriesListWrapper
{ overflow: auto;
position: absolute;
@@ -46,8 +43,21 @@ DIV#categoriesListWrapper
left: 2em;
padding: 0px;
margin-top: 2px;
- border-left: 1px solid #9B9B9B;
- background: #CCDDEC; }
+ border-left: 1px solid #9b9b9b;
+ background: #ccddec; }
+
+TABLE#categoriesList
+{ width: 100%; }
+
+#colorTableHeader
+{ width: 40px; }
+
+TR.categoryListRow
+{ background: #ccddec;
+ cursor: pointer; }
+
+TD.categoryListCell
+{ -moz-user-select: none; }
DIV.colorBox
{ border: 1px solid #333333;
@@ -57,13 +67,6 @@ DIV.colorBox
margin: 0 3px 0 0;
width: 1em; }
-TR.categoryListRow
-{ background: #CCDDEC;
- cursor: pointer; }
-
-TD.categoryListCell
-{ -moz-user-select: none; }
-
DIV#windowButtons
{ position: fixed;
bottom: 20px;