X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=d59740112afda19509425bb0bb81745d23ec0a35;hp=4d30c6a0fc76ff746729e7112ed6bdb79b7d1119;hb=7a9501fb3e2a00803180f6f5deeb25d9022aabf9;hpb=c8586665334c54c5fc70b1e63b117259d7a2ddc7 diff --git a/stylesheet.css b/stylesheet.css index 4d30c6a..d597401 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -17,11 +17,23 @@ 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 { @@ -30,6 +42,11 @@ input, select { background: white; } +textarea { + border: 1px solid #CCC; + font-size: 90%; +} + button { border: 1px solid #CCC; color: inherit; @@ -37,19 +54,33 @@ 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; +} + +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 { @@ -66,3 +97,16 @@ span.status_ok { span.status_error { color: red; } + +div#details { + color: #424242; +} + +div#details ul { + padding: 0; + margin: 0; +} + +div#details li { + list-style-type: none; +}