diff options
author | jhilden <jakobhilden@gmail.com> | 2009-09-26 13:28:10 -0400 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-09-26 13:28:10 -0400 |
commit | f5094ede3c4564d2a3947e0ff2f6e23c2d4105c9 (patch) | |
tree | 6f074155f648acc5028bc44e2b8a4b15a5b1d4c6 /themes | |
parent | 21341d552f7e56341b29c020e1149d9c41182c84 (diff) |
minor improvements to simple uploader
* removed CSS from the view to wind/css/screen.css
* started changing CSS classes/IDs to new prefix "g-"
* and more
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 2898bf2b..d0be6e90 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1012,15 +1012,37 @@ form .gError, display: inline-block; } -#gAddPhotos span { +#gAddPhotos #SWFUpload_0 { + position: relative; + top: -200px; + left: 134px; +} +#gAddPhotos .gBreadcrumbs { + border: 0; + margin: 0; + padding-left:10px; +} +#gAddPhotosCanvas { + border: 1px solid #CCCCCC; + margin: .5em 0 .5em 0; + width: 469px; + height: 325px; + overflow: auto; +} +#gAddPhotos button { + margin-bottom: .5em; + float: right; +} +#g-uploadqueue-infobar { clear: both; - display: block; +} +#g-uploadqueue-infobar #g-cancelupload { + display: none; + cursor: pointer; } #gAddPhotosCanvas { - height: 325px; - width: 450px; - overflow: auto; + } #gAddPhotosQueue .progressbar { |