Update MHN theme for 4.8 (#30)

* Update MHN theme for 4.8
* Update MHN theme for 4.8 enable icons
* Update MHN theme for 4.8 using getFontSize on common file
This commit is contained in:
Ranjith Siji
2018-08-05 20:46:54 -04:00
committed by Isaac Bennetch
parent b81d334d0c
commit abcf3593a2
56 changed files with 38 additions and 854 deletions
+16 -10
View File
@@ -1,5 +1,9 @@
<?php
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) { exit(); }
// unplanned execution path
if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
exit();
}
?>
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
@@ -25,7 +29,7 @@ progress[value]::-webkit-progress-value{background-color:<?php echo $GLOBALS['cf
progress[value]::-moz-progress-bar{background-color:<?php echo $GLOBALS['cfg']['cPri']; ?>}
fieldset{border:none}
<?php require_once('mhn.icons.css.php'); ?>
html{font-size:<?php echo $_SESSION['PMA_Theme']->getFontSize(); ?>}
html{font-size:<?php echo $theme->getFontSize(); ?>}
input,select,textarea{font-size:1em}
body{
<?php if (!empty($GLOBALS['cfg']['FontFamily'])) :?>
@@ -640,6 +644,8 @@ tr.disabled td,td.disabled{background-color:#f3f3f3;color:#aaa}
#floating_menubar{left:-3px!important}
#topmenu a{text-shadow:0 1px 0 #fff;text-transform:uppercase}
#topmenu .error{background:#eee;border:0 !important;color:#aaa}
#topmenu .tabactive {background: #fff!important}
.scrollindicator {display: none}
ul#topmenu,
ul#topmenu2,
ul.tabs{font-weight:bold;list-style-type:none;margin:0;padding:0}
@@ -1139,7 +1145,7 @@ select.invalid_value,
display:inline;
left:0;
right:0;
background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif'); ?>);
background-image:url(<?php echo $theme->getImgPath('ajax_clock_small.gif'); ?>);
background-repeat:no-repeat;
background-position:2%;
border:1px solid #e2b709;
@@ -1450,7 +1456,7 @@ fieldset .disabled-field td{color:#666;background-color:#ddd}
border-radius:.3em;
}
.cPointer{
background:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_pointer.png'); ?>);
background:url(<?php echo $theme->getImgPath('col_pointer.png'); ?>);
height:20px;
margin-<?php echo $left; ?>:-5px; /* must be minus half of its width */
margin-top:-10px;
@@ -1546,16 +1552,16 @@ fieldset .disabled-field td{color:#666;background-color:#ddd}
.cEdit .cell_edit_hint{color:#555;font-size:.8em;margin:.3em .2em}
.cEdit .edit_box{overflow-x:hidden;overflow-y:scroll;;padding:0;margin:0}
.cEdit .edit_box_posting{
background:#FFF url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif'); ?>) no-repeat right center;
background:#FFF url(<?php echo $theme->getImgPath('ajax_clock_small.gif'); ?>) no-repeat right center;
padding-<?php echo $right; ?>:1.5em;
}
.cEdit .edit_area_loading{
background:#FFF url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif'); ?>) no-repeat center;
background:#FFF url(<?php echo $theme->getImgPath('ajax_clock_small.gif'); ?>) no-repeat center;
height:10em;
}
.cEdit .goto_link{background:#eee;color:#555;padding:.2em .3em}
.saving_edited_data{
background:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif'); ?>) no-repeat left;
background:url(<?php echo $theme->getImgPath('ajax_clock_small.gif'); ?>) no-repeat left;
padding-<?php echo $left; ?>:20px;
}
.relationalTable select{
@@ -1824,7 +1830,7 @@ html.ie7 #pma_console .query_input{
#composite_index_list{list-style-type:none;list-style-position:inside}
span.drag_icon{
display:inline-block;
background-image:url('<?php echo $_SESSION['PMA_Theme']->getImgPath('s_sortable.png'); ?>');
background-image:url('<?php echo $theme->getImgPath('s_sortable.png'); ?>');
background-position:center center;
background-repeat:no-repeat;
width:1em;
@@ -1840,8 +1846,8 @@ meter[value="3"]::-webkit-meter-optimum-value {background: linear-gradient(white
th.header{cursor:pointer;color:#235a81}
th.header:hover{text-decoration:underline}
th.header .sorticon{width:16px;height:16px;background-repeat:no-repeat;background-position:right center;display:inline-table;vertical-align:middle;float:right}
th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon{background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_desc.png'); ?>)}
th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon{background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_asc.png'); ?>)}
th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon{background-image:url(<?php echo $theme->getImgPath('s_desc.png'); ?>)}
th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon{background-image:url(<?php echo $theme->getImgPath('s_asc.png'); ?>)}
body .ui-dialog .ui-dialog-titlebar-close{<?php echo $right; ?>:.3em;<?php echo $left; ?>:initial}
body .ui-dialog .ui-dialog-title{float:<?php echo $left; ?>}
@@ -10,13 +10,13 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')){ exit(); }
display:block;
}
#canvas{background-color:#fff;color:#000}
canvas.pmd{
canvas.designer{
display:inline-block;
overflow:hidden;
text-align:left;
}
canvas.pmd *{behavior:url(#default#VML)}
.pmd_tab{
canvas.designer *{behavior:url(#default#VML)}
.designer_tab{
background-color:#fff;
color:#000;
border-collapse:collapse;
@@ -51,7 +51,7 @@ canvas.pmd *{behavior:url(#default#VML)}
cursor:default;
background-color:#FFE6E6;
}
#pmd_hint{
#designer_hint{
white-space:nowrap;
position:absolute;
background-color:#99FF99;
@@ -65,7 +65,7 @@ canvas.pmd *{behavior:url(#default#VML)}
width:100%;
height:500px;
}
.pmd_Tabs{
.designer_Tabs{
cursor:default;
color:#0055bb;
white-space:nowrap;
@@ -77,7 +77,7 @@ canvas.pmd *{behavior:url(#default#VML)}
background-color:#fff;
border:#ccc solid 1px;
}
.pmd_Tabs:hover{
.designer_Tabs:hover{
cursor:default;
color:#0055bb;
text-indent:3px;
@@ -171,7 +171,7 @@ canvas.pmd *{behavior:url(#default#VML)}
background-color:#fff;
color:#000;
}
.pmd_header{
.designer_header{
background-color:#EAEEF0;
color:#000;
text-align:center;
@@ -182,20 +182,20 @@ canvas.pmd *{behavior:url(#default#VML)}
width:100%;
position:fixed;
}
.pmd_header a, .pmd_header span{
.designer_header a, .designer_header span{
float:left;
display:block;
padding:1.5px;
}
.pmd_header .M_bord{
.designer_header .M_bord{
display:block;
float:<?php echo $left; ?>;
margin:4px;
height:20px;
width:2px;
}
.pmd_header a.first{margin-right:1em}
.pmd_header a.last{margin-left:1em}
.designer_header a.first{margin-right:1em}
.designer_header a.last{margin-left:1em}
a.M_butt{display:inline-block}
a.M_butt img,a.M_butt_Selected_down img{
-webkit-filter:grayscale(1);
@@ -233,7 +233,7 @@ a.M_butt:hover{
z-index:100;
width:153px;
}
#pmd_optionse{
#designer_optionse{
position:absolute;
<?php echo $left; ?>:636px;
top:85px;
@@ -241,7 +241,7 @@ a.M_butt:hover{
width:153px;
}
#layer_menu_sizer{
background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/resize.png'); ?>);
background-image:url(<?php echo $theme->getImgPath('designer/resize.png'); ?>);
cursor:ew-resize;
}
#layer_menu_sizer .icon{margin:0}
@@ -263,21 +263,21 @@ a.trigger{
<?php echo $right; ?>:0;
color:#fff;
padding:10px 40px 10px 15px;
background:#333 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
background:#333 url(<?php echo $theme->getImgPath('designer/plus.png'); ?>) 85% 55% no-repeat;
border:1px solid #444;
display:block;
z-index:102;
}
a.trigger:hover{
color:#080808;
background:#fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
background:#fff696 url(<?php echo $theme->getImgPath('designer/plus.png'); ?>) 85% 55% no-repeat;
border:1px solid #999;
}
a.active.trigger{
background:#222 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/minus.png'); ?>) 85% 55% no-repeat;
background:#222 url(<?php echo $theme->getImgPath('designer/minus.png'); ?>) 85% 55% no-repeat;
z-index:999;
}
a.active.trigger:hover{background:#fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/minus.png'); ?>) 85% 55% no-repeat}
a.active.trigger:hover{background:#fff696 url(<?php echo $theme->getImgPath('designer/minus.png'); ?>) 85% 55% no-repeat}
.toggle_container .block{
background-color:#DBE4E8;
border-top:1px solid #999;
@@ -331,4 +331,4 @@ a.active.trigger:hover{background:#fff696 url(<?php echo $_SESSION['PMA_Theme']-
width:100%;
position:absolute;
left:0;
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
$css = '';
$url = $_SESSION['PMA_Theme']->getPath().'/css/mhn.img.php?i=';
$url = $GLOBALS['PMA_Theme']->getPath().'/css/mhn.img.php?i=';
$GLOBALS['cfg']['imgPath'] = $url;
$imp = '!important';
function h($a){ return str_replace('#','',$a); }
@@ -107,4 +107,4 @@ $css.='.icon.ic_window-new{background:url('.$url.'window-new)!important}';
$css.='.icon.ic_b_tblops{background:url('.$url.'tbl-ops)!important}';
$css.='.icon.ic_s_lang{background:url('.$url.'lang)!important}';
$css.='.icon.ic_s_theme{background:url('.$url.'theme)!important}';
echo $css;
echo $css;

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 701 B

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 666 B

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 699 B

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 275 B

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 154 B

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 122 B

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 105 B

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 523 B

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 792 B

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 87 B

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 734 B

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 758 B

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 772 B

Before

Width:  |  Height:  |  Size: 711 B

After

Width:  |  Height:  |  Size: 711 B

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 427 B

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 884 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 713 B

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 919 B

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1004 B

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 611 B

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 791 B

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 847 B

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 905 B

Before

Width:  |  Height:  |  Size: 969 B

After

Width:  |  Height:  |  Size: 969 B

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B

Before

Width:  |  Height:  |  Size: 874 B

After

Width:  |  Height:  |  Size: 874 B

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 151 B

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 150 B

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 746 B

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 757 B

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 409 B

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 163 B

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 461 B

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 729 B

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 472 B

-3
View File
@@ -1,3 +0,0 @@
<?php
$theme_name = 'mhn';
$theme_full_version = '1.3';
-819
View File
@@ -1,819 +0,0 @@
<?php
/**
* AUTOGENERATED CONTENT - DO NOT EDIT!
* ALL CHANGES WILL BE UNDONE!
* RUN `./scripts/generate-sprites` TO UPDATE THIS FILE
*
* @package PhpMyAdmin-theme
*/
/**
* Returns map of sprites inside sprite.png
*
* @return array Data of sprites
*/
function PMA_sprites()
{
return array(
'asc_order' => array(
'position' => '1',
'width' => '16',
'height' => '16'
),
'b_bookmark' => array(
'position' => '2',
'width' => '16',
'height' => '16'
),
'b_browse' => array(
'position' => '3',
'width' => '16',
'height' => '16'
),
'b_calendar' => array(
'position' => '4',
'width' => '16',
'height' => '16'
),
'b_chart' => array(
'position' => '5',
'width' => '16',
'height' => '16'
),
'b_close' => array(
'position' => '6',
'width' => '16',
'height' => '16'
),
'b_column_add' => array(
'position' => '7',
'width' => '16',
'height' => '16'
),
'b_comment' => array(
'position' => '8',
'width' => '16',
'height' => '16'
),
'b_dbstatistics' => array(
'position' => '9',
'width' => '16',
'height' => '16'
),
'b_deltbl' => array(
'position' => '10',
'width' => '16',
'height' => '16'
),
'b_docs' => array(
'position' => '11',
'width' => '16',
'height' => '16'
),
'b_docsql' => array(
'position' => '12',
'width' => '16',
'height' => '16'
),
'b_drop' => array(
'position' => '13',
'width' => '16',
'height' => '16'
),
'b_edit' => array(
'position' => '14',
'width' => '16',
'height' => '16'
),
'b_empty' => array(
'position' => '15',
'width' => '16',
'height' => '16'
),
'b_engine' => array(
'position' => '16',
'width' => '16',
'height' => '16'
),
'b_event_add' => array(
'position' => '17',
'width' => '16',
'height' => '16'
),
'b_events' => array(
'position' => '18',
'width' => '16',
'height' => '16'
),
'b_export' => array(
'position' => '19',
'width' => '16',
'height' => '16'
),
'b_favorite' => array(
'position' => '20',
'width' => '16',
'height' => '16'
),
'b_find_replace' => array(
'position' => '21',
'width' => '16',
'height' => '16'
),
'b_firstpage' => array(
'position' => '22',
'width' => '16',
'height' => '16'
),
'b_ftext' => array(
'position' => '23',
'width' => '16',
'height' => '16'
),
'b_group' => array(
'position' => '24',
'width' => '16',
'height' => '16'
),
'b_help' => array(
'position' => '25',
'width' => '16',
'height' => '16'
),
'b_home' => array(
'position' => '26',
'width' => '16',
'height' => '16'
),
'b_import' => array(
'position' => '27',
'width' => '16',
'height' => '16'
),
'b_index' => array(
'position' => '28',
'width' => '16',
'height' => '16'
),
'b_index_add' => array(
'position' => '29',
'width' => '16',
'height' => '16'
),
'b_info' => array(
'position' => '30',
'width' => '11',
'height' => '11'
),
'b_inline_edit' => array(
'position' => '31',
'width' => '16',
'height' => '16'
),
'b_insrow' => array(
'position' => '32',
'width' => '16',
'height' => '16'
),
'b_lastpage' => array(
'position' => '33',
'width' => '16',
'height' => '16'
),
'b_minus' => array(
'position' => '34',
'width' => '16',
'height' => '16'
),
'b_more' => array(
'position' => '35',
'width' => '16',
'height' => '16'
),
'b_move' => array(
'position' => '36',
'width' => '16',
'height' => '16'
),
'b_newdb' => array(
'position' => '37',
'width' => '16',
'height' => '16'
),
'b_newtbl' => array(
'position' => '38',
'width' => '16',
'height' => '16'
),
'b_nextpage' => array(
'position' => '39',
'width' => '16',
'height' => '16'
),
'b_no_favorite' => array(
'position' => '40',
'width' => '16',
'height' => '16'
),
'b_pdfdoc' => array(
'position' => '41',
'width' => '16',
'height' => '16'
),
'b_plus' => array(
'position' => '42',
'width' => '16',
'height' => '16'
),
'b_prevpage' => array(
'position' => '43',
'width' => '16',
'height' => '16'
),
'b_primary' => array(
'position' => '44',
'width' => '16',
'height' => '16'
),
'b_print' => array(
'position' => '45',
'width' => '16',
'height' => '16'
),
'b_props' => array(
'position' => '46',
'width' => '16',
'height' => '16'
),
'b_relations' => array(
'position' => '47',
'width' => '16',
'height' => '16'
),
'b_report' => array(
'position' => '48',
'width' => '16',
'height' => '16'
),
'b_routine_add' => array(
'position' => '49',
'width' => '16',
'height' => '16'
),
'b_routines' => array(
'position' => '50',
'width' => '16',
'height' => '16'
),
'b_save' => array(
'position' => '51',
'width' => '16',
'height' => '16'
),
'b_saveimage' => array(
'position' => '52',
'width' => '16',
'height' => '16'
),
'b_sbrowse' => array(
'position' => '53',
'width' => '16',
'height' => '16'
),
'b_sdb' => array(
'position' => '54',
'width' => '10',
'height' => '10'
),
'b_search' => array(
'position' => '55',
'width' => '16',
'height' => '16'
),
'b_selboard' => array(
'position' => '56',
'width' => '16',
'height' => '16'
),
'b_select' => array(
'position' => '57',
'width' => '16',
'height' => '16'
),
'b_snewtbl' => array(
'position' => '58',
'width' => '16',
'height' => '16'
),
'b_spatial' => array(
'position' => '59',
'width' => '16',
'height' => '16'
),
'b_sql' => array(
'position' => '60',
'width' => '16',
'height' => '16'
),
'b_sqldoc' => array(
'position' => '61',
'width' => '16',
'height' => '16'
),
'b_sqlhelp' => array(
'position' => '62',
'width' => '16',
'height' => '16'
),
'b_table_add' => array(
'position' => '63',
'width' => '16',
'height' => '16'
),
'b_tblanalyse' => array(
'position' => '64',
'width' => '16',
'height' => '16'
),
'b_tblexport' => array(
'position' => '65',
'width' => '16',
'height' => '16'
),
'b_tblimport' => array(
'position' => '66',
'width' => '16',
'height' => '16'
),
'b_tblops' => array(
'position' => '67',
'width' => '16',
'height' => '16'
),
'b_tbloptimize' => array(
'position' => '68',
'width' => '16',
'height' => '16'
),
'b_tipp' => array(
'position' => '69',
'width' => '16',
'height' => '16'
),
'b_trigger_add' => array(
'position' => '70',
'width' => '16',
'height' => '16'
),
'b_triggers' => array(
'position' => '71',
'width' => '16',
'height' => '16'
),
'b_undo' => array(
'position' => '72',
'width' => '16',
'height' => '16'
),
'b_unique' => array(
'position' => '73',
'width' => '16',
'height' => '16'
),
'b_usradd' => array(
'position' => '74',
'width' => '16',
'height' => '16'
),
'b_usrcheck' => array(
'position' => '75',
'width' => '16',
'height' => '16'
),
'b_usrdrop' => array(
'position' => '76',
'width' => '16',
'height' => '16'
),
'b_usredit' => array(
'position' => '77',
'width' => '16',
'height' => '16'
),
'b_usrlist' => array(
'position' => '78',
'width' => '16',
'height' => '16'
),
'b_versions' => array(
'position' => '79',
'width' => '16',
'height' => '16'
),
'b_view' => array(
'position' => '80',
'width' => '16',
'height' => '16'
),
'b_view_add' => array(
'position' => '81',
'width' => '16',
'height' => '16'
),
'b_views' => array(
'position' => '82',
'width' => '16',
'height' => '16'
),
'bd_browse' => array(
'position' => '83',
'width' => '16',
'height' => '16'
),
'bd_deltbl' => array(
'position' => '84',
'width' => '16',
'height' => '16'
),
'bd_drop' => array(
'position' => '85',
'width' => '16',
'height' => '16'
),
'bd_edit' => array(
'position' => '86',
'width' => '16',
'height' => '16'
),
'bd_empty' => array(
'position' => '87',
'width' => '16',
'height' => '16'
),
'bd_export' => array(
'position' => '88',
'width' => '16',
'height' => '16'
),
'bd_firstpage' => array(
'position' => '89',
'width' => '16',
'height' => '16'
),
'bd_ftext' => array(
'position' => '90',
'width' => '16',
'height' => '16'
),
'bd_index' => array(
'position' => '91',
'width' => '16',
'height' => '16'
),
'bd_insrow' => array(
'position' => '92',
'width' => '16',
'height' => '16'
),
'bd_lastpage' => array(
'position' => '93',
'width' => '16',
'height' => '16'
),
'bd_nextpage' => array(
'position' => '94',
'width' => '16',
'height' => '16'
),
'bd_prevpage' => array(
'position' => '95',
'width' => '16',
'height' => '16'
),
'bd_primary' => array(
'position' => '96',
'width' => '16',
'height' => '16'
),
'bd_routine_add' => array(
'position' => '97',
'width' => '16',
'height' => '16'
),
'bd_sbrowse' => array(
'position' => '98',
'width' => '16',
'height' => '16'
),
'bd_select' => array(
'position' => '99',
'width' => '16',
'height' => '16'
),
'bd_spatial' => array(
'position' => '100',
'width' => '16',
'height' => '16'
),
'bd_unique' => array(
'position' => '101',
'width' => '16',
'height' => '16'
),
'centralColumns' => array(
'position' => '102',
'width' => '16',
'height' => '16'
),
'centralColumns_add' => array(
'position' => '103',
'width' => '16',
'height' => '16'
),
'centralColumns_delete' => array(
'position' => '104',
'width' => '16',
'height' => '16'
),
'col_drop' => array(
'position' => '105',
'width' => '16',
'height' => '16'
),
'console' => array(
'position' => '106',
'width' => '16',
'height' => '16'
),
'database' => array(
'position' => '107',
'width' => '16',
'height' => '16'
),
'eye' => array(
'position' => '108',
'width' => '16',
'height' => '16'
),
'eye_grey' => array(
'position' => '109',
'width' => '16',
'height' => '16'
),
'item' => array(
'position' => '110',
'width' => '9',
'height' => '9'
),
'lightbulb' => array(
'position' => '111',
'width' => '16',
'height' => '16'
),
'lightbulb_off' => array(
'position' => '112',
'width' => '16',
'height' => '16'
),
'more' => array(
'position' => '113',
'width' => '13',
'height' => '16'
),
'new_data' => array(
'position' => '114',
'width' => '16',
'height' => '16'
),
'new_data_hovered' => array(
'position' => '115',
'width' => '16',
'height' => '16'
),
'new_data_selected' => array(
'position' => '116',
'width' => '16',
'height' => '16'
),
'new_data_selected_hovered' => array(
'position' => '117',
'width' => '16',
'height' => '16'
),
'new_struct' => array(
'position' => '118',
'width' => '16',
'height' => '16'
),
'new_struct_hovered' => array(
'position' => '119',
'width' => '16',
'height' => '16'
),
'new_struct_selected' => array(
'position' => '120',
'width' => '16',
'height' => '16'
),
'new_struct_selected_hovered' => array(
'position' => '121',
'width' => '16',
'height' => '16'
),
'normalize' => array(
'position' => '122',
'width' => '16',
'height' => '16'
),
'pause' => array(
'position' => '123',
'width' => '16',
'height' => '16'
),
'php_sym' => array(
'position' => '124',
'width' => '16',
'height' => '16'
),
'play' => array(
'position' => '125',
'width' => '16',
'height' => '16'
),
's_asc' => array(
'position' => '126',
'width' => '16',
'height' => '16'
),
's_asci' => array(
'position' => '127',
'width' => '16',
'height' => '16'
),
's_attention' => array(
'position' => '128',
'width' => '16',
'height' => '16'
),
's_cancel' => array(
'position' => '129',
'width' => '16',
'height' => '16'
),
's_cancel2' => array(
'position' => '130',
'width' => '16',
'height' => '16'
),
's_cog' => array(
'position' => '131',
'width' => '16',
'height' => '16'
),
's_db' => array(
'position' => '132',
'width' => '16',
'height' => '16'
),
's_desc' => array(
'position' => '133',
'width' => '16',
'height' => '16'
),
's_error' => array(
'position' => '134',
'width' => '16',
'height' => '16'
),
's_error2' => array(
'position' => '135',
'width' => '11',
'height' => '11'
),
's_host' => array(
'position' => '136',
'width' => '16',
'height' => '16'
),
's_info' => array(
'position' => '137',
'width' => '16',
'height' => '16'
),
's_lang' => array(
'position' => '138',
'width' => '16',
'height' => '16'
),
's_link' => array(
'position' => '139',
'width' => '16',
'height' => '16'
),
's_lock' => array(
'position' => '140',
'width' => '16',
'height' => '16'
),
's_loggoff' => array(
'position' => '141',
'width' => '16',
'height' => '16'
),
's_notice' => array(
'position' => '142',
'width' => '16',
'height' => '16'
),
's_okay' => array(
'position' => '143',
'width' => '16',
'height' => '16'
),
's_passwd' => array(
'position' => '144',
'width' => '16',
'height' => '16'
),
's_process' => array(
'position' => '145',
'width' => '16',
'height' => '16'
),
's_really' => array(
'position' => '146',
'width' => '11',
'height' => '11'
),
's_reload' => array(
'position' => '147',
'width' => '16',
'height' => '16'
),
's_replication' => array(
'position' => '148',
'width' => '16',
'height' => '16'
),
's_rights' => array(
'position' => '149',
'width' => '16',
'height' => '16'
),
's_sortable' => array(
'position' => '150',
'width' => '16',
'height' => '16'
),
's_status' => array(
'position' => '151',
'width' => '16',
'height' => '16'
),
's_success' => array(
'position' => '152',
'width' => '16',
'height' => '16'
),
's_sync' => array(
'position' => '153',
'width' => '16',
'height' => '16'
),
's_tbl' => array(
'position' => '154',
'width' => '16',
'height' => '16'
),
's_theme' => array(
'position' => '155',
'width' => '16',
'height' => '16'
),
's_top' => array(
'position' => '156',
'width' => '16',
'height' => '16'
),
's_unlink' => array(
'position' => '157',
'width' => '16',
'height' => '16'
),
's_vars' => array(
'position' => '158',
'width' => '16',
'height' => '16'
),
's_views' => array(
'position' => '159',
'width' => '16',
'height' => '16'
),
'window-new' => array(
'position' => '160',
'width' => '16',
'height' => '16'
),
);
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"name": "mhn",
"version": "1.3",
"version": "1.4",
"description": "Flat Theme for phpMyAdmin",
"author": "Mohan Khadka",
"url": "http://www.mohankhadka.com.np/",
"supports": ["4.7"]
"supports": ["4.8"]
}