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:
Michal Čihař 2017-10-30 09:21:26 +01:00
parent 01774e6bff
commit 636b22cb06
2 changed files with 2 additions and 6 deletions

View File

@ -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>';

View File

@ -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 {
}
}