X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;h=bfd8bac24863146d11a480e282a3f4d9b0866a0c;hb=9b4dedb96250d89c0d8a818b41e2d3b4d940dac4;hp=932a1e9a10df6f111991b145a09a3af334ec3642;hpb=c330db029c59cfb11746f79e3362821dbfc9942d;p=readifood.git diff --git a/www/style.css b/www/style.css index 932a1e9..bfd8bac 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; @@ -91,3 +91,48 @@ a.delete { .small { font-size: 75%; } + +.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; +} + +.sortdragging { + border-color: black; + border-width: 1px; + border-style: solid; + border-radius: 0.5em; + padding-bottom: 1em; + background: #eeeeee; + opacity: 0.75; +} + +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; +} + +.sortable .delivery:nth-of-type(odd) { + background-color: rgba(0, 80, 0, 20%); +}