blob: 1b200c001ebaef9a6d5696fa6b3bdca9dd246a0b [file] [log] [blame]
/*
* Copyright 2015 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.de-progress-bar {
float: left;
width: 0;
height: 100%;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.de-progress-bar-success {
background-color: #5cb85c;
}
.de-progress-bar-fail {
background-color: #c9302c;
}
.de-progress-bar-crash-timeout {
background-color: #ff7700;
}
.de-progress-bar-warning {
background-color: #ffea00;
}
.de-progress-bar-not-supported {
background-color: #828282;
}
.de-progress-bar-resource-internal-error {
background-color: #d030d9;
}
.de-progress-bar-text {
position: absolute;
width: 100%;
color: black;
text-align: center;
}
.de-row-header {
border-top: 1px solid #DDD;
}
.de-row-header td:first-child {
padding-top: 20px !important;
font-size: 1.3em;
background-image: linear-gradient(to top right, #eeeeee 0%, #ffffff 50%);
border-top: 1px solid #DDD;
}
.de-row-header ~ tr {
border-bottom: 1px solid #DDD !important;
}
.de-row-header ~ tr td {
padding: 6px !important;
}
.de-batch-panel-body {
padding: 0px;
}
.de-batch-panel-body .container {
overflow-y: scroll;
padding: 0px;
width: 100%;
}
.de-batch-panel-body .progress {
padding: 0px;
margin: 0px;
border-radius: 0px;
position: relative;
overflow: visible;
}
.de-batch-panel-body .progress:hover .de-progress-bar-text {
pointer-events: none;
}
.de-batch-panel-body .de-progress-bar {
position: relative;
}
.de-batch-panel-body .de-progress-bar .de-progress-bar-hint {
display: none;
}
.de-batch-panel-body .de-progress-bar:hover .de-progress-bar-hint {
position: relative;
display: block;
top: 100%;
width: 100%;
min-width:100px;
background: yellow;
border: 1px solid #DDD;
}
.de-progress-bar-text {
white-space: nowrap;
}
.panel-heading .de-batch-name {
display: block;
font-size: 0.8em;
color: #555;
}
.de-right-panel .panel-title {
white-space: nowrap;
}