12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /*##############################################################################
- 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;
- }
- table
- {
- padding:3px;
- }
- table.list
- {
- border-collapse: collapse;
- border: double #777;
- font: 10pt verdana, arial, helvetica, sans-serif;
- }
- table.list th, table.list td
- {
- border: 1px solid #777;
- padding:2px;
- }
- table.results
- {
- font: 9pt verdana, arial, helvetica, sans-serif;
- }
- table.workunit tr
- {
- padding: 2 0;
- }
- table.workunit th
- {
- text-align:left;
- vertical-align:top;
- }
- table.workunit td
- {
- padding: 2 2 2 12;
- }
- .grey
- {
- background-color: #ddd;
- }
- .number
- {
- text-align:right;
- }
- .sbutton
- {
- width: 7em;
- font: 10pt verdana, arial, helvetica, sans-serif;
- }
- .running
- {
- font-weight : bolder;
- }
|