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

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>
323 lines
4.3 KiB
CSS
323 lines
4.3 KiB
CSS
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.top-padded {
|
|
padding-top: 65px;
|
|
}
|
|
|
|
textarea {
|
|
width:98%;
|
|
}
|
|
|
|
.rollie {
|
|
|
|
visibility:hidden;
|
|
}
|
|
|
|
.showRollie:hover .rollie{
|
|
|
|
visibility:visible;
|
|
}
|
|
|
|
.back-button {
|
|
|
|
margin-right:2em;
|
|
|
|
}
|
|
|
|
.label a {
|
|
|
|
color:white;
|
|
}
|
|
|
|
.label {
|
|
margin-right: 0.25em;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.description {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.description p {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description ul {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.dependency-well {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
h1 .btn {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.scrolling {
|
|
height: auto;
|
|
max-height: 120px;
|
|
overflow: auto;
|
|
width: 40.1709%;
|
|
border: 1px solid #DDDDDD;
|
|
padding: 8px;
|
|
}
|
|
|
|
.scrolling td {
|
|
padding: 4px;
|
|
}
|
|
|
|
.scrolling label {
|
|
margin: 0px;
|
|
}
|
|
|
|
.submitformintro {
|
|
padding-bottom: 0.75em;
|
|
}
|
|
|
|
.formfields input {
|
|
width: 50%;
|
|
}
|
|
|
|
.formfields textarea {
|
|
width: 50%;
|
|
}
|
|
|
|
.formfield-div {
|
|
width: 50%;
|
|
display: inline-block;
|
|
margin-right: 13px;
|
|
}
|
|
|
|
.checkboxtd input {
|
|
width: 25px;
|
|
}
|
|
|
|
#maintainers {
|
|
padding-top: 0.75em;
|
|
}
|
|
|
|
.maintainerform {
|
|
/* Fix slight jumping at end of expand in Firefox */
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.maintainerformfields input {
|
|
width: 25em;
|
|
}
|
|
|
|
.custom-help {
|
|
margin-left: 10px;
|
|
max-width: 40%;
|
|
color: #999;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.errorlist {
|
|
color: #b94a48;
|
|
list-style-type: none;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.copyable {
|
|
padding-left: 5px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.captchafield {
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
.captcha {
|
|
padding-right: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.submitbuttons {
|
|
margin-top: 2em;
|
|
padding-top: 1em;
|
|
border-top: 1px solid rgb(238, 238, 238);
|
|
}
|
|
|
|
.submitbutton {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.hero-evenlyspaced {
|
|
padding: 35px;
|
|
}
|
|
|
|
.hero-evenlyspaced h1 {
|
|
padding-bottom: 0.25em;
|
|
}
|
|
|
|
.frontpage-button-group {
|
|
text-align:center !important;
|
|
padding: 10px;
|
|
}
|
|
|
|
.frontpage-button-group a {
|
|
margin: 5px;
|
|
}
|
|
|
|
.branch {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.well-frontpage {
|
|
background-color: white;
|
|
height: 100%;
|
|
}
|
|
|
|
.muted a {
|
|
color: #66B8E0;
|
|
}
|
|
|
|
.search-form-table {
|
|
border-spacing: 2px;
|
|
border-collapse: separate;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.review-notification {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.breadcrumb {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.breadcrumb > li + li:before {
|
|
content: "\2192";
|
|
}
|
|
|
|
.nav-spacer {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.buttonblock {
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.buttonblock-btn {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.label-inverse, .icon-hdd {
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.label-inverse:hover, .icon-hdd:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label-inverse:hover {
|
|
background-color: #999;
|
|
}
|
|
|
|
.list-unstyled {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
blockquote.span7.warn {
|
|
border-color: #c09853;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
min-height: 0;
|
|
}
|
|
|
|
.valign-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.yp-icon {
|
|
width: auto;
|
|
height: 1em;
|
|
}
|
|
|
|
td.success {
|
|
background-color: #dff0d8 !important;
|
|
}
|
|
|
|
td.error {
|
|
background-color: #f2dede !important;
|
|
}
|
|
|
|
td.warning {
|
|
background-color: #fcf8e3 !important;
|
|
}
|
|
|
|
td.info {
|
|
background-color: #d9edf7 !important;
|
|
}
|
|
|
|
.hidden-select {
|
|
display: none !important;
|
|
}
|
|
|
|
.pre-plain {
|
|
background-color: transparent;
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.td-pre {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.bottom-margin {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.no-left-pad {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.dropdown-menu > li > a > .checkbox {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.badge-important {
|
|
background-color: #b94a48 !important;
|
|
}
|
|
|
|
.badge-warning {
|
|
background-color: #f89406 !important;
|
|
}
|
|
|
|
.badge-success {
|
|
background-color: #468847 !important;
|
|
}
|
|
|
|
/*
|
|
* Borrowed from https://stackoverflow.com/questions/20366166/bootstrap-3-styled-select-dropdown-looks-ugly-in-firefox-on-os-x
|
|
*/
|
|
@-moz-document url-prefix() {
|
|
select.form-control {
|
|
padding-right: 25px;
|
|
background-image: url("data:image/svg+xml,\
|
|
<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
|
|
height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
|
|
<path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
|
|
</svg>");
|
|
background-repeat: no-repeat;
|
|
background-position: calc(100% - 7px) 50%;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
}
|