Bolded the labels in the editor for Routines, Triggers and Events

This commit is contained in:
Rouslan Placella 2011-07-05 14:33:44 +01:00
parent a2751ee65b
commit 8e8a5e54f0
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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