Remove some inline styles

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-08-30 02:49:00 -03:00
parent d063a1cf19
commit 2ef6c9aec2
6 changed files with 26 additions and 5 deletions

View File

@ -306,7 +306,7 @@ if (@file_exists('setup/index.php') && ! @file_exists(CONFIG_FILE)) {
<form class="group-cnt prefs-form disableAjax" name="prefs_export"
action="prefs_manage.php" method="post">
<?php echo Url::getHiddenInputs(); ?>
<div style="padding-bottom:0.5em">
<div>
<input type="radio" id="export_text_file" name="export_type"
value="text_file" checked="checked" />
<label for="export_text_file">

View File

@ -32,8 +32,7 @@
{% if cfg_relation['centralcolumnswork']
and not (column_meta['column_status'] is defined
and not column_meta['column_status']['isEditable']) %}
<p style="font-size:80%;margin:5px 2px"
id="central_columns_{{ column_number }}_{{ ci - ci_offset }}">
<p class="column_name" id="central_columns_{{ column_number }}_{{ ci - ci_offset }}">
<a data-maxrows="{{ max_rows }}"
href="#"
class="central_columns_dialog">

View File

@ -3,4 +3,4 @@
<input type="checkbox" id="{{ form_name }}_checkall" class="checkall_box"
title="{% trans 'Check all' %}" />
<label for="{{ form_name }}_checkall">{% trans 'Check all' %}</label>
<i style="margin-left: 2em">{% trans 'With selected:' %}</i>
<em class="with-selected">{% trans 'With selected:' %}</em>

View File

@ -951,6 +951,9 @@ td .icon {
margin-<?php echo $right; ?>: .3em;
margin-<?php echo $left; ?>: .6em;
}
.with-selected {
margin-<?php echo $left; ?>: 2em;
}
/* message boxes: error, confirmation */
#pma_errors, #pma_demo, #pma_footer {
@ -1057,6 +1060,11 @@ fieldset.confirmation legend
/* end messageboxes */
.column_name {
font-size: 80%;
margin: 5px 2px;
}
.new_central_col{
width: 100%;
}
@ -3963,4 +3971,4 @@ body .ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
body .ui-dialog .ui-dialog-buttonpane button.ui-state-active {
background-color: #333;
border: 1px solid #333;
}
}

View File

@ -423,6 +423,9 @@ td .icon {
margin-<?php echo $right; ?>: 0.3em;
margin-<?php echo $left; ?>: 0.6em;
}
.with-selected {
margin-<?php echo $left; ?>: 2em;
}
/* message boxes: error, confirmation */
#pma_errors, #pma_demo, #pma_footer {
@ -664,6 +667,10 @@ form.login label {
.column_attribute {
font-size: 70%;
}
.column_name {
font-size: 80%;
margin: 5px 2px;
}
.cfg_dbg_demo{
margin: 0.5em 1em 0.5em 1em;

View File

@ -719,6 +719,9 @@ td .icon {
margin-<?php echo $right; ?>: .3em;
margin-<?php echo $left; ?>: .6em;
}
.with-selected {
margin-<?php echo $left; ?>: 2em;
}
/* message boxes: error, confirmation */
#pma_errors, #pma_demo, #pma_footer {
@ -951,6 +954,10 @@ form.login select {
.column_attribute {
font-size: 70%;
}
.column_name {
font-size: 80%;
margin: 5px 2px;
}
.cfg_dbg_demo{
margin: 0.5em 1em 0.5em 1em;