X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fstyle.css;fp=www%2Fstyle.css;h=96c3cdafc7879ea5bd6ca416e340f61be1fe2bbb;hb=f181270af10ecded4b40d9ad3f838216835eb5f4;hp=79f7f55df6429e6504a374cb976ad9baa2915a66;hpb=e2ec797398326b88782988d0b9719e21c278a584;p=readifood.git diff --git a/www/style.css b/www/style.css index 79f7f55..96c3cda 100644 --- a/www/style.css +++ b/www/style.css @@ -108,3 +108,27 @@ table.report > * > tr > td { 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; +} +