Initial commit
3292
#pma/themes/original/css/common.css.php
Normal file
424
#pma/themes/original/css/navigation.css.php
Normal file
@ -0,0 +1,424 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Navigation styles for the original theme
|
||||
*
|
||||
* @package PhpMyAdmin-theme
|
||||
* @subpackage Original
|
||||
*/
|
||||
|
||||
// unplanned execution path
|
||||
if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
|
||||
/******************************************************************************/
|
||||
/* Navigation */
|
||||
|
||||
#pma_navigation {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
width: <?php echo $GLOBALS['cfg']['NaviWidth']; ?>px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
<?php echo $left; ?>: 0;
|
||||
height: 100%;
|
||||
border-<?php echo $right; ?>: 1px solid gray;
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
#pma_navigation_content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
<?php echo $left; ?>: 0;
|
||||
z-index: 0;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#pma_navigation ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#pma_navigation form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#pma_navigation select#select_server,
|
||||
#pma_navigation select#lightm_db {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
#pma_navigation div.pageselector {
|
||||
text-align: center;
|
||||
margin: 0 0 0;
|
||||
margin-<?php echo $left; ?>: 0.75em;
|
||||
border-<?php echo $left; ?>: 1px solid #666;
|
||||
}
|
||||
|
||||
#pma_navigation div#pmalogo {
|
||||
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
padding: .3em;
|
||||
}
|
||||
|
||||
#pma_navigation div#recentTableList,
|
||||
#pma_navigation div#FavoriteTableList {
|
||||
text-align: center;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#pma_navigation #recentTable,
|
||||
#pma_navigation #FavoriteTable {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#pma_navigation #pmalogo,
|
||||
#pma_navigation #serverChoice,
|
||||
#pma_navigation #navipanellinks,
|
||||
#pma_navigation #recentTableList,
|
||||
#pma_navigation #FavoriteTableList,
|
||||
#pma_navigation #databaseList,
|
||||
#pma_navigation div.pageselector.dbselector {
|
||||
text-align: center;
|
||||
margin-bottom: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#pma_navigation #recentTableList select,
|
||||
#pma_navigation #FavoriteTableList select,
|
||||
#pma_navigation #serverChoice select
|
||||
{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#pma_navigation #recentTableList,
|
||||
#pma_navigation #FavoriteTableList {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#pma_navigation_content > img.throbber {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Navigation tree*/
|
||||
#pma_navigation_tree {
|
||||
margin: 0;
|
||||
margin-<?php echo $left; ?>: 1em;
|
||||
color: #444;
|
||||
height: 74%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#pma_navigation_select_database {
|
||||
text-align: left;
|
||||
padding: 0 0 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#pma_navigation_db_select {
|
||||
margin-top: 0.5em;
|
||||
margin-<?php echo $left; ?>: 0.75em;
|
||||
}
|
||||
#pma_navigation_db_select select {
|
||||
background: url("./themes/pmahomme/img/select_bg.png") repeat scroll 0 0;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #bbb;
|
||||
border-top: 1px solid #bbb;
|
||||
color: #333;
|
||||
padding: 4px 6px;
|
||||
margin: 0 0 0;
|
||||
width: 92%;
|
||||
font-size: 1.11em;
|
||||
}
|
||||
|
||||
#pma_navigation_tree_content {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
}
|
||||
#pma_navigation_tree_content a.hover_show_full {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
#pma_navigation_tree a {
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
#pma_navigation_tree a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#pma_navigation_tree li.activePointer {
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
}
|
||||
#pma_navigation_tree li.selected {
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
}
|
||||
#pma_navigation_tree li .dbItemControls {
|
||||
padding-left: 4px;
|
||||
}
|
||||
#pma_navigation_tree li .navItemControls {
|
||||
display: none;
|
||||
padding-left: 4px;
|
||||
}
|
||||
#pma_navigation_tree li.activePointer .navItemControls {
|
||||
display: inline;
|
||||
opacity: 0.5;
|
||||
}
|
||||
#pma_navigation_tree li.activePointer .navItemControls:hover {
|
||||
display: inline;
|
||||
opacity: 1.0;
|
||||
}
|
||||
#pma_navigation_tree ul {
|
||||
clear: both;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
#pma_navigation_tree ul ul {
|
||||
position: relative;
|
||||
}
|
||||
#pma_navigation_tree li {
|
||||
white-space: nowrap;
|
||||
padding-bottom: 4px;
|
||||
clear: both;
|
||||
min-height: 16px;
|
||||
}
|
||||
#pma_navigation_tree img {
|
||||
margin: 0;
|
||||
}
|
||||
#pma_navigation_tree i {
|
||||
display: block;
|
||||
}
|
||||
#pma_navigation_tree div.block {
|
||||
position: relative;
|
||||
width:1.5em;
|
||||
height:1.5em;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
#pma_navigation_tree div.block.double {
|
||||
width: 3em;
|
||||
}
|
||||
#pma_navigation_tree div.block i,
|
||||
#pma_navigation_tree div.block b {
|
||||
width: 1.5em;
|
||||
height: 1.7em;
|
||||
min-width: 16px;
|
||||
min-height: 8px;
|
||||
position: absolute;
|
||||
bottom: 0.7em;
|
||||
<?php echo $left; ?>: 0.75em;
|
||||
z-index: 0;
|
||||
}
|
||||
#pma_navigation_tree div.block i {
|
||||
border-<?php echo $left; ?>: 1px solid #666;
|
||||
border-bottom: 1px solid #666;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
#pma_navigation_tree div.block i.first { /* Removes top segment */
|
||||
border-<?php echo $left; ?>: 0;
|
||||
}
|
||||
/* Bottom segment for the tree element connections */
|
||||
#pma_navigation_tree div.block b {
|
||||
display: block;
|
||||
height: 0.75em;
|
||||
bottom: 0;
|
||||
<?php echo $left; ?>: 0.75em;
|
||||
border-<?php echo $left; ?>: 1px solid #666;
|
||||
}
|
||||
#pma_navigation_tree div.block a,
|
||||
#pma_navigation_tree div.block u {
|
||||
position: absolute;
|
||||
<?php echo $left; ?>: 50%;
|
||||
top: 50%;
|
||||
z-index: 10;
|
||||
}#pma_navigation_tree div.block a + a {
|
||||
<?php echo $left; ?>: 100%;
|
||||
}
|
||||
#pma_navigation_tree div.block.double a,
|
||||
#pma_navigation_tree div.block.double u {
|
||||
<?php echo $left; ?>: 25%;
|
||||
}
|
||||
#pma_navigation_tree div.block.double a + a {
|
||||
<?php echo $left; ?>: 70%;
|
||||
}
|
||||
#pma_navigation_tree div.block img {
|
||||
position: relative;
|
||||
top: -0.6em;
|
||||
<?php echo $left; ?>: 0;
|
||||
margin-<?php echo $left; ?>: -5px;
|
||||
}
|
||||
#pma_navigation_tree li.last > ul {
|
||||
background: none;
|
||||
}
|
||||
#pma_navigation_tree li > a, #pma_navigation_tree li > i {
|
||||
line-height: 1.5em;
|
||||
height: 1.5em;
|
||||
padding-<?php echo $left; ?>: 0.3em;
|
||||
}
|
||||
#pma_navigation_tree .list_container {
|
||||
border-<?php echo $left; ?>: 1px solid #666;
|
||||
margin-<?php echo $left; ?>: 0.75em;
|
||||
padding-<?php echo $left; ?>: 0.75em;
|
||||
}
|
||||
#pma_navigation_tree .last > .list_container {
|
||||
border-<?php echo $left; ?>: 0 solid #666;
|
||||
}
|
||||
|
||||
/* Fast filter */
|
||||
li.fast_filter {
|
||||
padding-<?php echo $left; ?>: 0.75em;
|
||||
margin-<?php echo $left; ?>: 0.75em;
|
||||
padding-<?php echo $right; ?>: 35px;
|
||||
border-<?php echo $left; ?>: 1px solid #666;
|
||||
}
|
||||
li.fast_filter input {
|
||||
padding-<?php echo $right; ?>: 1.7em;
|
||||
width: 100%;
|
||||
}
|
||||
li.fast_filter span {
|
||||
position: relative;
|
||||
<?php echo $right; ?>: 1.5em;
|
||||
padding: 0.2em;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
color: #800;
|
||||
}
|
||||
/* IE10+ has its own reset X */
|
||||
html.ie li.fast_filter span {
|
||||
display: none;
|
||||
}
|
||||
html.ie.ie9 li.fast_filter span,
|
||||
html.ie.ie8 li.fast_filter span {
|
||||
display: auto;
|
||||
}
|
||||
html.ie li.fast_filter input {
|
||||
padding-<?php echo $right; ?>: .2em;
|
||||
}
|
||||
html.ie.ie9 li.fast_filter input,
|
||||
html.ie.ie8 li.fast_filter input {
|
||||
padding-<?php echo $right; ?>: 1.7em;
|
||||
}
|
||||
li.fast_filter.db_fast_filter {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Resize handler */
|
||||
#pma_navigation_resizer {
|
||||
width: 3px;
|
||||
height: 100%;
|
||||
background-color: #aaa;
|
||||
cursor: col-resize;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
<?php echo $left; ?>: 240px;
|
||||
z-index: 801;
|
||||
}
|
||||
#pma_navigation_collapser {
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
background: #eee;
|
||||
color: #555;
|
||||
font-weight: bold;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
<?php echo $left; ?>: <?php echo $GLOBALS['cfg']['NaviWidth']; ?>px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
z-index: 800;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
filter: dropshadow(color=#fff, offx=0, offy=1);
|
||||
border: 1px solid #888;
|
||||
}
|
||||
|
||||
#navigation_controls_outer {
|
||||
min-height: 21px !important;
|
||||
}
|
||||
|
||||
#navigation_controls_outer.activePointer {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#navigation_controls {
|
||||
float: right;
|
||||
padding-right: 23px;
|
||||
}
|
||||
|
||||
/* Quick warp links */
|
||||
.pma_quick_warp {
|
||||
margin-top: 5px;
|
||||
margin-<?php echo $left; ?>: 2px;
|
||||
position: relative;
|
||||
}
|
||||
.pma_quick_warp .drop_list {
|
||||
float: <?php echo $left; ?>;
|
||||
margin-<?php echo $left; ?>: 3px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.pma_quick_warp .drop_button{
|
||||
padding: 0 .3em;
|
||||
border: 1px solid #ddd;
|
||||
background: #f2f2f2;
|
||||
cursor: pointer;
|
||||
}
|
||||
.pma_quick_warp .drop_list:hover .drop_button {
|
||||
background: #fff;
|
||||
}
|
||||
.pma_quick_warp .drop_list ul {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
list-style: none;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-top-<?php echo $right; ?>-radius: 0;
|
||||
border-bottom-<?php echo $right; ?>-radius: 0;
|
||||
top: 100%;
|
||||
<?php echo $left; ?>: 3px;
|
||||
<?php echo $right; ?>: 0;
|
||||
display: none;
|
||||
z-index: 802;
|
||||
}
|
||||
.pma_quick_warp .drop_list:hover ul {
|
||||
display: block;
|
||||
}
|
||||
.pma_quick_warp .drop_list li {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.pma_quick_warp .drop_list li img {
|
||||
vertical-align: sub;
|
||||
}
|
||||
.pma_quick_warp .drop_list li:hover {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
.pma_quick_warp .drop_list a {
|
||||
display: block;
|
||||
padding: .1em .3em;
|
||||
}
|
||||
.pma_quick_warp .drop_list a.favorite_table_anchor {
|
||||
clear: left;
|
||||
float: left;
|
||||
padding: .1em .3em 0;
|
||||
}
|
170
#pma/themes/original/css/printview.css
Normal file
@ -0,0 +1,170 @@
|
||||
@media print {
|
||||
#back_button_print_view, #print_button_print_view {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* For removing element from Print View */
|
||||
.print_ignore {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Standard CSS */
|
||||
body, table, th, td {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* To remove link text decoration */
|
||||
a:link {
|
||||
color:#000;
|
||||
text-decoration:none
|
||||
}
|
||||
|
||||
/* To remove any image borders */
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Table specific */
|
||||
table, th, td {
|
||||
border: .1em solid #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0.2em;
|
||||
}
|
||||
|
||||
thead {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0.2em;
|
||||
border: .1em solid #000;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
thead th {
|
||||
font-weight: bold;
|
||||
background-color: #e5e5e5;
|
||||
border: .1em solid #000;
|
||||
}
|
||||
|
||||
th.vtop, td.vtop {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
th.vbottom, td.vbottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* Common Elements not to be included */
|
||||
/* Hide Navigation and Top Menu bar */
|
||||
#pma_navigation, #floating_menubar {
|
||||
display: none;
|
||||
}
|
||||
/* Hide console */
|
||||
#pma_console_container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide Navigation items (like Goto Top) */
|
||||
#page_nav_icons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide the Create Table form */
|
||||
#create_table_form_minimal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide the Page Settings Modal box */
|
||||
#page_settings_modal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide footer, Demo notice, errors div */
|
||||
#pma_footer, #pma_demo, #pma_errors {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide the #selflink div */
|
||||
#selflink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Position the main content */
|
||||
#page_content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 95%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
/* Specific Class for overriding while Print */
|
||||
.print {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* For the Success message div */
|
||||
div.success {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.sqlOuter {
|
||||
color: black;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* For hiding 'Open a New phpMyAdmin Window' button */
|
||||
.ic_window-new, .ic_s_cog {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sticky_columns tr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#structure-action-links, #addColumns {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide extra menu on tbl_structure.php */
|
||||
#topmenu2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cDrop, .cEdit, .cList, .cCpy, .cPointer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* For Odd-Even contrast */
|
||||
table tr.odd th,
|
||||
table tr.odd td,
|
||||
.odd {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
table tr.even th,
|
||||
table tr.even td,
|
||||
.even {
|
||||
background: #dfdfdf;
|
||||
}
|
||||
|
||||
.column_attribute {
|
||||
font-size: 100%;
|
||||
}
|
BIN
#pma/themes/original/img/ajax_clock_small.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
#pma/themes/original/img/arrow_ltr.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
#pma/themes/original/img/arrow_rtl.png
Normal file
After Width: | Height: | Size: 136 B |
BIN
#pma/themes/original/img/b_bookmark.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
#pma/themes/original/img/b_browse.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
#pma/themes/original/img/b_calendar.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
#pma/themes/original/img/b_chart.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
#pma/themes/original/img/b_close.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
#pma/themes/original/img/b_column_add.png
Normal file
After Width: | Height: | Size: 479 B |
BIN
#pma/themes/original/img/b_comment.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
#pma/themes/original/img/b_dbstatistics.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
#pma/themes/original/img/b_deltbl.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
#pma/themes/original/img/b_docs.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
#pma/themes/original/img/b_drop.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
#pma/themes/original/img/b_edit.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
#pma/themes/original/img/b_empty.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
#pma/themes/original/img/b_engine.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
#pma/themes/original/img/b_event_add.png
Normal file
After Width: | Height: | Size: 863 B |
BIN
#pma/themes/original/img/b_events.png
Normal file
After Width: | Height: | Size: 783 B |
BIN
#pma/themes/original/img/b_export.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
#pma/themes/original/img/b_favorite.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
#pma/themes/original/img/b_find_replace.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
#pma/themes/original/img/b_ftext.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
#pma/themes/original/img/b_globe.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
#pma/themes/original/img/b_group.png
Normal file
After Width: | Height: | Size: 796 B |
BIN
#pma/themes/original/img/b_help.png
Normal file
After Width: | Height: | Size: 145 B |
BIN
#pma/themes/original/img/b_home.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
#pma/themes/original/img/b_import.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
#pma/themes/original/img/b_index.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
#pma/themes/original/img/b_index_add.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
#pma/themes/original/img/b_info.png
Normal file
After Width: | Height: | Size: 147 B |
BIN
#pma/themes/original/img/b_inline_edit.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
#pma/themes/original/img/b_insrow.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
#pma/themes/original/img/b_minus.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
#pma/themes/original/img/b_more.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
#pma/themes/original/img/b_move.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
#pma/themes/original/img/b_newdb.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
#pma/themes/original/img/b_newtbl.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
#pma/themes/original/img/b_nextpage.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
#pma/themes/original/img/b_no_favorite.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
#pma/themes/original/img/b_plugin.png
Normal file
After Width: | Height: | Size: 591 B |
BIN
#pma/themes/original/img/b_plus.png
Normal file
After Width: | Height: | Size: 115 B |
BIN
#pma/themes/original/img/b_primary.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
#pma/themes/original/img/b_print.png
Normal file
After Width: | Height: | Size: 396 B |
BIN
#pma/themes/original/img/b_props.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
#pma/themes/original/img/b_relations.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
#pma/themes/original/img/b_report.png
Normal file
After Width: | Height: | Size: 649 B |
BIN
#pma/themes/original/img/b_routine_add.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
#pma/themes/original/img/b_routines.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
#pma/themes/original/img/b_save.png
Normal file
After Width: | Height: | Size: 833 B |
BIN
#pma/themes/original/img/b_saveimage.png
Normal file
After Width: | Height: | Size: 755 B |
BIN
#pma/themes/original/img/b_sbrowse.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
#pma/themes/original/img/b_search.png
Normal file
After Width: | Height: | Size: 442 B |
BIN
#pma/themes/original/img/b_select.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
#pma/themes/original/img/b_snewtbl.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
#pma/themes/original/img/b_spatial.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
#pma/themes/original/img/b_sql.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
#pma/themes/original/img/b_sqlhelp.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
#pma/themes/original/img/b_table_add.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
#pma/themes/original/img/b_tblanalyse.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
#pma/themes/original/img/b_tblexport.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
#pma/themes/original/img/b_tblimport.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
#pma/themes/original/img/b_tblops.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
#pma/themes/original/img/b_tbloptimize.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
#pma/themes/original/img/b_tipp.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
#pma/themes/original/img/b_trigger_add.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
#pma/themes/original/img/b_triggers.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
#pma/themes/original/img/b_undo.png
Normal file
After Width: | Height: | Size: 859 B |
BIN
#pma/themes/original/img/b_unique.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
#pma/themes/original/img/b_usradd.png
Normal file
After Width: | Height: | Size: 352 B |
BIN
#pma/themes/original/img/b_usrcheck.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
#pma/themes/original/img/b_usrdrop.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
#pma/themes/original/img/b_usredit.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
#pma/themes/original/img/b_usrlist.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
#pma/themes/original/img/b_versions.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
#pma/themes/original/img/b_view.png
Normal file
After Width: | Height: | Size: 646 B |
BIN
#pma/themes/original/img/b_view_add.png
Normal file
After Width: | Height: | Size: 722 B |
BIN
#pma/themes/original/img/b_views.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
#pma/themes/original/img/bd_browse.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
#pma/themes/original/img/bd_deltbl.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
#pma/themes/original/img/bd_drop.png
Normal file
After Width: | Height: | Size: 205 B |
BIN
#pma/themes/original/img/bd_edit.png
Normal file
After Width: | Height: | Size: 226 B |
BIN
#pma/themes/original/img/bd_empty.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
#pma/themes/original/img/bd_export.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
#pma/themes/original/img/bd_ftext.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
#pma/themes/original/img/bd_index.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
#pma/themes/original/img/bd_insrow.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
#pma/themes/original/img/bd_nextpage.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
#pma/themes/original/img/bd_primary.png
Normal file
After Width: | Height: | Size: 257 B |
BIN
#pma/themes/original/img/bd_routine_add.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
#pma/themes/original/img/bd_sbrowse.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
#pma/themes/original/img/bd_select.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
#pma/themes/original/img/bd_spatial.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
#pma/themes/original/img/bd_unique.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
#pma/themes/original/img/centralColumns.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
#pma/themes/original/img/centralColumns_add.png
Normal file
After Width: | Height: | Size: 821 B |
BIN
#pma/themes/original/img/centralColumns_delete.png
Normal file
After Width: | Height: | Size: 827 B |