0
1
Fork 0
hedera-web-mindshore/web/forms/ecomerce/orders/style.css

80 lines
865 B
CSS
Raw Normal View History

2015-03-06 23:33:54 +00:00
.orders
{
2015-01-31 01:05:12 +00:00
padding: 1em;
}
2015-03-06 23:33:54 +00:00
.orders .box
2015-01-31 01:05:12 +00:00
{
2015-07-03 05:49:45 +00:00
max-width: 45em;
}
.orders .box .header,
.balance-grid > thead > tr
{
background-color: #3F51B6;
}
2015-03-09 08:36:54 +00:00
.orders .htk-grid tbody tr
2015-02-08 15:38:38 +00:00
{
height: 5em;
}
2015-02-01 03:21:54 +00:00
/* Info box */
2015-03-06 23:33:54 +00:00
.orders .info
{
2015-02-01 03:21:54 +00:00
padding: 0.4em;
background-color: #FFC;
2015-02-01 03:21:54 +00:00
border-radius: 0.1em;
}
2015-03-06 23:33:54 +00:00
.orders .info > img
{
vertical-align: middle;
2015-02-01 03:21:54 +00:00
margin: 0.7em;
height: 1.5em;
}
2015-01-31 01:05:12 +00:00
2015-02-01 03:21:54 +00:00
/* Buttons */
2015-03-06 23:33:54 +00:00
.orders td.hide
{
display: none;
}
/* Balance */
.balance
{
margin-top: 1.2em;
margin-right: .5em;
}
.balance > *
{
2015-02-08 15:38:38 +00:00
vertical-align: middle;
}
.balance > .amount
2015-02-08 15:38:38 +00:00
{
color: white;
2015-02-18 16:11:25 +00:00
padding: 0.3em;
}
.balance > .info
2015-07-03 05:49:45 +00:00
{
display: inline;
cursor: pointer;
height: 1.2em;
2015-07-03 05:49:45 +00:00
cursor: pointer;
}
.balance > .negative
2015-02-18 16:11:25 +00:00
{
2015-03-06 23:33:54 +00:00
background-color: #EF5350;
2015-02-18 16:11:25 +00:00
border-radius: 0.1em;
box-shadow: 0 0 0.4em #666;
2015-02-08 15:38:38 +00:00
}
.balance-popup
{
2015-02-08 15:38:38 +00:00
width: 25em;
}
.balance-grid
{
width: 100%;
margin: auto;
}