Fixes transactions and send pages
This commit is contained in:
parent
d7adc854c9
commit
5921a1f1ae
4 changed files with 155 additions and 145 deletions
10
css/main.css
10
css/main.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue