diff --git a/original_small/css/theme_left.css.php b/original_small/css/theme_left.css.php new file mode 100644 index 000000000..df2eedd77 --- /dev/null +++ b/original_small/css/theme_left.css.php @@ -0,0 +1,156 @@ + +/******************************************************************************/ +/* general tags */ + +body { + + font-family: ; + + background: ; + color: ; + margin: 0; + padding: 0.2em 0.2em 0.2em 0.2em; +} + +a img { + border: 0; + margin: 0px 0px 0px 0px; +} + +form { + margin: 0; + padding: 0; + display: inline; +} + +select { + width: 100%; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + + +/******************************************************************************/ +/* classes */ + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + border-bottom: 0.05em solid ; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#leftframelinks .icon { + padding: 0; + margin: 0; +} + +div#leftframelinks a img.icon { + margin: 0; + padding: 0.2em; + border: 0.05em solid ; +} + +div#leftframelinks a:hover { + background: ; + color: ; +} + +/* serverlist */ +#body_leftFrame #list_server { + list-style-image: url(..//original/img/s_host.png); + list-style-position: inside; + list-style-type: none; + margin: 0; + padding: 0; +} + +#body_leftFrame #list_server li { + margin: 0; + padding: 0; + font-size: 80%; +} + +/* leftdatabaselist */ +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + font-size: 80%; + background: ; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + background: ; + color: ; + text-decoration: none; +} + +div#left_tableList a:hover { + background: ; + color: ; + text-decoration: underline; +} + +div#left_tableList li { + margin: 0; + padding: 0; + white-space: nowrap; +} + + +/* marked items */ +div#left_tableList > ul li.marked > a, +div#left_tableList > ul li.marked { + background: ; + color: ; +} + + + +div#left_tableList > ul li:hover > a, +div#left_tableList > ul li:hover { + background: ; + color: ; +} + + +div#left_tableList img { + padding: 0; + vertical-align: middle; +} + +div#left_tableList ul ul { + margin-left: 0; + padding-left: 0.1em; + border-left: 0.1em solid ; + padding-bottom: 0.1em; + border-bottom: 0.1em solid ; +} diff --git a/original_small/css/theme_print.css.php b/original_small/css/theme_print.css.php new file mode 100644 index 000000000..0b385e6db --- /dev/null +++ b/original_small/css/theme_print.css.php @@ -0,0 +1,29 @@ +/* For printview */ +body, table, th, td { + color: #000000; + background-color: #ffffff; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} diff --git a/original_small/css/theme_right.css.php b/original_small/css/theme_right.css.php new file mode 100644 index 000000000..4eeb07503 --- /dev/null +++ b/original_small/css/theme_right.css.php @@ -0,0 +1,1106 @@ + +/******************************************************************************/ +/* general tags */ +body { + + font-family: ; + + padding: 0; + margin: 0.5em; + color: ; + background: ; +} + + +textarea, tt, pre, code { + font-family: ; +} + + +h1 { + font-size: 140%; + font-weight: bold; +} + +h2 { + font-size: 120%; + font-weight: bold; +} + +h3 { + font-weight: bold; +} + +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} + +a:hover { + text-decoration: underline; + color: #FF0000; +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +th { + font-weight: bold; + color: ; + background: ; +} + +a img { + border: 0; +} + +hr { + color: ; + background-color: ; + border: 0; + height: 1px; +} + +form { + padding: 0; + margin: 0; + display: inline; +} + +textarea { + overflow: visible; + height: 8em; +} + +fieldset { + margin-top: 1em; + border: solid 1px; + padding: 0.5em; + background: ; +} + +fieldset fieldset { + margin: 0.8em; +} + +fieldset legend { + background-color: transparent; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + +table caption, +table th, +table td { + padding: 0; + margin: 0; + vertical-align: top; +} + +img, +input, +select, +button { + vertical-align: middle; +} +/* for Internet Explorer there can be added this class to all checkboxes, so the css can reach the checkboxes: */ +input.inpcheck { + width:10px; + height:10px; +} +/* this is ignored by IE6 */ +input[type=checkbox] { + width:10px; + height:10px; +} + +/******************************************************************************/ +/* classes */ + +fieldset.tblFooters { + margin-top: 0; + margin-bottom: 0.5em; + text-align: ; + float: none; + clear: both; +} + +fieldset .formelement { + float: ; + margin-: 0.5em; + /* IE */ + white-space: nowrap; +} + +/* revert for Gecko */ +fieldset div[class=formelement] { + white-space: normal; +} + +button.mult_submit { + border: none; + background-color: transparent; +} + +/* odd items 1,3,5,7,... */ +table tr.odd th, +.odd { + background: ; +} + +/* even items 2,4,6,8,... */ +table tr.even th, +.even { + background: ; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd, +table tr.even th, +table tr.even { + text-align: ; +} + +/* marked tbale rows */ +table tr.marked th, +table tr.marked { + background: ; + color: ; +} + +/* hovered items */ +.odd:hover, +.even:hover, +.hover { + background: ; + color: ; +} + +/* hovered table rows */ +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th { + background: ; + color: ; +} + +/** + * marks table rows/cells if the db field is in a where condition + */ +tr.condition th, +tr.condition td, +td.condition, +th.condition { + border: 1px solid ; +} + +table .value { + text-align: ; + white-space: normal; +} +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: normal; +} + + + +.value { + font-family: ; +} + +.value .attention { + color: red; + font-weight: bold; +} +.value .allfine { + color: green; +} + + +img.lightbulb { + cursor: pointer; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: #D3DCE3; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 80%; + border: 1px dashed #000000; +} + +/* MySQL Parser */ +.syntax { + font-size: 80%; +} + +.syntax_comment { + padding-left: 4pt; + padding-right: 4pt; +} + +.syntax_digit { +} + +.syntax_digit_hex { +} + +.syntax_digit_integer { +} + +.syntax_digit_float { +} + +.syntax_punct { +} + +.syntax_alpha { +} + +.syntax_alpha_columnType { + text-transform: uppercase; +} + +.syntax_alpha_columnAttrib { + text-transform: uppercase; +} + +.syntax_alpha_reservedWord { + text-transform: uppercase; + font-weight: bold; +} + +.syntax_alpha_functionName { + text-transform: uppercase; +} + +.syntax_alpha_identifier { +} + +.syntax_alpha_charset { +} + +.syntax_alpha_variable { +} + +.syntax_quote { + white-space: pre; +} + +.syntax_quote_backtick { +} + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} +/* this resizes all icons to a height of 14, although the files still have their original height of 16 */ +img[class=icon]{ + margin: 0 0 0 0; + padding: 0 0 0 0; + height:14px; +} +/* no extra space in table cells */ +td .icon { + margin: 0; +} + +.selectallarrow { + margin-: 0.3em; + margin-: 0.6em; +} + +/* message boxes: warning, error, confirmation */ +.notice { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #FFD700; + + background-image: url(../getImgPath(); ?>s_notice.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.notice h1 { + border-bottom: 0.1em solid #FFD700; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.warning { + color: #CC0000; + background-color: #FFFFCC; +} +p.warning, +h1.warning, +div.warning { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #CC0000; + + background-image: url(../getImgPath(); ?>s_warn.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.warning h1 { + border-bottom: 0.1em solid #cc0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.error { + background-color: #FFFFCC; + color: #ff0000; +} + +h1.error, +div.error { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #ff0000; + + background-image: url(../getImgPath(); ?>s_error.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +div.error h1 { + border-bottom: 0.1em solid #ff0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #FF0000; +} +fieldset.confirmation legend { + border-left: 0.1em solid #FF0000; + border-right: 0.1em solid #FF0000; + font-weight: bold; + + background-image: url(../getImgPath(); ?>s_really.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +/* end messageboxes */ + + +.tblcomment { + font-size: 70%; + font-weight: normal; + color: #000099; +} + +.tblHeaders { + font-weight: bold; + color: ; + background: ; +} + +.tblFooters { + font-weight: normal; + color: ; + background: ; + +} + +.tblHeaders a:link, +.tblHeaders a:active, +.tblHeaders a:visited, +.tblFooters a:link, +.tblFooters a:active, +.tblFooters a:visited { + color: #0000FF; +} + +.tblHeaders a:hover, +.tblFooters a:hover { + color: #FF0000; +} + +/* forbidden, no privilegs */ +.noPrivileges { + color: #FF0000; + font-weight: bold; +} + +/* disabled text */ +.disabled, +.disabled a:link, +.disabled a:active, +.disabled a:visited { + color: #666666; +} + +.disabled a:hover { + color: #666666; + text-decoration: none; +} + +tr.disabled td, +td.disabled { + background-color: #cccccc; +} + +/** + * login form + */ +body.loginform h1, +body.loginform a.logo { + display: block; + text-align: center; +} + +body.loginform { + text-align: center; +} + +body.loginform div.container { + text-align: ; + width: 30em; + margin: 0 auto; +} + +form.login label { + float: ; + width: 10em; + font-weight: bolder; +} + + +/******************************************************************************/ +/* specific elements */ + +/* topmenu */ +ul#topmenu { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; +} + +ul#topmenu li { + float: ; + margin: 0; + padding: 0; + vertical-align: middle; +} + +#topmenu img { + vertical-align: middle; + margin-: 0.1em; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + display: block; + margin: 0.2em 0.2em 0 0.2em; + padding: 0.2em 0.2em 0 0.2em; + white-space: nowrap; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} + + +/* active tab */ +a.tabactive { + color: black; +} + +#topmenu { + margin-top: 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +ul#topmenu li { + border-bottom: 1pt solid black; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + background-color: ; + border: 1pt solid ; + border-bottom: 0; + border-top-left-radius: 0.4em; + border-top-right-radius: 0.4em; +} + +/* enabled hover/active tabs */ +a.tab:hover, +a.tabcaution:hover, +.tabactive, +.tabactive:hover { + margin: 0; + padding: 0.2em 0.4em 0.2em 0.4em; + text-decoration: none; +} + +a.tab:hover, +.tabactive { + background-color: ; +} + +/* disabled drop/empty tabs */ +span.tab, +span.tabcaution { + cursor: url(../getImgPath(); ?>error.ico), default; +} + +/* end topmenu */ + + +/* Calendar */ +table.calendar { + width: 100%; +} +table.calendar td { + text-align: center; +} +table.calendar td a { + display: block; +} + +table.calendar td a:hover { + background-color: #CCFFCC; +} + +table.calendar th { + background-color: #D3DCE3; +} + +table.calendar td.selected { + background-color: #FFCC99; +} + +img.calendar { + border: none; +} +form.clock { + text-align: center; +} +/* end Calendar */ + + +/* table stats */ +div#tablestatistics { + border-bottom: 0.1em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#tablestatistics table { + float: ; + margin-bottom: 0.5em; + margin-: 0.5em; +} + +div#tablestatistics table caption { + margin-: 0.5em; +} +/* END table stats */ + + +/* server privileges */ +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} +/* END server privileges */ + + + +/* Heading */ +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 110%; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 20em; + height: auto; + overflow: visible; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 0.1em solid #000000; + padding: 0.5em; +} + +/* user privileges */ +#fieldset_add_user_login div.item { + border-bottom: 1px solid silver; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: ; + display: block; + width: 10em; + max-width: 100%; + text-align: ; + padding-: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: ; + display: block; + width: 12em; + max-width: 100%; + padding-: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: ; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: ; + width: 9em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label { + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: ; +} +/* END user privileges */ + + +/* serverstatus */ +div#serverstatus table caption a.top { + float: ; +} + +div#serverstatus div#serverstatusqueriesdetails table, +div#serverstatus table#serverstatustraffic, +div#serverstatus table#serverstatusconnections { + float: ; +} + +#serverstatussection, +.clearfloat { + clear: both; +} +div#serverstatussection table { + width: 100%; + margin-bottom: 1em; +} +div#serverstatussection table .name { + width: 18em; +} +div#serverstatussection table .value { + width: 6em; +} + +div#serverstatus table tbody td.descr a, +div#serverstatus table .tblFooters a { + white-space: nowrap; +} +div#serverstatus div#statuslinks a:before, +div#serverstatus div#sectionlinks a:before, +div#serverstatus table tbody td.descr a:before, +div#serverstatus table .tblFooters a:before { + content: '['; +} +div#serverstatus div#statuslinks a:after, +div#serverstatus div#sectionlinks a:after, +div#serverstatus table tbody td.descr a:after, +div#serverstatus table .tblFooters a:after { + content: ']'; +} +/* end serverstatus */ + +/* querywindow */ +body#bodyquerywindow { + margin: 0; + padding: 0; + background-image: none; + background-color: #F5F5F5; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + + +/* querybox */ + +div#sqlquerycontainer { + float: ; + width: 69%; + /* height: 15em; */ +} + +div#tablefieldscontainer { + float: ; + width: 29%; + /* height: 15em; */ +} + +div#tablefieldscontainer select { + width: 100%; + /* height: 12em; */ +} + +textarea#sqlquery { + width: 100%; + /* height: 100%; */ +} + +div#queryboxcontainer div#bookmarkoptions { + margin-top: 0.5em; +} +/* end querybox */ + +/* main page */ +#maincontainer { + background-image: url(../getImgPath(); ?>logo_right.png); + background-position: bottom; + background-repeat: no-repeat; + border-bottom: 1px solid silver; +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-image: url(../getImgPath(); ?>item_.png); + vertical-align: middle; +} + +#maincontainer li { + margin-bottom: 0.3em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(../getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(../getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation, +li#li_select_mysql_charset { + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(../getImgPath(); ?>s_theme.png); +} + +li#li_server_info{ + list-style-image: url(../getImgPath(); ?>s_host.png); +} + +li#li_user_info{ + /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(../getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(../getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(../getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(../getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(../getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(../getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(../getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(../getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(../getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(../getImgPath(); ?>s_loggoff.png); +} + +li#li_pma_docs { + list-style-image: url(../getImgPath(); ?>b_docs.png); +} + +li#li_phpinfo { + list-style-image: url(../getImgPath(); ?>php_sym.png); +} + +li#li_pma_homepage { + list-style-image: url(../getImgPath(); ?>b_home.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(../getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(../getImgPath(); ?>s_reload.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background: ; + margin: 0.5em 0.5em 0 0.5em; +} + +#bodyquerywindow { + background: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: ; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +#div_table_order { + min-width: 48%; + float: ; +} + +#div_table_rename { + min-width: 48%; + float: ; +} + +#div_table_copy { + min-width: 48%; + float: ; +} + +#div_table_options { + clear: both; + min-width: 48%; + float: ; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} + +label.desc { + width: 30em; + float: ; +} \ No newline at end of file diff --git a/original_small/img/arrow_ltr.png b/original_small/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/original_small/img/arrow_ltr.png differ diff --git a/original_small/img/arrow_rtl.png b/original_small/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/original_small/img/arrow_rtl.png differ diff --git a/original_small/img/asc_order.png b/original_small/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/original_small/img/asc_order.png differ diff --git a/original_small/img/b_bookmark.png b/original_small/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/original_small/img/b_bookmark.png differ diff --git a/original_small/img/b_browse.png b/original_small/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/original_small/img/b_browse.png differ diff --git a/original_small/img/b_calendar.png b/original_small/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/original_small/img/b_calendar.png differ diff --git a/original_small/img/b_comment.png b/original_small/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/original_small/img/b_comment.png differ diff --git a/original_small/img/b_dbstatistics.png b/original_small/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/original_small/img/b_dbstatistics.png differ diff --git a/original_small/img/b_deltbl.png b/original_small/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/original_small/img/b_deltbl.png differ diff --git a/original_small/img/b_docs.png b/original_small/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/original_small/img/b_docs.png differ diff --git a/original_small/img/b_docsql.png b/original_small/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/original_small/img/b_docsql.png differ diff --git a/original_small/img/b_drop.png b/original_small/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/original_small/img/b_drop.png differ diff --git a/original_small/img/b_edit.png b/original_small/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/original_small/img/b_edit.png differ diff --git a/original_small/img/b_empty.png b/original_small/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/original_small/img/b_empty.png differ diff --git a/original_small/img/b_engine.png b/original_small/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/original_small/img/b_engine.png differ diff --git a/original_small/img/b_export.png b/original_small/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/original_small/img/b_export.png differ diff --git a/original_small/img/b_firstpage.png b/original_small/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/original_small/img/b_firstpage.png differ diff --git a/original_small/img/b_ftext.png b/original_small/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/original_small/img/b_ftext.png differ diff --git a/original_small/img/b_help.png b/original_small/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/original_small/img/b_help.png differ diff --git a/original_small/img/b_home.png b/original_small/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/original_small/img/b_home.png differ diff --git a/original_small/img/b_import.png b/original_small/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/original_small/img/b_import.png differ diff --git a/original_small/img/b_index.png b/original_small/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/original_small/img/b_index.png differ diff --git a/original_small/img/b_info.png b/original_small/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/original_small/img/b_info.png differ diff --git a/original_small/img/b_insrow.png b/original_small/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/original_small/img/b_insrow.png differ diff --git a/original_small/img/b_lastpage.png b/original_small/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/original_small/img/b_lastpage.png differ diff --git a/original_small/img/b_minus.png b/original_small/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/original_small/img/b_minus.png differ diff --git a/original_small/img/b_newdb.png b/original_small/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/original_small/img/b_newdb.png differ diff --git a/original_small/img/b_newtbl.png b/original_small/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/original_small/img/b_newtbl.png differ diff --git a/original_small/img/b_nextpage.png b/original_small/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/original_small/img/b_nextpage.png differ diff --git a/original_small/img/b_pdfdoc.png b/original_small/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/original_small/img/b_pdfdoc.png differ diff --git a/original_small/img/b_plus.png b/original_small/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/original_small/img/b_plus.png differ diff --git a/original_small/img/b_prevpage.png b/original_small/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/original_small/img/b_prevpage.png differ diff --git a/original_small/img/b_primary.png b/original_small/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/original_small/img/b_primary.png differ diff --git a/original_small/img/b_print.png b/original_small/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/original_small/img/b_print.png differ diff --git a/original_small/img/b_props.png b/original_small/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/original_small/img/b_props.png differ diff --git a/original_small/img/b_relations.png b/original_small/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/original_small/img/b_relations.png differ diff --git a/original_small/img/b_save.png b/original_small/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/original_small/img/b_save.png differ diff --git a/original_small/img/b_sbrowse.png b/original_small/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/original_small/img/b_sbrowse.png differ diff --git a/original_small/img/b_sdb.png b/original_small/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/original_small/img/b_sdb.png differ diff --git a/original_small/img/b_search.png b/original_small/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/original_small/img/b_search.png differ diff --git a/original_small/img/b_selboard.png b/original_small/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/original_small/img/b_selboard.png differ diff --git a/original_small/img/b_select.png b/original_small/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/original_small/img/b_select.png differ diff --git a/original_small/img/b_sql.png b/original_small/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/original_small/img/b_sql.png differ diff --git a/original_small/img/b_sqldoc.png b/original_small/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/original_small/img/b_sqldoc.png differ diff --git a/original_small/img/b_sqlhelp.png b/original_small/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/original_small/img/b_sqlhelp.png differ diff --git a/original_small/img/b_tblanalyse.png b/original_small/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/original_small/img/b_tblanalyse.png differ diff --git a/original_small/img/b_tblexport.png b/original_small/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/original_small/img/b_tblexport.png differ diff --git a/original_small/img/b_tblimport.png b/original_small/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/original_small/img/b_tblimport.png differ diff --git a/original_small/img/b_tblops.png b/original_small/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/original_small/img/b_tblops.png differ diff --git a/original_small/img/b_tbloptimize.png b/original_small/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/original_small/img/b_tbloptimize.png differ diff --git a/original_small/img/b_tipp.png b/original_small/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/original_small/img/b_tipp.png differ diff --git a/original_small/img/b_unique.png b/original_small/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/original_small/img/b_unique.png differ diff --git a/original_small/img/b_usradd.png b/original_small/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/original_small/img/b_usradd.png differ diff --git a/original_small/img/b_usrcheck.png b/original_small/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/original_small/img/b_usrcheck.png differ diff --git a/original_small/img/b_usrdrop.png b/original_small/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/original_small/img/b_usrdrop.png differ diff --git a/original_small/img/b_usredit.png b/original_small/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/original_small/img/b_usredit.png differ diff --git a/original_small/img/b_usrlist.png b/original_small/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/original_small/img/b_usrlist.png differ diff --git a/original_small/img/b_view.png b/original_small/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/original_small/img/b_view.png differ diff --git a/original_small/img/b_views.png b/original_small/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/original_small/img/b_views.png differ diff --git a/original_small/img/bd_browse.png b/original_small/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/original_small/img/bd_browse.png differ diff --git a/original_small/img/bd_deltbl.png b/original_small/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/original_small/img/bd_deltbl.png differ diff --git a/original_small/img/bd_drop.png b/original_small/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/original_small/img/bd_drop.png differ diff --git a/original_small/img/bd_empty.png b/original_small/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/original_small/img/bd_empty.png differ diff --git a/original_small/img/bd_firstpage.png b/original_small/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/original_small/img/bd_firstpage.png differ diff --git a/original_small/img/bd_ftext.png b/original_small/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/original_small/img/bd_ftext.png differ diff --git a/original_small/img/bd_index.png b/original_small/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/original_small/img/bd_index.png differ diff --git a/original_small/img/bd_insrow.png b/original_small/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/original_small/img/bd_insrow.png differ diff --git a/original_small/img/bd_lastpage.png b/original_small/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/original_small/img/bd_lastpage.png differ diff --git a/original_small/img/bd_nextpage.png b/original_small/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/original_small/img/bd_nextpage.png differ diff --git a/original_small/img/bd_prevpage.png b/original_small/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/original_small/img/bd_prevpage.png differ diff --git a/original_small/img/bd_primary.png b/original_small/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/original_small/img/bd_primary.png differ diff --git a/original_small/img/bd_sbrowse.png b/original_small/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/original_small/img/bd_sbrowse.png differ diff --git a/original_small/img/bd_select.png b/original_small/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/original_small/img/bd_select.png differ diff --git a/original_small/img/bd_unique.png b/original_small/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/original_small/img/bd_unique.png differ diff --git a/original_small/img/error.ico b/original_small/img/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/original_small/img/error.ico differ diff --git a/original_small/img/item.png b/original_small/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/original_small/img/item.png differ diff --git a/original_small/img/item_ltr.png b/original_small/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/original_small/img/item_ltr.png differ diff --git a/original_small/img/item_rtl.png b/original_small/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/original_small/img/item_rtl.png differ diff --git a/original_small/img/logo_left.png b/original_small/img/logo_left.png new file mode 100644 index 000000000..e3c47e465 Binary files /dev/null and b/original_small/img/logo_left.png differ diff --git a/original_small/img/logo_right.png b/original_small/img/logo_right.png new file mode 100644 index 000000000..44da9f28d Binary files /dev/null and b/original_small/img/logo_right.png differ diff --git a/original_small/img/php_sym.png b/original_small/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/original_small/img/php_sym.png differ diff --git a/original_small/img/pma_logo2.png b/original_small/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/original_small/img/pma_logo2.png differ diff --git a/original_small/img/s_asc.png b/original_small/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/original_small/img/s_asc.png differ diff --git a/original_small/img/s_asci.png b/original_small/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/original_small/img/s_asci.png differ diff --git a/original_small/img/s_attention.png b/original_small/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/original_small/img/s_attention.png differ diff --git a/original_small/img/s_cancel.png b/original_small/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/original_small/img/s_cancel.png differ diff --git a/original_small/img/s_cancel2.png b/original_small/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/original_small/img/s_cancel2.png differ diff --git a/original_small/img/s_db.png b/original_small/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/original_small/img/s_db.png differ diff --git a/original_small/img/s_desc.png b/original_small/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/original_small/img/s_desc.png differ diff --git a/original_small/img/s_error.png b/original_small/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/original_small/img/s_error.png differ diff --git a/original_small/img/s_error2.png b/original_small/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/original_small/img/s_error2.png differ diff --git a/original_small/img/s_fulltext.png b/original_small/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/original_small/img/s_fulltext.png differ diff --git a/original_small/img/s_host.png b/original_small/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/original_small/img/s_host.png differ diff --git a/original_small/img/s_info.png b/original_small/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/original_small/img/s_info.png differ diff --git a/original_small/img/s_lang.png b/original_small/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/original_small/img/s_lang.png differ diff --git a/original_small/img/s_loggoff.png b/original_small/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/original_small/img/s_loggoff.png differ diff --git a/original_small/img/s_notice.png b/original_small/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/original_small/img/s_notice.png differ diff --git a/original_small/img/s_okay.png b/original_small/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/original_small/img/s_okay.png differ diff --git a/original_small/img/s_partialtext.png b/original_small/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/original_small/img/s_partialtext.png differ diff --git a/original_small/img/s_passwd.png b/original_small/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/original_small/img/s_passwd.png differ diff --git a/original_small/img/s_process.png b/original_small/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/original_small/img/s_process.png differ diff --git a/original_small/img/s_really.png b/original_small/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/original_small/img/s_really.png differ diff --git a/original_small/img/s_reload.png b/original_small/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/original_small/img/s_reload.png differ diff --git a/original_small/img/s_rights.png b/original_small/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/original_small/img/s_rights.png differ diff --git a/original_small/img/s_status.png b/original_small/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/original_small/img/s_status.png differ diff --git a/original_small/img/s_tbl.png b/original_small/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/original_small/img/s_tbl.png differ diff --git a/original_small/img/s_theme.png b/original_small/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/original_small/img/s_theme.png differ diff --git a/original_small/img/s_vars.png b/original_small/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/original_small/img/s_vars.png differ diff --git a/original_small/img/s_views.png b/original_small/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/original_small/img/s_views.png differ diff --git a/original_small/img/s_warn.png b/original_small/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/original_small/img/s_warn.png differ diff --git a/original_small/img/spacer.png b/original_small/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/original_small/img/spacer.png differ diff --git a/original_small/img/vertical_line.png b/original_small/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/original_small/img/vertical_line.png differ diff --git a/original_small/img/window-new.png b/original_small/img/window-new.png new file mode 100644 index 000000000..0e12ef954 Binary files /dev/null and b/original_small/img/window-new.png differ diff --git a/original_small/info.inc.php b/original_small/info.inc.php new file mode 100644 index 000000000..461e663d4 --- /dev/null +++ b/original_small/info.inc.php @@ -0,0 +1,6 @@ + diff --git a/original_small/layout.inc.php b/original_small/layout.inc.php new file mode 100644 index 000000000..948e58ba0 --- /dev/null +++ b/original_small/layout.inc.php @@ -0,0 +1,110 @@ +getImgPath() . 'vertical_line.png) repeat-y'; + +// foreground (text) color of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; + +// background of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC'; + +// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; + +// background of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; + +/** + * fonts + */ +/** + * the font family as a valid css font family value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontFamily'] = 'arial'; +/** + * fixed width font family, used in textarea + */ +$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; + +/** + * tables + */ +// border +$GLOBALS['cfg']['Border'] = 0; +// table header and footer color +$GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; +// table header and footer background +$GLOBALS['cfg']['ThColor'] = '#000000'; +// table data row background +$GLOBALS['cfg']['BgOne'] = '#E5E5E5'; +// table data row background, alternate +$GLOBALS['cfg']['BgTwo'] = '#D5D5D5'; + +/** + * query window + */ +// Width of Query window +$GLOBALS['cfg']['QueryWindowWidth'] = 600; +// Height of Query window +$GLOBALS['cfg']['QueryWindowHeight'] = 400; + +/** + * SQL Parser Settings + * Syntax colouring data + */ +$GLOBALS['cfg']['SQP']['fmtColor'] = array( + 'comment' => '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); +?> diff --git a/original_small/readme.txt b/original_small/readme.txt new file mode 100644 index 000000000..0492773ab --- /dev/null +++ b/original_small/readme.txt @@ -0,0 +1,79 @@ + + README FILE FOR THE ORIGINAL SMALL THEME USED WITH PHPMAYADMIN +---------------------------------------------------------------------- + +CHANGE LOG: + - 2006-09-20; + > Supporting phpMyAdmin Version 2.9.0-rc1 and higher + +1. INFORMATION ABOUT THIS THEME: +---------------------------------------------------------------------- + a) THEME: + The theme is based on the 'Original' theme made by the + members of the phpMyAdmin Team. This theme is simply the Original + Theme but with small icons and checkboxes, so there fits more one page. + Modifications are made by Ruben Barkow. (www.eclabs.de) + + b) ICONS: + The Icons are the original Icons from The "Original" theme but they are resized by the browser. + The Icons have a height of 16 but are resized to a height of 13 so they look a bit squeezed. + + c) USAGE: + The best effect you get if you use a Font size of "70%" in the front screen of phpMyAdmin + + d) QUESTIONS: + I posted this theme in the PMA-theme-area, you`ll find additional info there: + http://sourceforge.net/tracker/index.php?func=detail&aid=1561967&group_id=23067&atid=689412 + +2. INSTALLATION +---------------------------------------------------------------------- + Simply unzip the files. + (sample: [whatever]/phpMyAdmin/themes/) + + make sure, that all files are in the directory + - [whatever]/phpMyAdmin/themes/original_small/. + + Note: + [whatever] is any path to your phpMyAdmin-Installation. + + Optional for Internet Explorer: + In mozilla it looks very small now ;) + but in Internet Explorer the new style is not valid so it is ignored (but its + still smaller than the original already) + + To get an even smaller view in IE, you need a small hack: + (use an editor with a replace function where you can + replace text inside all documents inside your PMA folder [whatever]) + + 1. + replace all occurrences of + `type="checkbox" ` + ---------------- + with + `type="checkbox" class="inpcheck" ` + --------------------------------- + (take care that you also replace the spaces after the quotes) + + + 2. + replace all occurrences of + `height="16"` + ----------- + with + `height="14"` + ----------- + +---------------------------------------------------------------------- + + +3. REQUIREMENTS / INFORMATIONS +---------------------------------------------------------------------- + - phpMyAdmin Version 2.9.0-rc1 or higher + - full CSS2 compatible browser + (I've tested with Firefox 1.5 and Microsoft(R) InternetExplorer 6.0) + - Your browser should support Javascript + and png-images. + +---------------------------------------------------------------------- + + diff --git a/original_small/screen.png b/original_small/screen.png new file mode 100644 index 000000000..a08bfe29c Binary files /dev/null and b/original_small/screen.png differ