summaryrefslogtreecommitdiff
path: root/rt/share/static/css/rudder/forms.css
blob: a10da2b6bb74c94c3b209e6c477f15902435e913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* These override the base titlebox rules in base/forms.css. They try not to
   duplicate properties. */

div.results .titlebox,
div.error-titlebox {
    border: none;
    background: none;
    font-weight: bold;
}

div.results .titlebox-content {
    border: 1px solid #aa9;
    border-bottom: 2px solid #990;
    border-right: 2px solid #990;
    background: #ffc;
}

div.results .titlebox-title .left {
    border: solid #aa9;
    border-width: 1px 1px 0 1px;
}

div.error-titlebox .titlebox-title span.left {
    border: none;
    border-right: 2px solid #b00;
    margin-left: 0;
    padding-left: 2.3em;
    background-color: #f00;
    color: #fff;
}

div.error-titlebox .titlebox-content {
    background-color: #fcc;
    padding: 1em;
}

div#body>div.error {
    background-color: #fcc;
    padding: 1em;
}

div.error .titlebox-title .widget a {
    background-position: center -7px
}

.button,
input[type=reset],
input[type=submit],
input[class=button],
button,
input,
select { font-size: 1.0em }

.button,
.button:visited,
input[type=reset],
input[type=submit],
input[class=button],
button {
    color: #fff;
    background: #4868b3;
    border: 1px solid #fff;
    padding: 0.5em;
}

.button:focus,
input.button:focus,
button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[class=button]:focus,
.button:hover,
input.button:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[class=button]:hover {
    background: #3D5B9D
}

.button:active,
input.button:active,
button:active,
input[type=reset]:active,
input[type=submit]:active,
input[class=button]:active {
    background: #1D3B7D
}

.button,
input[type=reset],
input[type=submit],
input[class=button],
button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.value {
    font-size: 1em
}