X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=63b5ccf9c5498a93576348a58016b5d90a16eb2b;hp=41c88177ccf9ee8536d5b977585040564577e649;hb=dc9c05526d330f7a5fe74a93115cb1621ab48b68;hpb=cd1a9138ff39728c5d70322d2bc4ff42d3aa9f95 diff --git a/stylesheet.css b/stylesheet.css index 41c8817..63b5ccf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -22,6 +22,7 @@ div.form { background-color: #DDD; border: 1px solid #AAA; color: #555; + overflow: hidden; } div.form p.title { @@ -41,6 +42,11 @@ input, select { background: white; } +textarea { + border: 1px solid #CCC; + font-size: 90%; +} + button { border: 1px solid #CCC; color: inherit; @@ -61,16 +67,20 @@ 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 {