From a9e3692027dc767b340242ed18fe7184cbfd883d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 21 May 2009 01:31:29 +0000 Subject: 1) This provides the editting functionality for albums and photos in the organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231 --- modules/organize/css/organize.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/organize/css') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index cef25f1c..0fdf5aef 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -170,12 +170,18 @@ width: 15px; } +#gOrganizeEditHandleButtonsMiddle, #gOrganizeEditHandleButtonsLeft { float: left; height: 20px; padding: 2px 10px; } +#gOrganizeEditHandleButtonsMiddle { + margin-left: 20px; +} + +#gOrganizeEditHandleButtonsMiddle a, #gOrganizeEditHandleButtonsLeft a { float: left; margin: 0 2.5px; -- cgit v1.2.3