]> git.uio.no Git - usit-rt.git/blob - share/static/css/rudder/forms.css
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / 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 div.error {
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-title span.left {
24     border: none;
25     border-right: 2px solid #b00;
26 }
27
28 div.error .titlebox-content,
29 div#body>div.error {
30     background-color: #fcc;
31     padding: 1em;
32 }
33
34 div.error .titlebox-title .widget a {
35     background-position: center -7px
36 }
37
38 input[type=reset],
39 input[type=submit],
40 input[class=button],
41 button,
42 input,
43 select {
44     font-size: 1.0em;
45     -moz-border-radius: 0;
46     -webkit-border-radius: 0;
47     border-radius: 0;
48 }
49
50 input[type=reset],
51 input[type=submit],
52 input[class=button],
53 button {
54     color: #fff;
55     background: #4868b3;
56     border: 1px solid #fff;
57     padding: 0.5em;
58 }
59
60 input.button:focus,
61 button:focus,
62 input[type=reset]:focus,
63 input[type=submit]:focus,
64 input[class=button]:focus,
65 input.button:hover,
66 button:hover,
67 input[type=reset]:hover,
68 input[type=submit]:hover,
69 input[class=button]:hover {
70     background: #3D5B9D
71 }
72
73 input.button:active,
74 button:active,
75 input[type=reset]:active,
76 input[type=submit]:active,
77 input[class=button]:active {
78     background: #1D3B7D
79 }
80
81 input[type=reset],
82 input[type=submit],
83 input[class=button],
84 button {
85     -moz-border-radius: 3px;
86     -webkit-border-radius: 3px;
87     border-radius: 3px;
88     padding-left: 0.75em;
89     padding-right: 0.75em;
90 }
91
92 .value {
93     font-size: 1em
94 }