2015-01-23 13:09:30 +00:00
|
|
|
|
2022-05-24 10:18:44 +00:00
|
|
|
.balance {
|
2022-05-28 00:37:24 +00:00
|
|
|
margin-right: 8px;
|
2022-11-18 03:06:22 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
& > .amount {
|
|
|
|
color: white;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
& > .info {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 17px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
& > .negative {
|
|
|
|
background-color: #EF5350;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 0 .4em #666;
|
|
|
|
}
|
2015-11-26 12:30:04 +00:00
|
|
|
}
|
2022-11-18 03:06:22 +00:00
|
|
|
|
2022-05-24 10:18:44 +00:00
|
|
|
.balance-popup {
|
2015-02-08 15:38:38 +00:00
|
|
|
width: 25em;
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
2022-05-24 10:18:44 +00:00
|
|
|
.balance-grid {
|
2015-01-23 13:09:30 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2015-11-30 16:46:24 +00:00
|
|
|
/* List */
|
|
|
|
|
2022-05-24 10:18:44 +00:00
|
|
|
.orders .htk-list .total {
|
2015-12-10 23:41:55 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2015-11-30 16:46:24 +00:00
|
|
|
|