diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 22:44:45 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 23:32:09 +0200 |
commit | 60133cc58d0cc684178120898fdf8e5ad6cb2159 (patch) | |
tree | 9b93c445e6390208e969a1ba102afae67c6c7ea4 /admin | |
parent | 962907ee6f12f20c374263d6507d3557bb053e3c (diff) | |
download | nextcloud-server-60133cc58d0cc684178120898fdf8e5ad6cb2159.tar.gz nextcloud-server-60133cc58d0cc684178120898fdf8e5ad6cb2159.zip |
fixed navigation styling for apps page
Diffstat (limited to 'admin')
-rw-r--r-- | admin/css/apps.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/css/apps.css b/admin/css/apps.css index e9049358e51..92ab64df552 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -8,7 +8,7 @@ table td.name a { padding:6px; text-decoration:none; color:#555; } .type { text-decoration:none; color:#888; font-size:.8em; } .description { text-decoration:none; color:#666; font-size:.9em; } -ul#apps { width:40em; list-style:none; } -ul#apps li { display:block; padding:.2em; clear:right; } -ul#apps em { color:#555; } -ul#apps input { float:right; } +#content ul#apps { width:40em; list-style:none; } +#content ul#apps li { display:block; padding:.2em; clear:right; } +#content ul#apps em { color:#555; } +#content ul#apps input { float:right; } |