summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 950e8929012..3c406109a1f 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -61,7 +61,13 @@ select.quota.active { background: #fff; }
/* APPS */
.appinfo { margin: 1em; }
h3 { font-size: 1.4em; font-weight: bold; }
-ul.applist li { height: 2.2em; padding: 0.2em 0.2em 0.2em 0.8em !important; }
+ul.applist a {
+ height: 2.2em;
+ padding: 0.2em 0.2em 0.2em 0.8em !important;
+}
+ul.applist .app-external {
+ width: 100%;
+}
li { color:#888; }
li.active { color:#000; }
small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}