Remove clearright class
This element is currently not rendered at all, so avoid adding class for it. Issue #13777 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
01774e6bff
commit
636b22cb06
@ -143,7 +143,7 @@ echo '<div id="openlayersmap" '
|
||||
, ($srid == 0 ? 'class="hide' : '') , '">';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="choice floatright clearright">';
|
||||
echo '<div class="choice floatright">';
|
||||
echo '<input type="checkbox" id="choice" value="useBaseLayer"'
|
||||
, ($srid != 0 ? ' checked="checked"' : '') , '/>';
|
||||
echo '<label for="choice">' , __("Use OpenStreetMaps as Base Layer") , '</label>';
|
||||
|
||||
@ -2501,10 +2501,6 @@ fieldset .disabled-field td {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.clearright {
|
||||
clear:right;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
float: <?php echo $left; ?>;
|
||||
margin-bottom: 1.5em;
|
||||
@ -3643,4 +3639,4 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
/* database_tables */
|
||||
.pmd_tabstyle {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user