X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=63b5ccf9c5498a93576348a58016b5d90a16eb2b;hp=30a78b3a20265ea618dfa2b1b360f3fe32d126cb;hb=dc9c05526d330f7a5fe74a93115cb1621ab48b68;hpb=54045459c06468518b9939531e34629eeb085f09 diff --git a/stylesheet.css b/stylesheet.css index 30a78b3..63b5ccf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -17,26 +17,70 @@ div.ricoLG_cell { } div.form { - margin-top: 10px; + margin-top: 0px; padding: 2px; background-color: #DDD; border: 1px solid #AAA; + color: #555; + overflow: hidden; +} + +div.form p.title { + padding: 0; + padding-left: 2px; + padding-bottom: 3px; + margin: -2px; + margin-bottom: 3px; + font-weight: bold; + color: #444; + background: #CCC; } input, select { border: 1px solid #CCC; + color: inherit; + background: white; +} + +textarea { + border: 1px solid #CCC; + font-size: 90%; } button { border: 1px solid #CCC; + color: inherit; +} + +div.form div.buttons { + text-align: center; + padding-top: 10px; + padding-bottom: 5px; +} + +div.form div.buttons button { + padding-left: 1px; + padding-right: 1px; +} + +div.form div.buttons span { + margin-left: 5px; +} + +div.form img.calendar { + margin-bottom: -6px; +} + +span#form_status { + font-size: 80%; } div.login { - background-image: url('lib/login.jpg'); + background-image: url('images/login.jpg'); background-repeat: no-repeat; background-position: center center; margin: -15px; - height: 600px; + height: 800px; } table.login { @@ -45,3 +89,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; +}