diff options
author | plegall <plg@piwigo.org> | 2013-12-24 14:30:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-12-24 14:30:46 +0000 |
commit | 943d7d227253d3ed4f91b78a349719d8dc7b8151 (patch) | |
tree | 5cc0217695c2794ed4634e0d3304fa9307b5d22c /admin/themes/default/theme.css | |
parent | 635aeb3ac8732da3541f8e2664ad6da1f86f22ed (diff) |
feature 1668, user manager redesign: change the way we open user details to make it "more obvious"
git-svn-id: http://piwigo.org/svn/trunk@26177 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index f8f010e91..5bd413bc1 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1159,11 +1159,8 @@ a.group_perm { right: 5px; } -.openUserDetails { - font-size:16px; - margin-left:-8px; - cursor:pointer; -} +#userList .openUserDetails {visibility:hidden;} +#userList tr:hover .openUserDetails {visibility:visible;} .userProperties {max-width:730px;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} |