diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-14 06:36:47 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-14 06:36:47 +0000 |
commit | c383b2fc35bbe1864acb79b784b4cd3a2f82a95e (patch) | |
tree | 2cd09ea90f3c56adca6ecd45f29f3016196d52fa /themes/default/css | |
parent | 2a7d4b43653d8d340bae185c48dde4de4f8741be (diff) |
Visually attach the quick edit menu to the thumbnail container. Added more edit options (move, select as album cover, delete, additional options).
Need to decide which belong in the bar and which belong in a dropdown menu under "options."
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d1670921..8963120b 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -705,12 +705,12 @@ li.gError select { /* Ajax loading indicator ~~~~~~~~~~~~~~~~ */ .gLoadingLarge { - background: #fff url('../images/loading-lg.gif') no-repeat center center; + background: #e8e8e8 url('../images/loading-lg.gif') no-repeat center center; font-size: 0; } .gLoadingSmall { - background: #fff url('../images/loading-sm.gif') no-repeat center center; + background: #e8e8e8 url('../images/loading-sm.gif') no-repeat center center; font-size: 0; } |