regluit/static/less/pledge.less

75 lines
972 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;
}
2012-05-21 18:06:48 +00:00
input[type="submit"] {
2012-02-15 16:03:58 +00:00
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
}
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;
}
}
.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;
}
}
.cancel_notice {
width: 470px;
padding: 5px;
margin-top: 10px;
2012-05-21 18:06:48 +00:00
}
#fakepledgesubmit {
background-color: @alert;
cursor: pointer;
font-weight: bold;
font-size: 17px;
display: none;
}