Improve look&feel of tx list.

This commit is contained in:
Gustavo Cortez 2014-04-20 19:08:04 -03:00
commit 9ab4e2e6d8
2 changed files with 78 additions and 23 deletions

View file

@ -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;
}