0
1
Fork 0
hedera-web-mindshore/reports/delivery-note/style.css

27 lines
303 B
CSS
Raw Normal View History

2017-03-30 11:44:53 +00:00
.report .sheet
2015-11-19 13:57:23 +00:00
{
height: auto;
}
2017-03-30 11:44:53 +00:00
.report h2
2015-11-19 13:57:23 +00:00
{
2017-03-30 11:44:53 +00:00
margin-bottom: .8em;
font-weight: bold;
2015-11-19 13:57:23 +00:00
}
2017-03-30 11:44:53 +00:00
.report .header
2015-11-19 13:57:23 +00:00
{
margin-bottom: 2em;
2015-11-19 13:57:23 +00:00
}
2017-03-30 11:44:53 +00:00
.report .header > p
2015-11-19 13:57:23 +00:00
{
text-align: right;
margin: .1em 0;
2015-11-19 13:57:23 +00:00
}
2017-03-30 11:44:53 +00:00
.report .footer
2015-11-19 13:57:23 +00:00
{
font-weight: bold;
border-top: 1px solid #333;
padding-top: .3em;
text-align: right;
2015-11-19 13:57:23 +00:00
}