forms.css 480 Bytes
.selectIdioma, .selectIdioma option { 
     padding-left: 20px; 
     background-position: 1px center; 
     background-repeat: no-repeat; 
}

.imaxTable .imaxTableRow .form-group > label {
    display: none;
}

.imaxTable .imaxTableRow .form-group > div {
    width: auto;
}

.imaxTable input[name="imaxTableNewRow"], .imaxTable input[name="imaxTableDeleteRow"] {
    padding: 3px 7px;
    font-weight: bold;
}

.imaxTable input[name="imaxTableNewRow"] {
    font-size: 1.3em;
}