X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=stylesheet.css;h=30a78b3a20265ea618dfa2b1b360f3fe32d126cb;hp=c599d615956a96bcc65717e83bfb97660a51cf42;hb=54045459c06468518b9939531e34629eeb085f09;hpb=92d9732c6cb64bceefb375be8187efe228476564 diff --git a/stylesheet.css b/stylesheet.css index c599d61..30a78b3 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -23,10 +23,25 @@ div.form { border: 1px solid #AAA; } -div.form input { - border: 1px solid #AAA; +input, select { + border: 1px solid #CCC; } -div.form button { - border: 1px solid #AAA; +button { + border: 1px solid #CCC; +} + +div.login { + background-image: url('lib/login.jpg'); + background-repeat: no-repeat; + background-position: center center; + margin: -15px; + height: 600px; +} + +table.login { + border: 1px solid #7b7b7b; + background: #f7f7f7; + position: relative; + top: 290px; }