diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 15:30:58 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 15:30:58 +0200 |
commit | 6bfe2289be05e9f54272a86a0f957ec41ef32e28 (patch) | |
tree | 2cf690624aee2f1a5fa943066d3501499f13562d /settings/css | |
parent | ef80ad1d48fa7cb61bb0003c0a22928f075ddc60 (diff) | |
download | nextcloud-server-6bfe2289be05e9f54272a86a0f957ec41ef32e28.tar.gz nextcloud-server-6bfe2289be05e9f54272a86a0f957ec41ef32e28.zip |
improve the app installer.
show a label if an app is an internal app or a third party app from the app store.
show a preview image of the app if available
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 42576953d04..62e84654d55 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -40,7 +40,8 @@ select.quota.active { background: #fff; } /* APPS */ li { color:#888; } li.active { color:#000; } +small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size:6pt; padding:4px; border-radius: 4px;} span.version { margin-left:3em; color:#ddd; } /* LOF */ -#log { white-space:normal; }
\ No newline at end of file +#log { white-space:normal; } |