diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:24:21 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:24:21 -0600 | 
| commit | c428e49f3273f04fd220107b4992e6177aa1b265 (patch) | |
| tree | 689fc2a0ef7a6b424cfe34e46a78ffa40e3d7c8c /themes/admin_default/css | |
| parent | 5a2853bca1ea9a9231e01814df9aa373bf50d19c (diff) | |
Make gMessage 100% of the width of its container.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 88631e81..062c0e41 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -276,7 +276,7 @@ li.gError select {  /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */  #gMessage { -  width: 99%; +  width: 100%;  }  #gAdminAkismet .gSuccess,  | 
