summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-09 18:30:08 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-09 18:30:08 +0000
commitb88d1aaa93235d9757aedc5b353ae612161a66e9 (patch)
tree4acbc0ceec83425f3af72bc7ec5221fba1e88523
parentb4822d6a2baac5af32c67a52897424959454ed68 (diff)
- subscription-list IE fix
git-svn-id: https://svn.roundcube.net/trunk@2381 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/settings.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css
index f09682cf4..6c984ab67 100644
--- a/roundcubemail/skins/default/settings.css
+++ b/roundcubemail/skins/default/settings.css
@@ -177,7 +177,7 @@ span.tablink-selected a
#subscription-table thead td.name
{
- width: 250px;
+ width: 360px;
}
#subscription-table thead td.msgcount
@@ -190,6 +190,12 @@ span.tablink-selected a
width: 90px;
}
+#subscription-table thead td.rename,
+#subscription-table thead td.delete
+{
+ width: 30px;
+}
+
#identity-frame
{
position: relative;