X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=ba69a11a9a61b48a5fc15f10cfe9f1b3998388c6;hp=ae886559972d8d8e22cb31f57ec523ba6d41cb1e;hb=ede71d86e319419b8ac8dd8f8b3dbcc59bd02449;hpb=af930d6ae442daac011ba1fe34c070238b76f640 diff --git a/stylesheet.css b/stylesheet.css index ae88655..ba69a11 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -17,13 +17,24 @@ div.ricoLG_cell { } div.form { - margin-top: 10px; + margin-top: 0px; padding: 2px; background-color: #DDD; border: 1px solid #AAA; color: #555; } +div.form p#form_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; @@ -37,11 +48,21 @@ button { div.form div.buttons { text-align: center; - padding-bottom: 10px; + padding-top: 10px; + padding-bottom: 5px; +} + +div.form div.buttons button { + padding-left: 1px; + padding-right: 1px; } div.form div.buttons span { - margin-left: 10px; + margin-left: 5px; +} + +span#form_status { + font-size: 80%; } div.login {