30 lines
561 B
CSS
30 lines
561 B
CSS
/* $Id$ */
|
|
|
|
.block {
|
|
zoom: 1;
|
|
}
|
|
#password-strength-text {
|
|
margin-top: 0;
|
|
}
|
|
fieldset legend {
|
|
left: -8px;
|
|
padding: 0;
|
|
}
|
|
#footer-wrapper #footer .block {
|
|
height: 100%;
|
|
}
|
|
#search-block-form input.form-submit,
|
|
#search-form input.form-submit {
|
|
text-transform: capitalize; /* Trigger text indent. */
|
|
height: 26px;
|
|
}
|
|
.meta {
|
|
margin-bottom: 10px;
|
|
}
|
|
#search-block-form input.form-submit:hover,
|
|
#search-block-form input.form-submit:focus,
|
|
#search-form input.form-submit:hover,
|
|
#search-form input.form-submit:focus {
|
|
background-position: center -25px;
|
|
}
|