r674: Add comment about FF not linking display: inline-block
[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 /* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */
40 display: inline-block;
41 vertical-align: top;
42 }
43
44 #votesfifty
45 {
46 width: 50%;
47 }
48
49 #voteshundred
50 {
51 width: 100%;
52 }
53
54 #attachments
55 {
56 float: right;
57 width: 49%;
58 }
59
60 /*=====================================================================*\
61 || ###################################################################
62 || # $HeadURL$
63 || # $Id$
64 || ###################################################################
65 \*=====================================================================*/