blob: 5b4cb7a90e1a974b49c3c4e7a0ced292249cecb3 [file] [log] [blame]
// 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.
@import "../../../../../assets/less/bootstrap/variables.less";
@import "../../../../../assets/less/variables.less";
@import "../../../../../assets/less/bootstrap/mixins.less";
@import "../../../../../assets/less/mixins.less";
#active-tasks-page {
overflow: auto;
.inner {
overflow: auto;
height: 100%;
}
.task-tabs li,
.active-tasks td.tableheader {
cursor: pointer;
padding-bottom: 15px;
&.type {
width: 10%;
}
&.database {
width: 30%;
}
&.started-on {
width: 13%;
}
&.updated-on {
width: 13%;
}
&.pid {
width: 10%;
}
&.progress {
width: 23%;
}
}
#active-tasks-table {
min-width: 725px;
td.header-field {
padding: 0px;
}
p.multiline-active-tasks-message {
margin: 0;
line-height: 1.3;
margin-bottom: 3px;
&.time:nth-child(2) {
color: #888;
}
&.to-from-database{
&:first-child {
border-bottom: 1px solid #ddd;
}
padding-bottom: 15px;
}
}
}
.task-search-database {
margin: 20px;
}
.active-tasks.dashboard-upper-menu {
left: 220px;
.closeMenu & {
left: 64px;
}
}
.component-tab-element-wrapper {
#active-tasks-search-box {
display: inline;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 51px;
background-color: #eee;
width: 200px;
margin: 9px 0 0 0;
&:focus {
background-color: #fff;
outline-color: #fff;
};
}
}
.dashboard-lower-menu {
padding-top: 90px;
padding-left: 20px;
}
.header-field {
background-color: #ccc;
&.radio {
display: none;
}
&.label-text {
display: block;
font-weight: bold;
padding:10px;
margin: 0px;
height: 50px;
.noselect()
}
.table td& {
padding: 0px;
margin: 0px;
}
.active-tasks-header {
background-color: #ccc;
}
.icon-caret-up, .icon-caret-down {
color: @brandHighlight;
}
}
}
.active-tasks__polling-wrapper {
display: flex;
align-items: center;
flex-direction: row;
height: 100%;
&--ie1X {
align-items: stretch;
}
}