X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=www%2Fstyle.css;fp=www%2Fstyle.css;h=79f7f55df6429e6504a374cb976ad9baa2915a66;hb=fccd91bbd28b197569d44f303caf6f997413af7e;hp=84af4f4e4e4e85037aa05e58c65e4b5a94e254de;hpb=3d5b79f8ac44a4964253d7d6d4d251db03498ce5;p=readifood.git diff --git a/www/style.css b/www/style.css index 84af4f4..79f7f55 100644 --- a/www/style.css +++ b/www/style.css @@ -16,6 +16,8 @@ } .printonly { } + + #popup { } } @media screen { @@ -97,3 +99,12 @@ a.delete { table.report > * > tr > td { padding-right: 0.25em; } + +#popup { + display: none; + position: absolute; + z-index: 10; + width: 500px; + height: 375px; + background: #eeeeee; +}