From: Michael M Slusarz Date: Mon, 30 Nov 2009 23:03:38 +0000 (-0700) Subject: Improved attachment display in IMP X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9d7981d839790836c69568e3977897c2946a9ea8;p=horde.git Improved attachment display in IMP --- diff --git a/imp/templates/compose/compose.html b/imp/templates/compose/compose.html index 722e4ec52..9a5516f19 100644 --- a/imp/templates/compose/compose.html +++ b/imp/templates/compose/compose.html @@ -297,36 +297,34 @@
-
-
- Current Attachments (Total Size: KB / ) -
+
+ Current Attachments (Total Size: KB / ) +
- +
- - - - - - + + + + + + -
- [Icon] -  ()   Size: KB -
- - - - - - - - - -
 
-
+ [Icon] +  ()   Size: KB +
+ + + + + + + + + +
 
+
-
+
diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 6eb45404c..8a2117f13 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -266,6 +266,11 @@ span.trashImg { vertical-align: top; } +.attachList { + width: 100%; + border-collapse: collapse; +} + /* Message flags definitions. * For background color, see config/prefs.php [msgflags preference]. */ div.msgflags {