przewiń do treści

Zend Framework od podstaw

Włodzimierz Gajda

dt {
    float: left;
    width: 280px;
    background: #f3f3f3;
    clear: both;
    margin-top: 30px;
    margin-right: 0;
}
dd {
    margin-left: 0;
    float: left;
    width: 515px;
    margin-top: 30px;
}

dd input {
    width: 480px;
    text-align:left;
    border: 1px solid #949494;
}

dd input[type="checkbox"] {
    width: 20px;
    text-align:left;
    border: 1px solid black;
}

form {
    margin-bottom: 50px;
}

.czyszczenie {
    clear: both;
}

#submit-label {
    background: white;
}

#submit {
    width: 100px;
    text-align: center;
    font-weight: bold;
}

.errors {
    color: red;
}

Listing 30.18. Style CSS formatujące wygląd formularza

Rozdział 30. Walidatory i filtry

listing-30-18.txt