From 8e1a51731a9e02d50bc4c1d6ff636df5ab31966c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 7 Apr 2015 12:27:39 +0200 Subject: apps mgmt: style experimental apps section, small design fixes --- settings/css/settings.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'settings/css') 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; -- cgit v1.2.3