r462: Converting back to float system
[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: 50%;
24 border: 1px solid red;
25 }
26
27 #rightcol
28 {
29 width: 50%;
30 margin-left: 50%;
31 border: 1px solid blue;
32 }
33
34 label
35 {
36 width: 30%;
37 font-weight: bold;
38 display: inline-block;
39 vertical-align: top;
40 background: grey;
41 }
42
43 .field
44 {
45 display: inline-block;
46 width: 69%;
47 }
48
49 /*=====================================================================*\
50 || ###################################################################
51 || # $HeadURL$
52 || # $Id$
53 || ###################################################################
54 \*=====================================================================*/