summaryrefslogtreecommitdiff
path: root/skins/larry/addressbook.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-13 18:26:53 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-13 18:26:53 +0200
commit64cf4df42b7f6c93f22ea2b927fcc1d2ca6a99f4 (patch)
tree65fa276257bcdc004c78dfd00cfc89a509b3b254 /skins/larry/addressbook.css
parent20334a333dc7b92f87c2a8af440e2e8d10890ce7 (diff)
Better styling for import form
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r--skins/larry/addressbook.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 6bf9426c4..39d0cce21 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -387,3 +387,8 @@ a.deletebutton {
overflow: auto;
padding: 10px;
}
+
+#import-box p,
+#import-box .propform {
+ max-width: 50em;
+}