diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-04 14:09:32 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-04 14:09:32 +0100 |
commit | 46e10407f7aef7850e56da51fc81311c6b77acaa (patch) | |
tree | c9e8a2775c709d01b7f074415da63835e4ad0119 /settings/css | |
parent | 9060c3bd83f7fa3eeee2f5e303055c84e19f8f5b (diff) | |
download | nextcloud-server-46e10407f7aef7850e56da51fc81311c6b77acaa.tar.gz nextcloud-server-46e10407f7aef7850e56da51fc81311c6b77acaa.zip |
Remove padding hack to position users list.
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5a3ab2c6e97..f27f9e8628c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -31,7 +31,6 @@ tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:point tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } tr:hover>td.remove>a { float:right; } li.selected { background-color:#ddd; } -#content>table:not(.nostyle) { margin-top:3em; } table:not(.nostyle) { width:100%; } #rightcontent { padding-left: 1em; } div.quota { float:right; display:block; position:absolute; right:25em; top:0; } |