diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-24 12:26:10 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-24 12:28:28 +0200 |
commit | 2102ab8fec85a9e06dbca1fc38b4e75a3336b3cd (patch) | |
tree | d5c5ed458fdab4cca32751b8dc5d233a505348f6 /settings | |
parent | 808e9b0f515585f8d2bb18de94eed994d14f3749 (diff) | |
download | nextcloud-server-2102ab8fec85a9e06dbca1fc38b4e75a3336b3cd.tar.gz nextcloud-server-2102ab8fec85a9e06dbca1fc38b4e75a3336b3cd.zip |
Fix leftcontent/right content, fixes tasks app
Tasks app layout was broken since the controls bar is higher now.
This change should hopefully fix other apps using the same layout.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index b47075241df..6eef96c2dc1 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -58,10 +58,6 @@ tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:h tr:hover>td.remove>a { float:right; } li.selected { background-color:#ddd; } table.grid { width:100%; } -#leftcontent, .leftcontent { - width: 256px; -} -#rightcontent, .rightcontent { top: 80px; left: 336px; } #rightcontent { padding-left: 10px; } div.quota { float: right; |