X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=ae886559972d8d8e22cb31f57ec523ba6d41cb1e;hp=30a78b3a20265ea618dfa2b1b360f3fe32d126cb;hb=af930d6ae442daac011ba1fe34c070238b76f640;hpb=54045459c06468518b9939531e34629eeb085f09;ds=sidebyside diff --git a/stylesheet.css b/stylesheet.css index 30a78b3..ae88655 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -21,14 +21,27 @@ div.form { padding: 2px; background-color: #DDD; border: 1px solid #AAA; + color: #555; } input, select { border: 1px solid #CCC; + color: inherit; + background: white; } button { border: 1px solid #CCC; + color: inherit; +} + +div.form div.buttons { + text-align: center; + padding-bottom: 10px; +} + +div.form div.buttons span { + margin-left: 10px; } div.login { @@ -45,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; +}