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-05-15 00:44:27 +00:00
|
|
|
|
|
|
|
&.premium_level {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
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-05-13 19:23:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modify_notification {
|
|
|
|
width: 452px;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
border: solid 2px @call-to-action;
|
|
|
|
.one-border-radius(5px);
|
|
|
|
padding: 7px;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
2012-05-16 18:29:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cancel_notice {
|
|
|
|
width: 470px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-top: 10px;
|
2012-02-15 16:09:34 +00:00
|
|
|
}
|