styling
moved some options (SQL Queries and SQL Box forms)
This commit is contained in:
@@ -16,6 +16,7 @@ $separator = PMA_get_arg_separator('html');
|
||||
<ul>
|
||||
<li><a href="index.php"><?php echo __('Overview') ?></a></li>
|
||||
<li><a href="?page=form<?php echo $separator ?>formset=Features"><?php echo __('Features') ?></a></li>
|
||||
<li><a href="?page=form<?php echo $separator ?>formset=Sql_queries"><?php echo __('SQL queries') ?></a></li>
|
||||
<li><a href="?page=form<?php echo $separator ?>formset=Left_frame"><?php echo __('Navigation frame') ?></a></li>
|
||||
<li><a href="?page=form<?php echo $separator ?>formset=Main_frame"><?php echo __('Main frame') ?></a></li>
|
||||
<li><a href="?page=form<?php echo $separator ?>formset=Import"><?php echo __('Import') ?></a></li>
|
||||
|
@@ -286,14 +286,14 @@ fieldset th, fieldset td, .form .lastrow {
|
||||
border-top: 1px #555 dotted;
|
||||
}
|
||||
|
||||
fieldset .group-header th, fieldset .group-header td {
|
||||
background: #F7FBFF;
|
||||
border: 0 #DEE1FF solid;
|
||||
border-width: 2px 0 0 0.5em;
|
||||
fieldset .group-header th {
|
||||
background: #EAEDFF;
|
||||
border: none;
|
||||
}
|
||||
|
||||
fieldset .group-header td {
|
||||
border-left: none;
|
||||
fieldset .group-header + tr th, fieldset .group-header + tr td,
|
||||
fieldset p + table tr:first-child td, fieldset p + table tr:first-child th {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
fieldset .group-field th {
|
||||
|
Reference in New Issue
Block a user