X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;h=79f7f55df6429e6504a374cb976ad9baa2915a66;hb=fccd91bbd28b197569d44f303caf6f997413af7e;hp=627f8788312486a70fb126eae448cd57b9365207;hpb=949abf0a26e6715c21f8c462c4aed5cf804776a4;p=readifood.git diff --git a/www/style.css b/www/style.css index 627f878..79f7f55 100644 --- a/www/style.css +++ b/www/style.css @@ -16,6 +16,8 @@ } .printonly { } + + #popup { } } @media screen { @@ -93,3 +95,16 @@ a.delete { .smaller { font-size: 25%; } + +table.report > * > tr > td { + padding-right: 0.25em; +} + +#popup { + display: none; + position: absolute; + z-index: 10; + width: 500px; + height: 375px; + background: #eeeeee; +}