improving list of transactions for small devices
This commit is contained in:
parent
f3f03af9b2
commit
af6ad8bbd6
3 changed files with 55 additions and 17 deletions
|
|
@ -279,11 +279,11 @@ a:hover {
|
|||
}
|
||||
|
||||
.last-transactions-header {
|
||||
padding: 1rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.last-transactions-footer {
|
||||
padding: 1rem;
|
||||
padding: 0.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -293,6 +293,13 @@ a:hover {
|
|||
background: #CED3DB;
|
||||
}
|
||||
|
||||
table.last-transactions-content {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-status {
|
||||
font-size: 13px;
|
||||
width: 30px;
|
||||
|
|
@ -311,24 +318,27 @@ a:hover {
|
|||
border: 2px solid #7A8C9B;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active {
|
||||
.last-transactions-content .icon-active {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active-check {
|
||||
.last-transactions-content .icon-active-check {
|
||||
background-color: #3FBC9C;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-copayer .icon-active-x {
|
||||
.last-transactions-content .icon-active-x {
|
||||
background-color: #C0392B;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-header .label, .last-transactions-footer .label {
|
||||
.private-message {
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
line-height: 1.2rem;
|
||||
width: 100%;
|
||||
background-color: #008cba;
|
||||
padding: 5px 10px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.input-note {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue