From 97fa88e2690ca68eef47576676530690ff3288fc Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Sat, 26 Mar 2011 22:59:10 +0200 Subject: fix width value of dialogue status messages. it should be exactly 434px and not 400px http://grab.by/9Ht4 http://grab.by/9Ht5 --- themes/wind/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index ce95400a..b470ab1c 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -106,7 +106,7 @@ a:hover, } #g-dialog #g-action-status li { - width: 400px; + width: 434px; white-space: normal; padding-left: 32px; } -- cgit v1.2.3