From c383b2fc35bbe1864acb79b784b4cd3a2f82a95e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 14 Jan 2009 06:36:47 +0000 Subject: 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." --- themes/default/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/css') 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; } -- cgit v1.2.3