diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-05 23:10:32 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-05 23:10:32 -0700 |
commit | 04c10a0720b57bc4b6273ea7127d9880c2c28354 (patch) | |
tree | 0a9cb1cad92139382587c7319a7609f13e0fe463 | |
parent | e0fcd8130e6fe732443a2791c8114340a230a335 (diff) |
Minor css cleanup. Removed a few redundant and unused attributes, alphabetized attributes, white-space fixes.
-rw-r--r-- | modules/gallery/css/gallery.css | 38 |
1 files changed, 13 insertions, 25 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 491a1321..724c50d3 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -10,7 +10,6 @@ #g-edit-permissions-form fieldset { border: 1px solid #ccc; - padding: 0; } #g-permissions .g-denied, @@ -37,59 +36,52 @@ background: #999; } +/* In-place edit ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#g-inplace-edit-form ul { + margin: 0; +} + /* Simple uploader ~~~~~~~~~~~~~~~~~~~~~~~ */ #g-add-photos #SWFUpload_0 { + left: 134px; position: relative; top: -200px; - left: 134px; -} - -#g-add-photos .g-breadcrumbs { - border: 0; - margin: 0; - padding-left:10px; } #g-add-photos-canvas { border: 1px solid #ccc; - margin: .5em 0 .5em 0; - width: 469px; height: 325px; + margin: .5em 0; overflow: auto; + width: 469px; } #g-add-photos button { - margin-bottom: .5em; float: right; + margin-bottom: .5em; } + #g-uploadqueue-infobar { clear: both; } #g-uploadqueue-infobar #g-cancelupload { - display: none; cursor: pointer; -} - -#g-add-photos-canvas { + display: none; } #g-add-photos-queue .progressbar { height: 4px; } -#g-add-photos-queue .title { - font-size: 1.25em; -} - #g-add-photos-queue .status { font-size: .75em; } #g-add-photos-queue .box { - margin-bottom: 8px; - padding: 4px; + padding: .2em; } #g-add-photos-queue .pending { @@ -111,7 +103,3 @@ background-color: #cfc; border: 1px solid #beb; } - -#g-inplace-edit-form ul { - margin: 0; -} |