regluit/static/less/pledge.less

34 lines
494 B
Plaintext
Raw Normal View History

2012-02-15 16:03:58 +00:00
@import "variables.less";
#content-block .jsmod-content, .book-detail {
float: left;
width: auto;
}
#pledgesubmit {
float: right;
font-size: 17px;
margin: 10px;
cursor: pointer;
}
.pledge_amount {
margin: auto auto 10px 10px;
font-size: 17px;
}
form.pledgeform {
2012-02-15 16:03:58 +00:00
margin-top: 10px;
padding-top: 10px;
border-top: solid 2px @blue-grey;
}
#id_preapproval_amount {
width: 50%;
line-height: 30px;
font-size: 16px;
}
ul.support li, ul.support li:hover {
background-image: none;
}