From eed57674f99621e5354a13543067e9556eb9c6d0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 24 Jan 2009 05:14:44 +0000 Subject: Add move support. Use the move icon in the quick pane. You can't move an item into its own hierarchy, or into an album where you don't have edit permission. --- themes/default/css/screen.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 4f8bdf49..e535fdab 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -763,3 +763,16 @@ form p.gError { #gDialog legend { display: none; } + + + + +/* STUFF THAT NEEDS A HOME */ + +#gMove ul { + padding-left: 1em; +} + +#gMove .selected { + background: #999; +} -- cgit v1.2.3