Fixes transactions and send pages

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 11:27:10 -03:00
commit 5921a1f1ae
4 changed files with 155 additions and 145 deletions

View file

@ -251,7 +251,7 @@ a:hover {
margin-bottom: 1rem;
}
.box-note {
.send-note {
font-style: italic;
color: gray;
background-color: #EDEDF5;
@ -259,6 +259,14 @@ a:hover {
width: 400px;
}
.box-note {
text-align: center;
clear: both;
font-style: italic;
color: gray;
margin-bottom: 10px;
}
.button-setup a {
display: block;
padding: 20px 30px;