Bolded the labels in the editor for Routines, Triggers and Events
This commit is contained in:
parent
a2751ee65b
commit
8e8a5e54f0
@ -1328,7 +1328,7 @@ function PMA_RTN_getExecuteForm($routine, $is_ajax)
|
||||
}
|
||||
$rowclass = ($i % 2 == 0) ? 'even' : 'odd';
|
||||
$retval .= "\n<tr class='$rowclass'>\n";
|
||||
$retval .= "<td><strong>{$routine['param_name'][$i]}</strong></td>\n";
|
||||
$retval .= "<td>{$routine['param_name'][$i]}</td>\n";
|
||||
$retval .= "<td>{$routine['param_type'][$i]}</td>\n";
|
||||
if ($cfg['ShowFunctionFields']) {
|
||||
$retval .= "<td>\n";
|
||||
|
||||
@ -1863,6 +1863,10 @@ fieldset .disabled-field td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rte_table tr td:nth-child(1) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rte_table input, .rte_table select, .rte_table textarea {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
@ -2214,6 +2214,10 @@ fieldset .disabled-field td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rte_table tr td:nth-child(1) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rte_table input, .rte_table select, .rte_table textarea {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user