Transactions proposals.
This commit is contained in:
parent
ea74cc044f
commit
31025dfd89
2 changed files with 50 additions and 17 deletions
35
css/main.css
35
css/main.css
|
|
@ -187,6 +187,41 @@ body, html{
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-status {
|
||||
text-align: center;
|
||||
font-size: 14;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer {
|
||||
width: 80px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-inactive {
|
||||
color: #4C5B69;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active-check {
|
||||
color: #3FBC9C;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active-x {
|
||||
color: #C0392B;
|
||||
}
|
||||
|
||||
.box-note {
|
||||
text-align: center;
|
||||
clear: both;
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.button-setup a {
|
||||
display: block;
|
||||
padding: 30px 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue