r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / templates / report.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # Bugdar [#]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 /*background-color: rgb(153, 153, 153);
17 border-width: 1px;
18 border-style: solid;
19 border-color: rgb(0, 0, 0);*/
20 }
21
22 #leftcol
23 {
24 float: left;
25 width: 49%;
26 }
27
28 #rightcol
29 {
30 width: 49%;
31 margin-left: 50%;
32 }
33
34 /* ################################################################### */
35
36 #votes, #yourvote, #votesfifty, #voteshundred
37 {
38 width: 25%;
39 display: inline-block;
40 vertical-align: top;
41 }
42
43 #votesfifty
44 {
45 width: 50%;
46 }
47
48 #voteshundred
49 {
50 width: 100%;
51 }
52
53 #attachments
54 {
55 float: right;
56 width: 49%;
57 }
58
59 /*=====================================================================*\
60 || ###################################################################
61 || # $HeadURL$
62 || # $Id$
63 || ###################################################################
64 \*=====================================================================*/