15
/* negative margins equal to half of width and half of height centers the element in conjunction with top/left: 50%; */
20
border: 1px solid #d3d3d3;
21
font: normal 1.3em/100% sans-serif;
34
background-color:#353535;
38
border-bottom: 1px solid #d3d3d3;
47
.popup form ul li label {
55
background-color:white;
62
vertical-align: bottom;
64
border: 1px #d3d3d3 solid;
67
.popup input.text:focus {
76
border: 1px #d3d3d3 solid;
79
.popup textarea:focus {
96
display:inline-block !important;
101
border: 1px #ccc solid;
103
background-image: linear-gradient(to top,#f5f5f5,#fff);
106
.popup .popupButton:hover {
112
.popup .popupButton:active {
113
border: 1px #d3d3d3 inset;
116
.popup .popupButton:focus {
121
/* Custom login styling */
134
#login .errorContainer {
156
background: url('../img/loginhint_disabled.png');
165
#login .hint.available {
167
background: url('../img/loginhint.png');
170
#login .hint:active, #login.expanded .hint {
172
background: url('../img/loginhint_active.png');
176
border-top: 1px #ccc solid;
177
margin: 10px -10px -5px;
178
padding: 5px 0 5px 10px;
188
#login #hinttext p.error {
b'\\ No newline at end of file'