Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / fields.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 legend
22 {
23 background-color: rgb(51, 51, 51);
24 font-weight: bold;
25 font-size: 11px;
26 margin-left: 10px;
27 color: rgb(255, 255, 255);
28 padding: 2px;
29 border: 1px solid rgb(0, 0, 0);
30 }
31
32 legend a
33 {
34 color: rgb(255, 255, 255);
35 }
36
37 fieldset
38 {
39 border-width: 1px 0px 0px 0px;
40 border-color: rgb(0, 0, 0);
41 border-style: solid;
42 padding: 5px;
43 }
44
45 .helplink
46 {
47 border: none;
48 }
49
50 /*=====================================================================*\
51 || ###################################################################
52 || # $HeadURL$
53 || # $Id$
54 || ###################################################################
55 \*=====================================================================*/