X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=ae886559972d8d8e22cb31f57ec523ba6d41cb1e;hp=b0246171d46431f1a91c1157e15a2f85fdf98ecc;hb=a8acfd92241470b30b5d73187ca42bf9e7ae586e;hpb=b1121ea91cc7e2343003fb5aed9e8164a04f01e1 diff --git a/stylesheet.css b/stylesheet.css index b024617..ae88655 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -58,3 +58,20 @@ table.login { position: relative; top: 290px; } + +span.status_ok { + color: green; +} + +span.status_error { + color: red; +} + +div#details ul { + padding: 0; + margin: 0; +} + +div#details li { + list-style-type: none; +}