aboutsummaryrefslogtreecommitdiffstats
path: root/rrs
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2015-08-17 10:30:13 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commit742128c517587b541748cee9cac8da45386984a1 (patch)
treebb1012eda9893c5ee59071b81b6c67a19c5c9bcb /rrs
parent6aa369757cdd5c3d70ea7ebc352799ae60887007 (diff)
downloadopenembedded-core-contrib-742128c517587b541748cee9cac8da45386984a1.tar.gz
rrs/base_toplevel.html: Navbar redesign
This provides changes in the front end for the navbar, now it shows the percentage of recipes up-to-date, not update, unknown and can't be updated along with the number of recipes. This also moves the update percentage to the end and adds clarity to what it means. This also moves the export list button the the top bar. [YOCTO #8020] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'rrs')
-rw-r--r--rrs/static/css/rrs-additional.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/rrs/static/css/rrs-additional.css b/rrs/static/css/rrs-additional.css
index bdfa15166f..0066945011 100644
--- a/rrs/static/css/rrs-additional.css
+++ b/rrs/static/css/rrs-additional.css
@@ -43,6 +43,11 @@
margin-top: 40px;
}
+.nav > li.lead {
+ margin: 5px 25px 0 5px;
+}
+
+
/* Sorting styles */
th > a, th.muted {
font-weight: normal;
@@ -71,6 +76,10 @@ th > a, th.muted {
margin-bottom: 0;
}
+.navbar .nav > li > .secondary-info {
+ font-size:70%;
+}
+
.navbar .badge {
margin-top: 10px;
margin-right: 10px;
@@ -104,10 +113,6 @@ th > a, th.muted {
padding: 8px 14px 8px 14px;
}
-.nav > li.lead {
- margin: 5px 0 0 5px;
-}
-
/* about recipe styles */