diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-21 22:31:35 +0100 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-22 16:04:31 +0100 |
commit | b3f3b8c23f4f07a4d38e952f4d77827380c34b58 (patch) | |
tree | 1421c859aa88595d8ac317790e2d81106822d6e1 /settings/css | |
parent | c5c843bfefb9e678b65bf30c42082676db07bc3c (diff) | |
download | nextcloud-server-b3f3b8c23f4f07a4d38e952f4d77827380c34b58.tar.gz nextcloud-server-b3f3b8c23f4f07a4d38e952f4d77827380c34b58.zip |
UI problems solved. Bookmarks app updated.
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 8d89cee6ec0..a8af839a1e6 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -26,9 +26,9 @@ tr:hover>td.password>span { margin:0; cursor:pointer; } tr:hover>td.remove>img, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } tr:hover>td.remove>img { float:right; } li.selected { background-color:#ddd; } -#content>table:not(.nostyle) { margin-top:6.5em; } +#content>table:not(.nostyle) { margin-top:3em; } table:not(.nostyle) { width:100%; } - +#rightcontent { padding-left: 1em; } /* APPS */ li { color:#888; } |