aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-18 16:36:15 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commit84120c0fa615aed55d578379bcd10398f56a26f1 (patch)
tree3a0a22bef8bc9e41cbcc3dd2f2b97f072c5726f3 /layerindex
parent9b27c36f015e281e7cdc803788bc7773c9d00172 (diff)
downloadopenembedded-core-contrib-84120c0fa615aed55d578379bcd10398f56a26f1.tar.gz
rrs: Set of UI improvments
Give some space to the tabs, Add some top margin to the nav-pills class so we create some breathing space between the milestone overview and the tabs. Change 'No Maintainer' to 'No maintainer' Just to keep the capitalisation style consistent across the interface. Apply the muted class to all not-sortable table headings The class was missing from the Recipe and Maintainer columns in the recipes table; and from the Not updated and % done column in the maintainers table. Remove the strong tag from the recipe status information This is just to match the presentation of the milestone overview information in the base_toplevel.html template. Separate the footer from the bottom of the viewport, It's hard to see the footer on click on its links when they are so close to the bottom of the veiwport, so add some margin at the bottom of the footer <div>. Change the label of the recipes tab, From 'Recipes status' to 'Recipes upstream status' to match the label of the 'Upstream status' filter in the recipes table. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'layerindex')
-rw-r--r--layerindex/static/css/additional.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css
index 324ee34045..9d3f2bf9d9 100644
--- a/layerindex/static/css/additional.css
+++ b/layerindex/static/css/additional.css
@@ -33,6 +33,7 @@ textarea {
.footer {
text-align: center;
+ margin-bottom: 40px;
}
.description {