r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / templates / fields.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 legend
13 {
14 background-color: rgb(51, 51, 51);
15 font-weight: bold;
16 font-size: 11px;
17 margin-left: 10px;
18 color: rgb(255, 255, 255);
19 padding: 2px;
20 border: 1px solid rgb(0, 0, 0);
21 }
22
23 legend a
24 {
25 color: rgb(255, 255, 255);
26 }
27
28 fieldset
29 {
30 border-width: 1px 0px 0px 0px;
31 border-color: rgb(0, 0, 0);
32 border-style: solid;
33 padding: 5px;
34 }
35
36 .helplink
37 {
38 border: none;
39 }
40
41 /*=====================================================================*\
42 || ###################################################################
43 || # $HeadURL$
44 || # $Id$
45 || ###################################################################
46 \*=====================================================================*/