diff options
author | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
commit | a3fd9b692bff4116d08c290643b72819e2c99e6f (patch) | |
tree | d68dd8fcdb597f78a10bc3c3298ef83bc3cc30ca /admin/themes/default/theme.css | |
parent | 905cf523ec66a2b6045959b697b483569ca79431 (diff) |
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
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |