moved some options (SQL Queries and SQL Box forms)
This commit is contained in:
Crack
2010-07-03 23:22:20 +02:00
parent a3d46e16e2
commit 47cd7c9a20
8 changed files with 45 additions and 33 deletions

View File

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

View File

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