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
|
|
|
}
|
|
|
|
|
2012-03-26 19:26:47 +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;
|
|
|
|
}
|
2012-02-15 16:09:34 +00:00
|
|
|
|
|
|
|
ul.support li, ul.support li:hover {
|
|
|
|
background-image: none;
|
2012-03-28 16:50:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 7px auto;
|
2012-05-01 13:56:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.jsmodule.pledge {
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
.jsmod-content {
|
|
|
|
float: right !important;
|
|
|
|
}
|
2012-02-15 16:09:34 +00:00
|
|
|
}
|