openethereum/js/packages/dapp-localtx/Transaction/transaction.css

40 lines
422 B
CSS
Raw Normal View History

2016-11-17 10:15:11 +01:00
.from {
white-space: nowrap;
img {
vertical-align: middle;
}
}
.txhash {
display: inline-block;
overflow: hidden;
padding-right: 3ch;
text-overflow: ellipsis;
width: 10ch;
}
2016-11-17 10:15:11 +01:00
.transaction {
td {
padding: 7px 15px;
}
td:first-child {
padding: 7px 0;
}
&.local {
background: #8bc34a;
}
}
.nowrap {
white-space: nowrap;
}
.edit {
label, input {
display: block;
}
}