From 1d3269fe919464833ecf955f2a926f515272c6f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 22 Feb 2010 15:12:42 +0000 Subject: [PATCH] reindentation Monotone-Parent: fa0e0e52e3edf5ac1db31482d112cad2937c4b74 Monotone-Revision: 7521d8d099b3de615206540af220cd63c8c65dde Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-22T15:12:42 Monotone-Branch: ca.inverse.sogo --- UI/Templates/PreferencesUI/UIxPreferences.wox | 312 +++++++++--------- UI/WebServerResources/UIxPreferences.css | 27 +- 2 files changed, 171 insertions(+), 168 deletions(-) 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;