Improve look&feel of tx list.
This commit is contained in:
parent
37e2cc8cb4
commit
9ab4e2e6d8
2 changed files with 78 additions and 23 deletions
19
css/main.css
19
css/main.css
|
|
@ -92,6 +92,7 @@ body {
|
|||
|
||||
.transactions .panel {
|
||||
background: #ECECEC;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.transactions .panel.pending {
|
||||
|
|
@ -99,6 +100,24 @@ body {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.pending .txheader {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.pending .txbottom {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.pending table {
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.home .panel:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue