]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed navigation styling for apps page
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 20:44:45 +0000 (22:44 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 21:32:09 +0000 (23:32 +0200)
admin/css/apps.css

index e9049358e5152a7db328582d2dfcef10826a2c6d..92ab64df55232c1c7f3781c807de5b0d6271adc6 100644 (file)
@@ -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; }