regluit/static/less/pledge.less

45 lines
559 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 {
2012-05-01 13:56:19 +00:00
padding: 10px;
2012-02-15 16:03:58 +00:00
font-size: 17px;
2012-05-01 13:56:19 +00:00
background: @pale-blue;
2012-02-15 16:03:58 +00:00
}
form.pledgeform {
2012-05-01 13:56:19 +00:00
width: 470px;
2012-02-15 16:03:58 +00:00
}
#id_preapproval_amount {
width: 50%;
line-height: 30px;
font-size: 16px;
}
ul.support li, ul.support li:hover {
background-image: none;
}
p {
margin: 7px auto;
2012-05-01 13:56:19 +00:00
}
.jsmodule.pledge {
margin: auto;
.jsmod-content {
float: right !important;
}
}