mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00

Plugin changed a lot with the buildbot transition from angularjs to reactjs: start our own plugin customisation from scratch. This commit only copies sources from buildboot git, without any modification. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
39 lines
600 B
SCSS
39 lines
600 B
SCSS
|
|
tr.bb-console-table-first-row {
|
|
background-color: #fff !important;
|
|
th {
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
.bb-console-table-builder {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 1em;
|
|
width: 1.5em;
|
|
text-align: center;
|
|
transform: rotate(-25deg) ;
|
|
transform-origin: 0% 100%;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.bb-console-tag-row {
|
|
td {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
span {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 10px;
|
|
overflow: hidden;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.bb-console-changes-expand-icon {
|
|
float: left;
|
|
}
|