aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-22 10:55:15 +0000
committerplegall <plg@piwigo.org>2014-09-22 10:55:15 +0000
commitc92b76a3b6404f3301fcf8bbe15292f39e536886 (patch)
tree77a5420aaa94fb152d53560f2087e7e1e16722cb
parent4dbf817829c5d66bd5da434062d12a7c33e57d22 (diff)
bug fixed: on Chrome + MacOSX, incorrect left margin on user list
git-svn-id: http://piwigo.org/svn/trunk@29731 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 5cbb80517..4a151b9a4 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1212,6 +1212,8 @@ a.group_perm {
#userList .openUserDetails {visibility:hidden;}
#userList tr:hover .openUserDetails {visibility:visible;}
#userList .icon-cancel-circled {visibility:visible;}
+#userList_length {float:none;}
+#userList_filter {margin-top:-20px;}
.userProperties {max-width:730px;}
.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;}