diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:11:36 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:11:36 -0600 |
commit | 0abd6f63bc8a1976a62bc4b57bbabe10d62b5c8d (patch) | |
tree | fb5e3a845b845e3b5e0b5fdc10ed33cfca350d39 | |
parent | 639c9c2d55164eab8ef1f8c21a7f9b69b54686ff (diff) |
Force status message box to fill the full width of the content area
-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 64ecf775..2898bf2b 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -285,7 +285,7 @@ li.gError select { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ -#gMessage { +#gContent #gMessage { width: 100%; } |