mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
yocto_console_view: Override Force Build form CSS
Compact a bit the force build window, to look like what we had on buildbot 3.8. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
93eaa4426a
commit
5da3f894a5
|
@ -47,3 +47,40 @@ tr.bb-console-table-first-row {
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Modify the Force Build form to compact a bit everything. */
|
||||||
|
div.form-group {
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
div.col-sm-10 {
|
||||||
|
display: inline-block;
|
||||||
|
width: 80%;
|
||||||
|
};
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: inline-block;
|
||||||
|
width: 20%;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 0;
|
||||||
|
top: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-label {
|
||||||
|
text-align: right;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.col-sm-10.col-sm-offset-2 {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
label {
|
||||||
|
width: 80%;
|
||||||
|
float: right;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
.row > div.col-sm-6 {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user