kt-login.css
3.26 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
body {
font-family: sans-serif;
font-size: small;
margin-top: 8em;
text-align: center;
background: #fefefe url(../graphics/loginbg.png) top left repeat-x;
}
label {
font-weight: bold;
display: block;
margin: 0.5em 0;
}
#loginbox_outer {
position: relative;
padding: 1em;
border: 1px solid #B7B7B7;
width: 280px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}
#loginbox_outer.hasDisclaimer {
width: 580px;
}
#loginbox {
text-align: left;
margin: 0 10px;
/* background: white url(../graphics/ktbg.png) bottom left no-repeat;*/
}
#loginbox_skin {
text-align: left;
margin: 0 10px;
background: white url(../powered-by-kt.png) bottom right no-repeat;
}
#loginbox.hasDisclaimer {
/* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/
}
#loginbox_skin.hasDisclaimer {
/* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/
}
#formbox {
border: 0;
padding: 0;
margin: 0;
width: 252px;
float: left;
}
#loginbox.hasDisclaimer #formbox {
padding-right: 20px;
border-right: 1px solid #eee;
}
#loginbox_skin.hasDisclaimer #formbox {
padding-right: 20px;
border-right: 1px solid #eee;
}
#disclaimerbox {
width: 252px;
float: left;
padding-left: 0px;
border-left: 1px solid #eee;
margin-left: -1px;
overflow: auto;
}
#disclaimerbox p {
margin-top: 0;
margin-left: 5px;
margin-bottom: 1em;
}
input {
border: 1px solid #666;
width: 250px;
}
select {
border: 1px solid #666;
margin: 0;
width: 252px;
}
.logoimage {
}
.form_actions {
margin: 1em 0 0 0;
padding: 1em 0 0 0;
border-top: 0px solid #eee;
border-width: 1px 0 0 0;
text-align: right;
}
#loginbox.hasDisclaimer .form_actions {
padding: 1em 0 6em 0;
border-width: 0 0 0 0;
}
.form_actions input {
width: auto;
}
.descriptiveText
{
margin-top: 5px;
color: #666;
clear: both;
}
.descriptiveText.version
{
font-size: x-small;
}
#bottomspacer {
height: 0px;
}
/* block level. */
.ktErrorMessage {
background-color: #ffdd80;
border: 1px solid #FFC21E;
margin: 20px auto;
}
.ktErrorMessage span {
margin-left: 0px;
padding-left: 25px;
background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat;
}
.floatClear
{
clear: both;
height: 1px !important;
margin: 0; border: 0; padding: 0;
width: 1px;
}
.communityLabel
{
color: #919192;
}