From f05834857c74b60a03378e01e3a178dfb15f297c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 03 Aug 2009 14:27:53 -0400
Subject: [PATCH] - Re-designed User Preferences interface

---
 skins/default/iehacks.css |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css
index 5cb141f..9804a97 100644
--- a/skins/default/iehacks.css
+++ b/skins/default/iehacks.css
@@ -33,17 +33,6 @@
   width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
 }
 
-#userprefs-box
-{
-  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
-  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
-}
-
-.userprefs-block
-{
-  width: expression(Math.min(520, parseInt(document.documentElement.clientWidth))+'px');
-}
-
 #folder-manager
 {
   height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');
@@ -94,7 +83,8 @@
   height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');  
 }
 
-#addresslist
+#addresslist,
+#sectionslist
 {
   height: expression(parseInt(this.parentNode.offsetHeight)+'px');
 }
@@ -200,6 +190,12 @@
   height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
 }
 
+#prefsscreen
+{
+  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
+  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
+}
+
 #importbox
 {
   height: expression((parseInt(document.documentElement.clientHeight)-135)+'px');
@@ -210,7 +206,8 @@
   width: expression(document.getElementById('addresslist').clientWidth);
 }
 
-#contacts-box
+#contacts-box,
+#prefs-box
 {
   height: expression(parseInt(this.parentNode.offsetHeight)+'px');
   width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');

--
Gitblit v1.9.1