r687: Added #clear-spill
[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 }
17
18 #leftcol
19 {
20 float: left;
21 width: 49%;
22 }
23
24 #rightcol
25 {
26 width: 49%;
27 margin-left: 50%;
28 }
29
30 /* if we get overflow, this will block so we don't get spill */
31 #clear-spill
32 {
33 clear: both;
34 }
35
36 /* ################################################################### */
37
38 #votes, #yourvote, #votesfifty, #voteshundred
39 {
40 width: 25%;
41 /* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */
42 display: inline-block;
43 vertical-align: top;
44 }
45
46 #votesfifty
47 {
48 width: 50%;
49 }
50
51 #voteshundred
52 {
53 width: 100%;
54 }
55
56 #attachments
57 {
58 float: right;
59 width: 49%;
60 }
61
62 /*=====================================================================*\
63 || ###################################################################
64 || # $HeadURL$
65 || # $Id$
66 || ###################################################################
67 \*=====================================================================*/