r460: Adding <div> layout and CSS for showreport.tpl
[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 .col-left-1
21 {
22 font-weight: bold;
23 margin-right: 85%;
24 border: 1px solid red;
25 }
26
27 .col-left-2
28 {
29 width: 35%;
30 left: 15%;
31 position: absolute;
32 top: 0px;
33 border: 1px solid blue;
34 }
35
36 .col-right-1
37 {
38 font-weight: bold;
39 width: 15%;
40 position: absolute;
41 left: 50%;
42 top: 0px;
43 border: 1px solid green;
44 }
45
46 .col-right-2
47 {
48 width: 35%;
49 position: absolute;
50 left: 65%;
51 top: 0px;
52 border: 1px solid orange;
53 }
54
55 /*=====================================================================*\
56 || ###################################################################
57 || # $HeadURL$
58 || # $Id$
59 || ###################################################################
60 \*=====================================================================*/