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