From a3fd9b692bff4116d08c290643b72819e2c99e6f Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 26 Dec 2013 12:26:22 +0000 Subject: feature 1668: change the link text to "close" (with the appropriate icon) when user profile is open. git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 29379c285..7a9322deb 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1161,7 +1161,7 @@ a.group_perm { #userList .openUserDetails {visibility:hidden;} #userList tr:hover .openUserDetails {visibility:visible;} -#userList .icon-angle-circled-up {visibility:visible;} +#userList .icon-cancel-circled {visibility:visible;} .userProperties {max-width:730px;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} -- cgit v1.2.3