From 93e3ae138586c3c0a8a02b09abbc3d660e7d31fa Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 10 Jun 2010 07:22:40 -0400
Subject: [PATCH] - Remove BOM (#1486785)

---
 skins/default/settings.css |   31 +++++++------------------------
 1 files changed, 7 insertions(+), 24 deletions(-)

diff --git a/skins/default/settings.css b/skins/default/settings.css
index 1193c51..46a02d8 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -21,7 +21,7 @@
   height: 22px;
   overflow: hidden;
   text-overflow: ellipsis;
-  background: url('images/tabs.gif') top left no-repeat;
+  background: url(images/tabs.gif) top left no-repeat;
 }
 
 span.tablink-selected
@@ -50,7 +50,6 @@
   width: 300px;
 }
 
-#identities-list,
 #folder-manager
 {
   position: absolute;
@@ -71,13 +70,6 @@
 {
   border: 1px solid #CC3333;
   background-color: #FFFFA6;
-}
-
-#identities-list
-{
-  bottom: 60px;
-  width: 420px;
-  border: 1px solid #999999;
 }
 
 #listbuttons
@@ -109,16 +101,7 @@
   cursor: default;
   overflow: hidden;
   text-overflow: ellipsis;
-}
-
-#identities-table thead td.name
-{
-  width: 55%;
-}
-
-#identities-table thead td.email
-{
-  width: 45%;
+  -o-text-overflow: ellipsis;
 }
 
 #subscription-table tbody td
@@ -189,10 +172,9 @@
 #identity-details
 {
   position: absolute;
-  top: 95px;
-  left: 450px;
-  right: 20px;
-  bottom: 60px;
+  top: 0;
+  right: 0;
+  bottom: 0;
   border: 1px solid #999999;
   overflow: auto;
   background-color: #F2F2F2;
@@ -246,6 +228,7 @@
   left: 20px;
 }
 
+#identities-list,
 #sectionslist
 {
   position: absolute;
@@ -254,7 +237,7 @@
   bottom: 0px;
   border: 1px solid #999999;
   background-color: #F9F9F9;
-  overflow: auto;
+  overflow: hidden;
 }
 
 #sections-table

--
Gitblit v1.9.1