Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-07 13:27:39 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-07 13:27:39 +0300
commit8e1a51731a9e02d50bc4c1d6ff636df5ab31966c (patch)
tree97120852ae3f6db5ec9be4c55f665635ef246fb6 /settings/css
parent6250365bf4e72c72427cb45213c185f1bd724963 (diff)
apps mgmt: style experimental apps section, small design fixes
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 999a7f9ea4a..a9c0615885a 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -231,6 +231,14 @@ span.version {
border-color: #ce3702;
color: #fff;
}
+.apps-experimental {
+ color: #ce3702;
+}
+
+.app-score {
+ position: relative;
+ top: 4px;
+}
#apps-list {
position: relative;
@@ -289,6 +297,10 @@ span.version {
#app-category-1 {
border-bottom: 1px solid #e8e8e8;
}
+/* capitalize "Other" category */
+#app-category-925 {
+ text-transform: capitalize;
+}
.app-dependencies {
margin-top: 10px;