Doc
This commit is contained in:
parent
5534284d9b
commit
b8764c4804
@ -128,22 +128,20 @@ top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
|
|||||||
<link rel="stylesheet" href="css/pos.css.php?a=xxx">
|
<link rel="stylesheet" href="css/pos.css.php?a=xxx">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.tablediv{
|
div.tablediv{
|
||||||
background-image:url(img/table.gif);
|
background-image:url(img/table.gif);
|
||||||
-moz-background-size:100% 100%;
|
-moz-background-size:100% 100%;
|
||||||
-webkit-background-size:100% 100%;
|
-webkit-background-size:100% 100%;
|
||||||
background-size:100% 100%;
|
background-size:100% 100%;
|
||||||
height:10%;
|
height:10%;
|
||||||
width:10%;
|
width:10%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size:300%;
|
font-size:300%;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Color when a table has a pending order/invoice */
|
||||||
div.red{
|
div.red{
|
||||||
color:red;
|
color:red;
|
||||||
}
|
|
||||||
html, body
|
|
||||||
{
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user