mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
219 B
15 lines
219 B
13 years ago
|
form .aligned label {
|
||
|
float: none;
|
||
|
width: 100%;
|
||
|
}
|
||
|
form .aligned ul {
|
||
|
margin-left: 0px;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
form .aligned ul li {
|
||
|
list-style: none;
|
||
|
}
|
||
|
form .form-row.data_visita_inicio {
|
||
|
float: left;
|
||
|
}
|