mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

This adds the min-width for the last updated column to the css. [YOCTO #8018] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
121 lines
1.4 KiB
CSS
121 lines
1.4 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;
|
|
}
|
|
|
|
/* 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 .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;
|
|
}
|
|
|
|
.nav > li.lead {
|
|
margin: 5px 0 0 5px;
|
|
}
|
|
|
|
|
|
/* about recipe styles */
|
|
|
|
dd {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.well-transparent {
|
|
background-color: transparent;
|
|
}
|