diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-17 05:28:43 +0000 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-17 05:28:43 +0000 | 
| commit | c6f03284c467f5de18d8233cfdf57b2bfcb92ce3 (patch) | |
| tree | 2652db032a020397d76c67a56f7b41102bfd61e5 /themes/default/css | |
| parent | 8786ee3ffb7d42465737531e2e471c635a370b3b (diff) | |
Make the gAddPhotosCanvas take up the entire dialog, for now.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index b09edbe0..081394ed 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -945,7 +945,7 @@ form .gError,  #gAddPhotosCanvas {    height: 325px; -  width: 400px; +  width: 450px;    overflow: auto;  } | 
