X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;h=96c3cdafc7879ea5bd6ca416e340f61be1fe2bbb;hb=7e79094af6491632cec5287d4a0471ab4d227726;hp=84af4f4e4e4e85037aa05e58c65e4b5a94e254de;hpb=b0347297ea5b4b7a8a4a5c2124c074b53539da6c;p=readifood.git diff --git a/www/style.css b/www/style.css index 84af4f4..96c3cda 100644 --- a/www/style.css +++ b/www/style.css @@ -16,6 +16,8 @@ } .printonly { } + + #popup { } } @media screen { @@ -97,3 +99,36 @@ a.delete { table.report > * > tr > td { padding-right: 0.25em; } + +#popup { + display: none; + position: absolute; + z-index: 10; + width: 500px; + height: 375px; + background: #eeeeee; +} + +.sortdragging { + border-color: black; + border-width: 1px; + border-style: solid; + border-radius: 0.5em; + padding-bottom: 1em; + background: #eeeeee; +} + +span.sortdragging hr { + display: none; +} + +.sortplaceholder { + border-color: black; + border-width: 1px; + border-style: dotted; + border-radius: 0.5em; + background: #ffffee; + height: 2em; + position: absolute; +} +