diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 15:44:55 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 15:44:55 -0600 |
| commit | 7b001c982797f4eccc4943d41dfe03caaf85a18b (patch) | |
| tree | 0c908946c959a4e2e322f05762c0411dfa20ba3c /themes/wind/css | |
| parent | d1792ab3e03dd151041f2b044ebad6422ce47d38 (diff) | |
| parent | f5094ede3c4564d2a3947e0ff2f6e23c2d4105c9 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'themes/wind/css')
| -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 444c370e..c4b33b35 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1021,15 +1021,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 { |
