added changes to theme original

Signed-off-by: Paweł Skokowski <skokowskipawel@icloud.com>
This commit is contained in:
Paweł Skokowski 2017-10-25 12:42:19 +02:00
parent 256bcde099
commit d4a7cef45b
3 changed files with 28 additions and 20 deletions

View File

@ -135,12 +135,12 @@ echo Url::getHiddenInputs();
echo '<!-- Visualization section -->';
echo '<div id="placeholder" '
, ($srid != 0 ? 'class="displaynone' : '') , '">';
, ($srid != 0 ? 'class="hide' : '') , '">';
echo $visualization;
echo '</div>';
echo '<div id="openlayersmap" '
, ($srid == 0 ? 'class="displaynone' : '') , '">';
, ($srid == 0 ? 'class="hide' : '') , '">';
echo '</div>';
echo '<div class="choice floatright clearright">';

View File

@ -2069,6 +2069,13 @@ fieldset .disabled-field td {
border: 1px solid #aaa;
float: <?php echo $right; ?>;
overflow: hidden;
width: 450px;
height: 300px;
}
#openlayersmap{
width: 450px;
height: 300px;
}
.placeholderDrag {
@ -3370,3 +3377,22 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
margin: 4px;
}
}
/* templates/database/designer */
/* side menu */
#name-panel {
overflow:hidden;
}
#page_name {
border:none;
}
#saved_state {
border:none;
}
/* database_tables */
.pmd_tabstyle {
}

View File

@ -2504,9 +2504,6 @@ fieldset .disabled-field td {
.clearright {
clear:right;
}
.displaynone {
display:none;
}
.wrapper {
float: <?php echo $left; ?>;
@ -3629,18 +3626,3 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
width: 95% !important;
}
}
/* templates/database/designer */
/* side menu */
#name-panel {
overflow:hidden;
}
#page_name {
border:none;
}
#saved_state {
border:none;
}
#