r466: Failed attempt to tabularize data
[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 /*float: left;*/
35 /*display: inline-block;*/
36 width: 30%;
37 font-weight: bold;
38 /* vertical-align: text-top;*/
39 background-color: red;
40 }
41
42 .field
43 {
44 float: right;
45 /*display: inline;*/
46 width: 68%;
47 background-color: blue;
48 }
49
50 /*=====================================================================*\
51 || ###################################################################
52 || # $HeadURL$
53 || # $Id$
54 || ###################################################################
55 \*=====================================================================*/