deactivate pledge box, handle nonprofit.is_on better

pull/1/head
Andromeda Yelton 2012-10-09 16:11:57 -04:00
parent 2bea7e89f4
commit 5b1f673a6f
2 changed files with 21 additions and 11 deletions

View File

@ -133,7 +133,7 @@ p {
.modify_notification {
width: 452px;
margin-bottom: 7px;
border: solid 2px #8dc63f;
border: solid 2px #d6dde0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
@ -213,7 +213,6 @@ span.menu-item-price {
border: none;
cursor: default;
}
<<<<<<< HEAD
.fund_options a.fakeinput {
font-size: 19px;
margin: 10px auto;
@ -250,7 +249,6 @@ span.menu-item-price {
color: #6994a3;
}
#authorize {
display: none;
border: 3px solid #d6dde0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
@ -258,22 +256,28 @@ span.menu-item-price {
margin-top: 10px;
padding: 10px;
}
#authorize.off {
display: none;
}
#authorize div.innards input {
font-size: 15px;
line-height: 22.5px;
float: left;
border-width: 1%;
border-width: 2px;
padding: 1% 1%;
margin: 1% 0;
color: #3d4e53;
}
#authorize div.innards input:disabled {
border-color: white;
}
#authorize div.innards label {
width: 23%;
float: left;
line-height: 22.5px;
font-size: 15px;
border: solid white;
border-width: 1% 0;
border-width: 2px 0;
padding: 1% 2% 1% 0;
margin: 1% 0;
}
@ -289,12 +293,11 @@ span.level2.menu.answer {
}
span.level2.menu.answer a {
font-size: 15px;
=======
}
#anonbox {
margin-top: 10px;
background: #edf3f4;
float: left;
width: 48%;
padding: 1%;
>>>>>>> master
}

View File

@ -51,7 +51,7 @@ p {
.modify_notification {
width: 452px;
margin-bottom: 7px;
border: solid 2px @call-to-action;
border: solid 2px @blue-grey;
.one-border-radius(5px);
padding: 7px;
@ -191,7 +191,9 @@ span.menu-item-price {
}
#authorize {
display: none;
&.off {
display: none;
}
border: 3px solid @blue-grey;
.one-border-radius(5px);
@ -203,10 +205,14 @@ span.menu-item-price {
font-size: @font-size-larger;
line-height: @font-size-larger*1.5;
float: left;
border-width: 1%;
border-width: 2px;
padding: 1% 1%;
margin: 1% 0;
color: @text-blue;
&:disabled {
border-color: white;
}
}
label {
@ -215,7 +221,7 @@ span.menu-item-price {
line-height: @font-size-larger*1.5;
font-size: @font-size-larger;
border: solid white;
border-width: 1% 0;
border-width: 2px 0;
padding: 1% 2% 1% 0;
margin: 1% 0;
}
@ -235,6 +241,7 @@ span.level2.menu.answer {
a {
font-size: @font-size-larger;
}
}
#anonbox {
margin-top: 10px;