r765: Say hello to the GPL
[bugdar.git] / templates / report.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar [#]version[#]
4 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
5 || #
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version [#]gpl[#] of the License.
9 || #
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 || # more details.
14 || #
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
20
21 #fieldbody
22 {
23 width: 100%;
24 padding: 2px;
25 }
26
27 #leftcol
28 {
29 float: left;
30 width: 49%;
31 }
32
33 #rightcol
34 {
35 width: 49%;
36 margin-left: 50%;
37 }
38
39 /* if we get overflow, this will block so we don't get spill */
40 #clear-spill
41 {
42 clear: both;
43 }
44
45 /* ################################################################### */
46
47 #votes, #yourvote, #votesfifty, #voteshundred
48 {
49 width: 25%;
50 /* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */
51 display: inline-block;
52 vertical-align: top;
53 }
54
55 #votesfifty
56 {
57 width: 50%;
58 }
59
60 #voteshundred
61 {
62 width: 100%;
63 }
64
65 #attachments
66 {
67 float: right;
68 width: 49%;
69 }
70
71 /*=====================================================================*\
72 || ###################################################################
73 || # $HeadURL$
74 || # $Id$
75 || ###################################################################
76 \*=====================================================================*/