diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-10 22:58:37 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-10 22:58:37 -0600 |
commit | 935a898c02030e3371b6662749979ec7181a3bc1 (patch) | |
tree | c18dd3d386312aa0d51aa6f962b1cae2ad8496d2 | |
parent | 882a6d9a5dbf04ac26e046713f47068cd1361b74 (diff) |
Clear the Upload queue label from the breadcrumbs in the Add Photos dialog.
-rw-r--r-- | themes/default/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d4c23155..b0a0a590 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -1022,6 +1022,11 @@ form .gError, display: inline-block; } +#gAddPhotos span { + clear: both; + display: block; +} + #gAddPhotosCanvas { height: 325px; width: 450px; |