X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=d59740112afda19509425bb0bb81745d23ec0a35;hp=543605c0fbf38e609866cb63fe8f1c50855b3334;hb=7a9501fb3e2a00803180f6f5deeb25d9022aabf9;hpb=b08febf8da6e4d9eb30097f041375e852bba02ea diff --git a/stylesheet.css b/stylesheet.css index 543605c..d597401 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; @@ -75,7 +80,7 @@ div.login { background-repeat: no-repeat; background-position: center center; margin: -15px; - height: 600px; + height: 800px; } table.login { @@ -93,6 +98,10 @@ span.status_error { color: red; } +div#details { + color: #424242; +} + div#details ul { padding: 0; margin: 0;