X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=04c5e6f1e0c14f69bd68b2ab4301350718c196cc;hp=822743dec5b717e39f3236550557726fc3059c31;hb=bb4e532d4bcdb90982d178a2ab9e8b4e93d843e5;hpb=b0b3f03be2c244db6beceb19ace0f8ede9f5e70d diff --git a/stylesheet.css b/stylesheet.css index 822743d..04c5e6f 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -42,6 +42,11 @@ input, select { background: white; } +textarea { + border: 1px solid #CCC; + font-size: 90%; +} + button { border: 1px solid #CCC; color: inherit; @@ -62,12 +67,16 @@ 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;