diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2011-03-26 22:59:10 +0200 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2011-03-26 22:59:10 +0200 |
commit | 97fa88e2690ca68eef47576676530690ff3288fc (patch) | |
tree | b687302e985b7776295485fdd3245127508255ff /themes | |
parent | 371cc8cdb22027a668563bea788ecc70c2f29d81 (diff) |
fix width value of dialogue status messages. it should be exactly 434px and not 400px
http://grab.by/9Ht4
http://grab.by/9Ht5
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |