summaryrefslogtreecommitdiff
path: root/skins/larry/settings.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-04-04 18:08:23 +0000
committerthomascube <thomas@roundcube.net>2012-04-04 18:08:23 +0000
commit0cd919bc9524fbaae033d261d7883c587691dcdf (patch)
treeba4e9c14ee3adaba37d4244f1358f41d53d6ec2f /skins/larry/settings.css
parentff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (diff)
Fix small Larry issues
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r--skins/larry/settings.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index f2f53624c..f962a8457 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -175,6 +175,17 @@
bottom: 0;
}
+#identities-table {
+ width: 100%;
+ table-layout: fixed;
+}
+
+#identities-table tbody td.mail {
+ width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
#folder-details,
#identity-details {
position: absolute;