r473: Color the legend to make it more noticable
[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 }
17
18 #leftcol
19 {
20 float: left;
21 width: 49%;
22 }
23
24 #rightcol
25 {
26 width: 49%;
27 margin-left: 50%;
28 }
29
30 legend
31 {
32 background-color: rgb(51, 51, 51);
33 font-weight: bold;
34 font-size: 11px;
35 margin-left: 10px;
36 color: rgb(255, 255, 255);
37 padding: 2px;
38 border: 1px solid rgb(0, 0, 0);
39 }
40
41 fieldset
42 {
43 border-width: 1px 0px 0px 0px;
44 border-color: rgb(0, 0, 0);
45 border-style: solid;
46 padding: 5px;
47 }
48
49 /*=====================================================================*\
50 || ###################################################################
51 || # $HeadURL$
52 || # $Id$
53 || ###################################################################
54 \*=====================================================================*/