123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /*##############################################################################
- # HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
- #
- # 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.
- ############################################################################## */
- body
- {
- background-color: white;
- font-style: normal;
- font-variant: normal;
- font-weight: normal;
- font-size: 10pt;
- line-height: 16pt;
- }
- table.results
- {
- font: 9pt arial;
- border-collapse: collapse;
- border: double solid #0066CC;
- }
- table.results th
- {
- border: 2 solid #0066CC;
- text-align: center;
- vertical-align: top;
- background-color: #DFEFFF;
- }
- table.results td
- {
- border: 2 solid #0066CC;
- vertical-align: top;
- text-align: center;
- padding: 2;
- }
- .datacell
- {
- background: white;
- padding: 0;
- }
- .blue
- {
- background-color: #DFEFFF;
- }
- table.workunit
- {
- font: 10pt;
- }
- table.workunit tr
- {
- padding: 12 0;
- }
- table.workunit th
- {
- text-align: left;
- vertical-align: top;
- }
- table.workunit td
- {
- padding: 2 2 2 12;
- }
- .sbutton
- {
- width: 7em;
- font: 10pt;
- }
- .running
- {
- font-weight: bolder;
- }
- .number
- {
- text-align: right;
- }
- .cluster
- {
- text-align: left;
- }
- .menu1
- {
- width: 12;
- height: 14;
- margin: 0 5 0 0;
- }
- .active
- {
- background-color: #eee;
- }
- .highpriority
- {
- background-color: #888;
- }
- .normalpriority
- {
- background-color: #eee;
- }
- .lowpriority
- {
- background-color: #eee;
- }
- .red
- {
- background-color: #DF0000;
- }
|