layerindex-web/rrs/static/css/rrs-additional.css
Mariano Lopez 742128c517 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>
2018-05-04 23:57:52 +12:00

126 lines
1.5 KiB
CSS

.recipe_column {
max-width: 150px;
word-wrap: break-word;
}
.version_column {
max-width: 150px;
word-wrap: break-word;
}
.upstream_version_column {
max-width: 150px;
word-wrap: break-word;
}
.upstream_status_column {
min-width: 60px;
}
.last_updated_column {
min-width: 60px;
}
.maintainer_column {
min-width: 110px;
}
.distrolist {
margin-left: -20px;
}
.half-selector {
margin-bottom: -5px;
margin-top: 5px;
}
.selector {
margin-bottom: 5px;
margin-top: 5px;
}
.nav-pills {
margin-top: 40px;
}
.nav > li.lead {
margin: 5px 25px 0 5px;
}
/* Sorting styles */
th > a, th.muted {
font-weight: normal;
}
.sorted {
cursor: pointer;
color: #333;
font-weight: bold;
}
.sorted:hover {
color: #000;
text-decoration: underline;
}
.sorter {
font-size: 10px;
}
/* Table styles */
.navbar .nav > li > p {
color: #777777;
padding: 10px 5px;
margin-bottom: 0;
}
.navbar .nav > li > .secondary-info {
font-size:70%;
}
.navbar .badge {
margin-top: 10px;
margin-right: 10px;
}
.navbar-table-controls {
margin-bottom: 5px;
}
.table-controls {
background-color: transparent;
background-image: none;
box-shadow: none;
border:none;
padding-left: 0;
padding-right: 0;
}
.current-wk {
background-color: #fcf8e3;
color: #c09853;
}
.totalRow {
background-color: #fcf8e3;
}
/* status styles */
.well{
padding: 8px 14px 8px 14px;
}
/* about recipe styles */
dd {
margin-bottom: 10px;
}
.well-transparent {
background-color: transparent;
}