source: t29-www/shared/css-v6/pagestyles/anmeldung.css @ 411

Last change on this file since 411 was 411, checked in by sven, 11 years ago

Terminanmeldung: Weiterer Bugfix im Programm, Designfix.

File size: 578 bytes
Line 
1/* Anmeldebox */
2
3
4#anmeldung  h4 { margin-top: 0; }
5
6#anmeldung  dl dt {
7        float: left; clear: left;
8        width: 180px;
9        text-align: right; font-weight: bold;
10        margin-top: 0;
11}
12
13#anmeldung dl dd {
14        margin: 0 0 0 200px;
15        padding: 0 0 0.5em 0;
16        text-align: left;
17}
18
19#anmeldung input[type=submit] {
20    color: green;
21    font-weight: bold;
22    padding: 9px;
23}
24
25#anmeldung input[type=text],
26#anmeldung input[type=email],
27#anmeldung textarea {
28        width: 70%;
29}
30
31#anmeldung textarea {
32        min-height: 4em;
33}
34
35#recaptcha_area {
36        margin: 10px 0;
37}
38
39#recaptcha_table {
40        background-color: white;
41}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License