layerindex-web/rrs/static/css/rrs-additional.css
Paul Eggleton 517424dc81 Upgrade to Bootstrap 3
Use a more modern version of Bootstrap and take the opportunity to
upgrade jQuery to the latest version at the same time. This provides
better browser compatibility, moves to MIT license, allows us to make
the site more responsive for different devices in future, and provides
theming capabilities for custom installs among other improvements.

(I chose to upgrade to v3 for now rather than straight to v4 as it was
easier to do this gradually.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-09-20 15:57:59 +12:00

127 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: 15px;
margin-left: 15px;
margin-right: 4px;
}
.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;
}