diff --git a/main.php b/main.php index 02476d4ff..14a080444 100644 --- a/main.php +++ b/main.php @@ -31,8 +31,9 @@ if ($server > 0) { } echo '
' . "\n"; +echo '
'; echo '
'; -echo '' . $strActions . ''; +echo '

' . $strActions . '

'; /** * Displays the mysql server related links @@ -94,37 +95,9 @@ if (! $cfg['LeftDisplayServers'] && (count($cfg['Servers']) > 1 || $server == 0 echo ''; echo '
'; -echo '
'; -echo '' . $strInterface . ''; -echo '
    '; - -// Displays language selection combo -if (empty($cfg['Lang'])) { - echo '
  • '; - require_once './libraries/display_select_lang.lib.php'; - PMA_select_language(); - echo '
  • '; -} - -// added by Michael Keck -// ThemeManager if available - -if ($GLOBALS['cfg']['ThemeManager']) { - echo '
  • '; - echo $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox(); - echo '
  • '; -} -echo '
  • '; -echo PMA_Config::getFontsizeForm(); -echo '
  • '; - -echo '
'; -echo '
'; - -echo '
'; echo '
'; if ($server > 0) { - echo '' . $strMySQLServerInformation . ''; + echo '

' . $strMySQLServerInformation . '

'; // robbat2: Use the verbose name of the server instead of the hostname // if a value is set $server_info = ''; @@ -189,9 +162,39 @@ if ($server > 0) { echo '
'; } +echo '
'; +echo '
'; + +echo '
'; +echo '

' . $strInterface . '

'; +echo '
    '; + +// Displays language selection combo +if (empty($cfg['Lang'])) { + echo '
  • '; + require_once './libraries/display_select_lang.lib.php'; + PMA_select_language(); + echo '
  • '; +} + +// added by Michael Keck +// ThemeManager if available + +if ($GLOBALS['cfg']['ThemeManager']) { + echo '
  • '; + echo $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox(); + echo '
  • '; +} +echo '
  • '; +echo PMA_Config::getFontsizeForm(); +echo '
  • '; + +echo '
'; +echo '
'; + if ($server > 0) { - echo '
'; - echo '' . $strWebServerInformation . ''; + echo '
'; + echo '

' . $strWebServerInformation . '

'; echo '
    '; PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software'); PMA_printListItem($strMysqlClientVersion . ': ' . PMA_DBI_get_client_info(), @@ -206,8 +209,8 @@ if ($cfg['ShowPhpInfo']) { echo '
'; echo '
'; -echo '
'; -echo '' . $strAboutphpMyAdmin . ''; +echo '
'; +echo '

' . $strAboutphpMyAdmin . '

'; echo '
    '; PMA_printListItem($strVersionInformation . ': ' . PMA_VERSION, 'li_pma_version'); PMA_printListItem($strPmaDocumentation, 'li_pma_docs', 'Documentation.html', null, '_blank'); @@ -226,6 +229,9 @@ PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmi
+ +
+ here, otherwise it will not extend the outer div to the diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 81928affd..414d1413a 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1198,17 +1198,25 @@ code.sql { background: ; } +#main_pane_left { + width: 60%; + float: ; + padding-top: 1em; +} + +#main_pane_right { + margin-: 60%; + padding-top: 1em; + padding-: 1em; +} + .box { - float: ; - width: 49%; - border: solid 1px; - margin: 2px; + border-: 1pt solid ; + margin-bottom: 1em; } -.box_smaller { - width: 24%; -} - -span.boxtitle { - background: ; +.box h2 { + background-color: ; + padding: 0.1em 0.3em; + margin-top: 0; } diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 01f1cf4bd..7ebed9185 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1109,9 +1109,9 @@ li#li_flush_privileges { float: ; } -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, +#div_table_copy, +#div_partition_maintenance, +#div_referential_integrity, #div_table_maintenance { min-width: 48%; float: ; @@ -1149,17 +1149,25 @@ code.sql { background: ; } +#main_pane_left { + width: 60%; + float: ; + padding-top: 1em; +} + +#main_pane_right { + margin-: 60%; + padding-top: 1em; + padding-: 1em; +} + .box { - float: ; - width: 49%; - border: solid 1px; - margin: 2px; + border-: 1pt solid ; + margin-bottom: 1em; } -.box_smaller { - width: 24%; -} - -span.boxtitle { +.box h2 { background-color: ; + padding: 0.1em 0.3em; + margin-top: 0; }