summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-02-06 08:13:45 -0800
committerThomas Tanghus <thomas@tanghus.net>2013-02-06 08:13:45 -0800
commit3879e5d9c513bf76b3bf11fc3d9e0ab9e23d784b (patch)
treef42c13762cdcb6f98fa7b6a4ebd9714a85db294a /settings/css
parent09a4424b1f9458bc0ee57c3b5f5c8a2d6a6c3c77 (diff)
parent2d77c7c0fdc49e4386994117eef35da2ad12aa4d (diff)
downloadnextcloud-server-3879e5d9c513bf76b3bf11fc3d9e0ab9e23d784b.tar.gz
nextcloud-server-3879e5d9c513bf76b3bf11fc3d9e0ab9e23d784b.zip
Merge pull request #1428 from owncloud/content_positioning
Fix leftcontent positioning. Ref #1255
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index e722cca91ee..9dd17daaeb7 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -33,7 +33,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; }