diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
commit | 4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5 (patch) | |
tree | 1d6c150ca0c725abb854afc2ab76422ebdcd4d85 /admin/css | |
parent | 9e35d5a886b192b1ab3e19ca0e1b9608a39d60ac (diff) | |
parent | 52df7accfd1a1a8f4ac35d29e00d60961469c063 (diff) | |
download | nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.tar.gz nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.zip |
Merge branch 'master' into sharing
Conflicts:
.gitignore
Diffstat (limited to 'admin/css')
-rw-r--r-- | admin/css/users.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/admin/css/users.css b/admin/css/users.css index 7c0b76f3691..977e06e41c6 100644 --- a/admin/css/users.css +++ b/admin/css/users.css @@ -1,12 +1,13 @@ form { display:inline; } -td.password>img, td.remove>img{ display:none;cursor:pointer; } +td.name, td.password { padding-left:.8em; } +td.password>img, td.remove>img { display:none; cursor:pointer; } td.password>span { margin-right:1.2em; } -td.password { width:12em; } -td.password>img { float:right; } +td.password { width:12em; cursor:pointer; } -td.remove { width:1em } -tr:hover>td.password>span{ margin:0; } -tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; } +td.remove { width:1em; } +tr:hover>td.password>span { margin:0; cursor:pointer; } +tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; cursor:pointer; } +tr:hover>td.remove>img { float:right; } li.selected { background-color:#ddd; } #content>table { margin-top:6.5em; } table { width:100%; } |