зеркало из https://github.com/mozilla/treeherder.git
138 строки
2.2 KiB
CSS
138 строки
2.2 KiB
CSS
/*
|
|
* Admin settings
|
|
*
|
|
* This file contains settings specific to our Admin page
|
|
* or duplication from treeherder-global.css. Referencing -global
|
|
* in admin.html would break other Admin page layout and much of -global
|
|
* is not currently neeeded.
|
|
*
|
|
* Please consider the appropriate css file and attribute location
|
|
* when adding new styles.
|
|
*/
|
|
|
|
.action-buttons {
|
|
float: right;
|
|
margin: 5px;
|
|
}
|
|
|
|
.exclusion-editor-main {
|
|
overflow-y: auto;
|
|
height: 93%;
|
|
}
|
|
|
|
.add-new-exclusion input.ng-invalid.ng-dirty {
|
|
border-color: #B94A48;
|
|
}
|
|
|
|
.add-new-exclusion {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.exclusion-container {
|
|
padding: 0 5px 10px 5px;
|
|
}
|
|
|
|
.delete-icon {
|
|
padding-right: 25px;
|
|
font-size: 12px;
|
|
color: #bababa;
|
|
}
|
|
|
|
.admin-btn {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
border: none;
|
|
background: #fff;
|
|
}
|
|
|
|
.admin-action-btn {
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.text-btn {
|
|
color: #337ab7;
|
|
}
|
|
|
|
.text-btn-disabled {
|
|
color: initial;
|
|
}
|
|
|
|
.excluded-job {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.exclusion-profiles-row td:first-child {
|
|
/* Aligns second column nicely under Exclusion profile tab
|
|
* if no profile is longer than the default container */
|
|
width: 119px;
|
|
}
|
|
|
|
.exclusion-profiles-row td:first-child > button {
|
|
/* Handle long profile names within the button */
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.job-exclusions-row td:first-child {
|
|
/* Aligns second column nicely under Job exclusion tab
|
|
* if no exclusion is longer than the default container */
|
|
width: 138px;
|
|
}
|
|
|
|
.job-exclusions-row td:first-child > button {
|
|
/* Handle long exclusion names within the button */
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.th-multi-select input[type=text] {
|
|
width: 100%;
|
|
}
|
|
|
|
.th-multi-select select {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.th-multi-select button {
|
|
width: 30px;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 5px;
|
|
/*flex: 1 1 auto;*/
|
|
}
|
|
|
|
.form-group-side {
|
|
flex: 1 1 auto;
|
|
margin-bottom: 5px;
|
|
width: 45%;
|
|
height: 400px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.form-group-side select {
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
border: none;
|
|
}
|
|
|
|
.btn-move {
|
|
margin: 165px 5px 5px 5px;
|
|
}
|
|
|
|
.form-group-inline {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.form-group-inline > .form-group {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.icon-menu li a span {
|
|
width: 20px;
|
|
}
|
|
|
|
.midgray, .midgray a {
|
|
color: gray;
|
|
}
|