r476: Hold off on applying styling
[bugdar.git] / templates / report.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugStrike [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 #fieldbody
13 {
14 width: 100%;
15 padding: 2px;
16 /*background-color: rgb(153, 153, 153);
17 border-width: 1px;
18 border-style: solid;
19 border-color: rgb(0, 0, 0);*/
20 }
21
22 #leftcol
23 {
24 float: left;
25 width: 49%;
26 }
27
28 #rightcol
29 {
30 width: 49%;
31 margin-left: 50%;
32 }
33
34 legend
35 {
36 background-color: rgb(51, 51, 51);
37 font-weight: bold;
38 font-size: 11px;
39 margin-left: 10px;
40 color: rgb(255, 255, 255);
41 padding: 2px;
42 border: 1px solid rgb(0, 0, 0);
43 }
44
45 fieldset
46 {
47 border-width: 1px 0px 0px 0px;
48 border-color: rgb(0, 0, 0);
49 border-style: solid;
50 padding: 5px;
51 }
52
53 /*=====================================================================*\
54 || ###################################################################
55 || # $HeadURL$
56 || # $Id$
57 || ###################################################################
58 \*=====================================================================*/