kt-login.css
1.47 KB
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
body {
font-family: sans-serif;
font-size: small;
margin-top: 8em;
text-align: center;
background: #f3f3f3 url(../graphics/loginbg.png) top left repeat-x;
}
label {
font-weight: bold;
display: block;
margin: 0.5em 0;
}
#loginbox {
padding: 1em;
width: 252px;
border: 1px solid #888;
margin-left: auto;
margin-right: auto;
text-align: left;
background: white url(../graphics/ktbg.png) bottom right no-repeat;
}
input {
border: 1px solid #666;
width: 252px;
}
select {
border: 1px solid #666;
width: 252px;
}
.logoimage {
margin-bottom: 2em;
}
.form_actions {
margin-top: 1em;
padding-top: 1em;
border-top: 0px solid #eee;
text-align: right;
}
.form_actions input {
width: auto;
}
.descriptiveText
{
color: #666;
}
.descriptiveText.version
{
font-size: x-small;
}
/* block level. */
.ktError
{
padding: 0 1em;
border: 1px solid #ffc21e;
margin: 0.5em 0;
background: #ffdd80;
}
.ktError p {
padding-left: 25px;
background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat;
}