2010-07-06 05:25:51 +00:00
|
|
|
|
|
|
|
.block {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
#password-strength-text {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
fieldset legend {
|
|
|
|
left: -8px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#footer-wrapper #footer .block {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2010-11-29 05:01:37 +00:00
|
|
|
.comment .attribution {
|
2011-01-04 02:59:37 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2010-11-29 05:01:37 +00:00
|
|
|
float: left; /* LTR */
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2011-01-04 02:59:37 +00:00
|
|
|
.comment .comment-text {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
2010-11-29 05:01:37 +00:00
|
|
|
}
|
2010-09-02 20:43:18 +00:00
|
|
|
#search-block-form input.form-submit,
|
|
|
|
#search-form input.form-submit {
|
|
|
|
text-transform: capitalize; /* Trigger text indent. */
|
|
|
|
height: 26px;
|
|
|
|
}
|
2010-10-01 07:05:22 +00:00
|
|
|
.meta {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2010-10-05 01:48:11 +00:00
|
|
|
.region-header .form-required {
|
|
|
|
color: #eee;
|
|
|
|
}
|
2010-10-02 23:56:29 +00:00
|
|
|
#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;
|
|
|
|
}
|
2010-10-08 03:36:03 +00:00
|
|
|
.contact-form #edit-message {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
.contact-form .resizable-textarea .grippie {
|
|
|
|
width: 76.3%;
|
|
|
|
}
|
2010-11-23 05:55:46 +00:00
|
|
|
#footer li {
|
|
|
|
float: left; /* LTR */
|
|
|
|
}
|
|
|
|
#footer-wrapper {
|
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
#footer-wrapper a {
|
|
|
|
color: #fcfcfc;
|
2010-12-14 02:50:24 +00:00
|
|
|
}
|
2010-11-23 05:55:46 +00:00
|
|
|
#footer-wrapper a:hover,
|
|
|
|
#footer-wrapper a:focus {
|
|
|
|
color: #fefefe;
|
|
|
|
}
|
2010-12-02 23:54:56 +00:00
|
|
|
.node-teaser {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|