X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;h=79f7f55df6429e6504a374cb976ad9baa2915a66;hb=refs%2Ftags%2Fuat-2013-11-07;hp=203ea507e462e5edf3c30184bba5b98c0b2d1bfe;hpb=46b1088ec3f691835716b9deedea3aae8afc59ad;p=readifood.git diff --git a/www/style.css b/www/style.css index 203ea50..79f7f55 100644 --- a/www/style.css +++ b/www/style.css @@ -16,6 +16,8 @@ } .printonly { } + + #popup { } } @media screen { @@ -63,8 +65,6 @@ } } -} - .history { background: #eeeeee; border-radius: 0.5em; @@ -95,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; +}