r463: IE fixes and removing coloured borders
[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 border: 1px solid yellow;
17 position: relative;
18 }
19
20 #leftcol
21 {
22 float: left;
23 width: 49%;
24 }
25
26 #rightcol
27 {
28 width: 49%;
29 margin-left: 50%;
30 }
31
32 label
33 {
34 width: 30%;
35 font-weight: bold;
36 display: inline-block;
37 vertical-align: top;
38 background: grey;
39 }
40
41 .field
42 {
43 display: inline-block;
44 width: 69%;
45 }
46
47 /*=====================================================================*\
48 || ###################################################################
49 || # $HeadURL$
50 || # $Id$
51 || ###################################################################
52 \*=====================================================================*/