From 58a58cc1a3bfd768322cbc9a7c15d00ed4ffbe33 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 08 Jul 2010 09:27:29 -0400
Subject: [PATCH] - more text-overflow:ellipsis on lists

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

diff --git a/skins/default/settings.css b/skins/default/settings.css
index de05c70..38f3332 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -91,7 +91,8 @@
 }
 
 #subscription-table tbody td,
-#identities-table tbody td
+#identities-table tbody td,
+#sections-table tbody td
 {
   cursor: default;
   overflow: hidden;
@@ -195,7 +196,7 @@
   bottom: 0;
 }
 
-fieldset 
+fieldset
 {
   margin-bottom: 0.5em;
   border: 1px solid #999999;
@@ -223,11 +224,6 @@
 {
   width: 100%;
   table-layout: fixed;
-}
-
-#sections-table tbody td
-{
-  cursor: default;
 }
 
 #prefs-box

--
Gitblit v1.9.1