rt 4.2.13 ticket#13852
[freeside.git] / rt / share / static / css / rudder / forms.css
1 /* These override the base titlebox rules in base/forms.css. They try not to
2    duplicate properties. */
3
4 div.results .titlebox,
5 div.error-titlebox {
6     border: none;
7     background: none;
8     font-weight: bold;
9 }
10
11 div.results .titlebox-content {
12     border: 1px solid #aa9;
13     border-bottom: 2px solid #990;
14     border-right: 2px solid #990;
15     background: #ffc;
16 }
17
18 div.results .titlebox-title .left {
19     border: solid #aa9;
20     border-width: 1px 1px 0 1px;
21 }
22
23 div.error-titlebox .titlebox-title span.left {
24     border: none;
25     border-right: 2px solid #b00;
26     margin-left: 0;
27     padding-left: 2.3em;
28     background-color: #f00;
29     color: #fff;
30 }
31
32 div.error-titlebox .titlebox-content {
33     background-color: #fcc;
34     padding: 1em;
35 }
36
37 div#body>div.error {
38     background-color: #fcc;
39     padding: 1em;
40 }
41
42 div.error .titlebox-title .widget a {
43     background-position: center -7px
44 }
45
46 .button,
47 input[type=reset],
48 input[type=submit],
49 input[class=button],
50 button,
51 input,
52 select { font-size: 1.0em }
53
54 .button,
55 .button:visited,
56 input[type=reset],
57 input[type=submit],
58 input[class=button],
59 button {
60     color: #fff;
61     background: #4868b3;
62     border: 1px solid #fff;
63     padding: 0.5em;
64 }
65
66 .button:focus,
67 input.button:focus,
68 button:focus,
69 input[type=reset]:focus,
70 input[type=submit]:focus,
71 input[class=button]:focus,
72 .button:hover,
73 input.button:hover,
74 button:hover,
75 input[type=reset]:hover,
76 input[type=submit]:hover,
77 input[class=button]:hover {
78     background: #3D5B9D
79 }
80
81 .button:active,
82 input.button:active,
83 button:active,
84 input[type=reset]:active,
85 input[type=submit]:active,
86 input[class=button]:active {
87     background: #1D3B7D
88 }
89
90 .button,
91 input[type=reset],
92 input[type=submit],
93 input[class=button],
94 button {
95     -moz-border-radius: 3px;
96     -webkit-border-radius: 3px;
97     border-radius: 3px;
98     padding-left: 0.75em;
99     padding-right: 0.75em;
100 }
101
102 .value {
103     font-size: 1em
104 }