X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;h=bda32bfa2bd311bf496eecef979cb3aee05fd21a;hb=76ecd6d95520243c1789c330fe51f59cc911c74d;hp=627f8788312486a70fb126eae448cd57b9365207;hpb=949abf0a26e6715c21f8c462c4aed5cf804776a4;p=readifood.git diff --git a/www/style.css b/www/style.css index 627f878..bda32bf 100644 --- a/www/style.css +++ b/www/style.css @@ -16,6 +16,8 @@ } .printonly { } + + #popup { } } @media screen { @@ -93,3 +95,41 @@ 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; +} + +.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; +} +