diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-07 12:27:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-07 12:27:39 +0200 |
commit | 8e1a51731a9e02d50bc4c1d6ff636df5ab31966c (patch) | |
tree | 97120852ae3f6db5ec9be4c55f665635ef246fb6 /settings/css | |
parent | 6250365bf4e72c72427cb45213c185f1bd724963 (diff) | |
download | nextcloud-server-8e1a51731a9e02d50bc4c1d6ff636df5ab31966c.tar.gz nextcloud-server-8e1a51731a9e02d50bc4c1d6ff636df5ab31966c.zip |
apps mgmt: style experimental apps section, small design fixes
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 12 |
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; |