r496: Removing #submitrow from report.css to global.css
[bugdar.git] / templates / report.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugStrike [#]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 legend
35 {
36 background-color: rgb(51, 51, 51);
37 font-weight: bold;
38 font-size: 11px;
39 margin-left: 10px;
40 color: rgb(255, 255, 255);
41 padding: 2px;
42 border: 1px solid rgb(0, 0, 0);
43 }
44
45 legend a
46 {
47 color: rgb(255, 255, 255);
48 }
49
50 fieldset
51 {
52 border-width: 1px 0px 0px 0px;
53 border-color: rgb(0, 0, 0);
54 border-style: solid;
55 padding: 5px;
56 }
57
58 /* ################################################################### */
59
60 #votes, #yourvote, #votesfifty, #voteshundred
61 {
62 width: 25%;
63 display: inline-block;
64 vertical-align: top;
65 }
66
67 #votesfifty
68 {
69 width: 50%;
70 }
71
72 #voteshundred
73 {
74 width: 100%;
75 }
76
77 #attachments
78 {
79 float: right;
80 width: 49%;
81 }
82
83 /*=====================================================================*\
84 || ###################################################################
85 || # $HeadURL$
86 || # $Id$
87 || ###################################################################
88 \*=====================================================================*/