2014-09-06 01:13:12 +02:00
|
|
|
fieldset {
|
|
|
|
border: none;
|
2014-09-19 13:29:22 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#DocumentationAdvancedSearchForm_AdvancedSearchForm_q {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#DocumentationAdvancedSearchForm_AdvancedSearchForm #q {
|
|
|
|
width: 55%;
|
|
|
|
padding-right: 2%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#DocumentationAdvancedSearchForm_AdvancedSearchForm #Entities {
|
|
|
|
width: 25%;
|
|
|
|
padding-right: 2%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#DocumentationAdvancedSearchForm_AdvancedSearchForm #Versions {
|
|
|
|
width: 20%;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionset ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.optionset li {
|
|
|
|
list-style: none;
|
2014-09-06 01:13:12 +02:00
|
|
|
}
|