Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / report.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar
4 || # Copyright (c)2004-2009 Blue Static
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 2 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 float: right;
36 width: 49%;
37 }
38
39 /* ################################################################### */
40
41 #votes, #yourvote, #votesfifty, #voteshundred
42 {
43 width: 25%;
44 /* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */
45 display: inline-block;
46 vertical-align: top;
47 }
48
49 #votesfifty
50 {
51 width: 50%;
52 }
53
54 #voteshundred
55 {
56 width: 100%;
57 }
58
59 #attachments
60 {
61 float: right;
62 width: 49%;
63 }
64
65 /*=====================================================================*\
66 || ###################################################################
67 || # $HeadURL$
68 || # $Id$
69 || ###################################################################
70 \*=====================================================================*/