├── LICENSE ├── README.md ├── css ├── codemirror.css.php ├── common.css.php ├── designer.css.php ├── enum_editor.css.php ├── gis.css.php ├── icons.css.php ├── jqplot.css.php ├── material │ ├── bundle-fonts.css │ ├── bundle-fonts.min.css │ ├── common │ │ ├── alert.css.php │ │ ├── buttons.css.php │ │ ├── content.css.php │ │ ├── data.css.php │ │ ├── elements.css.php │ │ ├── forms.css.php │ │ ├── general.css.php │ │ ├── globals.css.php │ │ ├── heading.css.php │ │ ├── icons.css.php │ │ ├── images.css.php │ │ ├── layouts.css.php │ │ ├── login.css.php │ │ ├── ltr.css.php │ │ ├── misc.css.php │ │ ├── nav.css.php │ │ ├── reset.css.php │ │ ├── responsive.css.php │ │ ├── select.css.php │ │ ├── tables.css.php │ │ └── typography.css.php │ └── navigation │ │ ├── elements.css.php │ │ ├── globals.css.php │ │ ├── logos.css.php │ │ └── nav.css.php ├── navigation.css.php ├── printview.css ├── resizable-menu.css.php └── rte.css.php ├── fonts └── roboto │ ├── Roboto-Bold.eot │ ├── Roboto-Bold.ttf │ ├── Roboto-Bold.woff │ ├── Roboto-Bold.woff2 │ ├── Roboto-Light.eot │ ├── Roboto-Light.ttf │ ├── Roboto-Light.woff │ ├── Roboto-Light.woff2 │ ├── Roboto-Medium.eot │ ├── Roboto-Medium.ttf │ ├── Roboto-Medium.woff │ ├── Roboto-Medium.woff2 │ ├── Roboto-Regular.eot │ ├── Roboto-Regular.ttf │ ├── Roboto-Regular.woff │ ├── Roboto-Regular.woff2 │ ├── Roboto-Thin.eot │ ├── Roboto-Thin.ttf │ ├── Roboto-Thin.woff │ └── Roboto-Thin.woff2 ├── img ├── ajax_clock_small.gif ├── arrow_ltr.png ├── arrow_rtl.png ├── asc_order.png ├── b_bookmark.png ├── b_browseOld.png ├── b_calendar.png ├── b_chart.png ├── b_close.png ├── b_column_add.png ├── b_comment.png ├── b_dbstatistics.png ├── b_deltbl.png ├── b_docs.png ├── b_docsql.png ├── b_dropOld.png ├── b_edit.png ├── b_emptyOld.png ├── b_engine.png ├── b_event_add.png ├── b_events.png ├── b_export.png ├── b_find_replace.png ├── b_firstpage.png ├── b_ftext.png ├── b_globe.gif ├── b_group.png ├── b_help.png ├── b_home.png ├── b_import.png ├── b_index.png ├── b_index_add.png ├── b_info.png ├── b_inline_edit.png ├── b_insrowOld.png ├── b_lastpage.png ├── b_minus.png ├── b_more.png ├── b_move.png ├── b_newdb.png ├── b_newtbl.png ├── b_nextpage.png ├── b_pdfdoc.png ├── b_plus.png ├── b_prevpage.png ├── b_primary.png ├── b_printOld.png ├── b_propsOld.png ├── b_relations.png ├── b_routine_add.png ├── b_routines.png ├── b_save.png ├── b_sbrowseOld.png ├── b_sdb.png ├── b_search.png ├── b_selboard.png ├── b_select.png ├── b_snewtbl.png ├── b_spatial.png ├── b_sql.png ├── b_sqldoc.png ├── b_sqlhelp.png ├── b_table_add.png ├── b_tblanalyseOld.png ├── b_tblexport.png ├── b_tblimport.png ├── b_tblops.png ├── b_tbloptimize.png ├── b_tipp.png ├── b_trigger_add.png ├── b_triggers.png ├── b_undo.png ├── b_unique.png ├── b_usradd.png ├── b_usrcheck.png ├── b_usrdrop.png ├── b_usredit.png ├── b_usrlist.png ├── b_view.png ├── b_view_add.png ├── b_views.png ├── bd_browse.png ├── bd_deltbl.png ├── bd_drop.png ├── bd_edit.png ├── bd_emptyOld.png ├── bd_export.png ├── bd_firstpage.png ├── bd_ftext.png ├── bd_index.png ├── bd_insrow.png ├── bd_lastpage.png ├── bd_nextpage.png ├── bd_prevpage.png ├── bd_primary.png ├── bd_sbrowse.png ├── bd_select.png ├── bd_spatial.png ├── bd_unique.png ├── col_drop.png ├── col_pointer.png ├── col_pointer_ver.png ├── database.png ├── designer │ ├── 1.png │ ├── 2.png │ ├── 2leftarrow.png │ ├── 2leftarrow_m.png │ ├── 2rightarrow.png │ ├── 2rightarrow_m.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── FieldKey_small.png │ ├── Field_small.png │ ├── Field_small_char.png │ ├── Field_small_date.png │ ├── Field_small_int.png │ ├── Header.png │ ├── Header_Linked.png │ ├── anchor.png │ ├── and_icon.png │ ├── ang_direct.png │ ├── bord.png │ ├── bottom.png │ ├── def.png │ ├── display_field.png │ ├── downarrow1.png │ ├── downarrow2.png │ ├── downarrow2_m.png │ ├── exec.png │ ├── exec_small.png │ ├── exitFullscreen.png │ ├── export.png │ ├── favicon.ico │ ├── grid.png │ ├── help.png │ ├── help_relation.png │ ├── left_panel_butt.png │ ├── left_panel_tab.png │ ├── minus.png │ ├── or_icon.png │ ├── page_add.png │ ├── page_delete.png │ ├── page_edit.png │ ├── pdf.png │ ├── plus.png │ ├── query_builder.png │ ├── relation.png │ ├── reload.png │ ├── resize.png │ ├── resizeright.png │ ├── rightarrow1.png │ ├── rightarrow2.png │ ├── save.png │ ├── save_as.png │ ├── small_tab.png │ ├── table.png │ ├── toggle_lines.png │ ├── top_panel.png │ ├── uparrow2_m.png │ └── viewInFullscreen.png ├── east-mini.png ├── error.ico ├── eye.png ├── eye_grey.png ├── item.png ├── lightbulb.png ├── lightbulb_off.png ├── logo_left.png ├── logo_right.png ├── more.png ├── new_data.png ├── new_data_hovered.png ├── new_data_selected.png ├── new_data_selected_hovered.png ├── new_struct.png ├── new_struct_hovered.png ├── new_struct_selected.png ├── new_struct_selected_hovered.png ├── north-mini.png ├── pause.png ├── php_sym.png ├── play.png ├── pma_logo2.png ├── s_asc.png ├── s_asci.png ├── s_attention.png ├── s_cancel.png ├── s_cancel2.png ├── s_cog.png ├── s_db.png ├── s_desc.png ├── s_error.png ├── s_error2.png ├── s_fulltext.png ├── s_host.png ├── s_info.png ├── s_lang.png ├── s_loggoff.png ├── s_notice.png ├── s_okay.png ├── s_partialtext.png ├── s_passwd.png ├── s_process.png ├── s_really.png ├── s_reload.png ├── s_replication.png ├── s_rights.png ├── s_sortable.png ├── s_status.png ├── s_success.png ├── s_sync.png ├── s_tbl.png ├── s_theme.png ├── s_top.png ├── s_vars.png ├── s_views.png ├── south-mini.png ├── spacer.png ├── sprites.png ├── svg │ ├── account-check.svg │ ├── account-edit.svg │ ├── account-group.svg │ ├── account-plus.svg │ ├── account-remove.svg │ ├── alert-circle.svg │ ├── alert.svg │ ├── alpha-i.svg │ ├── alpha-u.svg │ ├── arrow-collapse-vertical.svg │ ├── arrow-left.svg │ ├── auto-fix.svg │ ├── bookmark-plus.svg │ ├── calendar-clock.svg │ ├── chart-arc.svg │ ├── check.svg │ ├── chevron-down.svg │ ├── clock.svg │ ├── close-circle.svg │ ├── code.svg │ ├── comment.svg │ ├── console.svg │ ├── content-copy.svg │ ├── content-save.svg │ ├── crop-square.svg │ ├── database-check.svg │ ├── database-edit.svg │ ├── database-export.svg │ ├── database-import.svg │ ├── database-lock.svg │ ├── database-minus.svg │ ├── database-plus.svg │ ├── database-search.svg │ ├── database.svg │ ├── delete.svg │ ├── document.svg │ ├── exit.svg │ ├── export.svg │ ├── eye-off.svg │ ├── eye-plus.svg │ ├── eye.svg │ ├── favorite.svg │ ├── file-chart.svg │ ├── find-replace.svg │ ├── format-columns.svg │ ├── format-font.svg │ ├── graphql.svg │ ├── help-circle.svg │ ├── help.svg │ ├── home.svg │ ├── import.svg │ ├── key.svg │ ├── link-off.svg │ ├── link.svg │ ├── lock.svg │ ├── menu-down.svg │ ├── minus-circle-color.svg │ ├── minus-circle.svg │ ├── nas.svg │ ├── no-favorite.svg │ ├── page-first.svg │ ├── page-last.svg │ ├── page-next.svg │ ├── page-previous.svg │ ├── palette.svg │ ├── pause.svg │ ├── pencil.svg │ ├── play.svg │ ├── plugin.svg │ ├── plus-box.svg │ ├── plus-circle-color.svg │ ├── plus-circle.svg │ ├── pound.svg │ ├── printer.svg │ ├── reload.svg │ ├── reorder-horizontal.svg │ ├── reorder-vertical.svg │ ├── ruler.svg │ ├── run-fast.svg │ ├── run.svg │ ├── search.svg │ ├── server.svg │ ├── settings.svg │ ├── shuffle.svg │ ├── sort-ascending.svg │ ├── sort-descending.svg │ ├── table-column-remove.svg │ ├── table-column.svg │ ├── table-edit.svg │ ├── table-plus.svg │ ├── table-remove.svg │ ├── table-row-plus-after.svg │ ├── table-search.svg │ ├── table.svg │ ├── textbox-password.svg │ ├── textbox.svg │ ├── translate.svg │ ├── undo.svg │ ├── up.svg │ ├── variable.svg │ ├── view-column.svg │ ├── view-dashboard.svg │ └── window-open.svg ├── toggle-ltr.png ├── toggle-rtl.png ├── vertical_line.png ├── west-mini.png ├── window-new.png ├── zoom-minus-mini.png ├── zoom-plus-mini.png └── zoom-world-mini.png ├── info.inc.php ├── jquery ├── images │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ └── ui-icons_cd0a0a_256x240.png └── jquery-ui.css ├── layout.inc.php ├── screenshots ├── screen1.png ├── screen2.png ├── screen3.png ├── screen4.png ├── screen5.png └── screen6.png ├── sprites.lib.php └── theme.json /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Alex Torres 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![logo phpmyadmin Material](img/logo_left.png "Logo phpmyadmin Material") 2 | 3 | # Material v1.0.0 4 | Theme material design for phpmyadmin inspire per the [design by Agustin](http://www.materialup.com/posts/phpmyadmin-material-design) 5 | 6 | ## Changelog 7 | 8 | 1. Bug fixes for non-compatible browsers -webkit on the icons. 9 | 2. Finished printview script. 10 | 3. Minimal bug fixes. 11 | 12 | ## Usage 13 | 14 | * Download Material. 15 | * Unzip **Material-master**. 16 | * Rename **Material-master** to **Material**. 17 | * Move to your phpMyAdmin themes directory. 18 | * Activate "Material" from phpMyAdmin dashboard. 19 | * Done. 20 | 21 | ## Screenshot 22 | 23 | ![Material Login](screenshots/screen1.png) 24 | 25 | ![Material Home](screenshots/screen2.png) 26 | 27 | ![Material Databases](screenshots/screen3.png) 28 | 29 | ![Material User Accounts](screenshots/screen4.png) 30 | 31 | ![Material Settings](screenshots/screen5.png) 32 | 33 | ![Material Engines](screenshots/screen6.png) 34 | 35 | ## LICENSE 36 | 37 | Licensed under GPL license. Please see the license file: [LICENSE](LICENSE) 38 | -------------------------------------------------------------------------------- /css/codemirror.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | .CodeMirror { 9 | border: 1px solid #ccc; 10 | font-family: !important; 11 | direction: ltr; 12 | height: em 13 | } 14 | 15 | .CodeMirror * { 16 | font-family: 17 | } 18 | 19 | #inline_editor_outer .CodeMirror { 20 | height: em; 21 | margin-bottom: 10px 22 | } 23 | 24 | .insertRowTable .CodeMirror { 25 | height: em; 26 | width: em 27 | } 28 | 29 | #pma_console .CodeMirror { 30 | border: none 31 | } 32 | 33 | #pma_console .CodeMirror-gutters { 34 | background-color: initial; 35 | border: none 36 | } 37 | 38 | span.cm-keyword, span.cm-statement-verb { 39 | color: #909 40 | } 41 | 42 | span.cm-variable { 43 | color: black 44 | } 45 | 46 | span.cm-comment { 47 | color: #808000 48 | } 49 | 50 | span.cm-mysql-string { 51 | color: #008000 52 | } 53 | 54 | span.cm-operator { 55 | color: fuchsia 56 | } 57 | 58 | span.cm-mysql-word { 59 | color: black 60 | } 61 | 62 | span.cm-builtin { 63 | color: #f00 64 | } 65 | 66 | span.cm-variable-2 { 67 | color: #f90 68 | } 69 | 70 | span.cm-variable-3 { 71 | color: #00f 72 | } 73 | 74 | span.cm-separator { 75 | color: fuchsia 76 | } 77 | 78 | span.cm-number { 79 | color: teal 80 | } 81 | 82 | .autocomplete-column-name { 83 | display: inline-block 84 | } 85 | 86 | .autocomplete-column-hint { 87 | color: #666; 88 | display: inline-block; 89 | float: right; 90 | margin-left: 1em 91 | } 92 | 93 | .CodeMirror-hints { 94 | z-index: 200 95 | } 96 | -------------------------------------------------------------------------------- /css/common.css.php: -------------------------------------------------------------------------------- 1 | 15 | /* ----------------------------------------------------- */ 16 | 17 | /** 18 | * v (phpMyAdmin Theme) 19 | * Copyright 2018 Alex Torres 20 | * Licensed under the GPLv2 or later 21 | */ 22 | 23 | /* Fonts 24 | ---------------------------------------------- */ 25 | 26 | 27 | 28 | /* Reset 29 | ---------------------------------------------- */ 30 | 31 | 32 | 33 | /* General 34 | ---------------------------------------------- */ 35 | 36 | 37 | 38 | /* Login 39 | ---------------------------------------------- */ 40 | 41 | 42 | 43 | /* Icons 44 | ---------------------------------------------- */ 45 | 46 | 47 | 48 | /* Typography 49 | ---------------------------------------------- */ 50 | 51 | 52 | 53 | /* Heading 54 | ---------------------------------------------- */ 55 | 56 | 57 | 58 | /* Globals 59 | ---------------------------------------------- */ 60 | 61 | 62 | 63 | /* Contents 64 | ---------------------------------------------- */ 65 | 66 | 67 | 68 | /* Data 69 | ---------------------------------------------- */ 70 | 71 | 72 | 73 | /* Tables & Columns 74 | ---------------------------------------------- */ 75 | 76 | 77 | 78 | /* Forms, Input & Textarea 79 | ---------------------------------------------- */ 80 | 81 | 82 | 83 | /* Buttons 84 | ---------------------------------------------- */ 85 | 86 | 87 | 88 | /* Select 89 | ---------------------------------------------- */ 90 | 91 | 92 | 93 | /* LTR 94 | ---------------------------------------------- */ 95 | 96 | 99 | 100 | /* Alert 101 | ---------------------------------------------- */ 102 | 103 | 104 | 105 | /* Images 106 | ---------------------------------------------- */ 107 | 108 | 109 | 110 | /* Layouts 111 | ---------------------------------------------- */ 112 | 113 | 114 | 115 | /* Elements 116 | ---------------------------------------------- */ 117 | 118 | 119 | 120 | /* Navigations 121 | ---------------------------------------------- */ 122 | 123 | 124 | 125 | /* Responsive 126 | ---------------------------------------------- */ 127 | 128 | 129 | 130 | /* Miscellaneous 131 | ---------------------------------------------- */ 132 | 133 | 134 | -------------------------------------------------------------------------------- /css/designer.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | /* Designer */ 9 | 10 | .input_tab { 11 | background-color: #efefef; 12 | color: #000; 13 | border: 1px solid #ccc 14 | } 15 | 16 | .content_fullscreen { 17 | position: relative; 18 | overflow: auto 19 | } 20 | 21 | #canvas_outer { 22 | position: relative; 23 | width: 100%; 24 | display: block 25 | } 26 | 27 | #canvas { 28 | background-color: ; 29 | color: #000 30 | } 31 | 32 | canvas.designer { 33 | display: inline-block; 34 | overflow: hidden; 35 | text-align: left 36 | } 37 | 38 | canvas.designer * { 39 | behavior: url(#default#VML) 40 | } 41 | 42 | .designer_tab { 43 | width: auto; 44 | color: #333; 45 | border-collapse: collapse; 46 | border: 1px solid #ccc; 47 | z-index: 1; 48 | -moz-user-select: none 49 | } 50 | 51 | .designer_tab .header { 52 | background-color: #f6f6f6 53 | } 54 | 55 | .tab_zag, .tab_zag_2 { 56 | text-align: center; 57 | cursor: move; 58 | font-size: 13px 59 | } 60 | 61 | .tab_field { 62 | background: ; 63 | color: #000; 64 | cursor: default 65 | } 66 | 67 | .tab_field_2 { 68 | background-color: #CCFFCC; 69 | color: #000; 70 | background-repeat: repeat-x; 71 | cursor: default 72 | } 73 | 74 | .tab_field_3 { 75 | background-color: #e6f9ff; 76 | color: #000; 77 | cursor: default 78 | } 79 | 80 | #designer_hint { 81 | white-space: nowrap; 82 | position: absolute; 83 | background-color: #99ff99; 84 | color: #000; 85 | z-index: 3; 86 | border: #00CC66 solid 1px; 87 | display: none 88 | } 89 | 90 | .scroll_tab { 91 | overflow: auto; 92 | width: 100%; 93 | height: 500px 94 | } 95 | 96 | .designer_Tabs { 97 | cursor: default; 98 | color: #333; 99 | white-space: nowrap; 100 | text-decoration: none; 101 | text-indent: 3px; 102 | margin-left: 2px; 103 | text-align: left; 104 | border: #ccc solid 0 105 | } 106 | 107 | .designer_Tabs2 { 108 | cursor: default; 109 | color: #666; 110 | background: #eee; 111 | text-indent: 3px; 112 | white-space: nowrap; 113 | text-decoration: none; 114 | border: #eee solid 0; 115 | text-align: left 116 | } 117 | 118 | .owner { 119 | font-weight: normal; 120 | } 121 | 122 | .option_tab { 123 | padding-left: 2px; 124 | padding-right: 2px; 125 | width: 5px 126 | } 127 | 128 | .select_all { 129 | vertical-align: top; 130 | padding-left: 2px; 131 | padding-right: 2px; 132 | cursor: default; 133 | width: 1px; 134 | color: #000; 135 | background-repeat: repeat-x 136 | } 137 | 138 | .small_tab, .small_tab2 { 139 | cursor: default; 140 | text-align: center 141 | } 142 | 143 | .small_tab_pref { 144 | background-color: #f6f6f6; 145 | text-align: center; 146 | width: 1px 147 | } 148 | 149 | .small_tab_pref2 { 150 | vertical-align: top; 151 | color: ; 152 | background-color: #ff9966; 153 | cursor: default; 154 | text-align: center; 155 | font-weight: bold; 156 | width: 1px; 157 | text-decoration: none 158 | } 159 | 160 | .L_butt2_1 { 161 | padding-left: 5px; 162 | text-decoration: none; 163 | vertical-align: middle; 164 | cursor: default 165 | } 166 | 167 | .L_butt2_2 { 168 | padding-left: 5px; 169 | color: #000; 170 | text-decoration: none; 171 | vertical-align: middle; 172 | cursor: default 173 | } 174 | /* ---------------------------------------------------------------------------*/ 175 | 176 | .bor { 177 | width: 10px; 178 | height: 10px 179 | } 180 | 181 | #osn_tab { 182 | background-color: ; 183 | color: #000; 184 | width: 100% !important; 185 | } 186 | 187 | .designer_header { 188 | background-color: #f6f6f6; 189 | border-top: 20px solid ; 190 | color: #333; 191 | display: block; 192 | height: 28px; 193 | margin-left: -20px; 194 | margin-top: -60px; 195 | padding: 5px 20px; 196 | position: fixed; 197 | text-align: center; 198 | width: 100%; 199 | z-index: 101 200 | } 201 | 202 | .designer_header a { 203 | display: block; 204 | float: left; 205 | margin: 3px 1px 4px; 206 | height: 20px 207 | } 208 | 209 | .designer_header .M_bord { 210 | display: block; 211 | float: left; 212 | margin: 4px; 213 | height: 20px; 214 | width: 2px 215 | } 216 | 217 | .designer_header a.first { 218 | margin-right: 1em 219 | } 220 | 221 | .designer_header a.last { 222 | margin-left: 1em 223 | } 224 | 225 | a.M_butt_Selected_down_IE, a.M_butt_Selected_down { 226 | background-color: #eee; 227 | color: #000 228 | } 229 | 230 | a.M_butt_Selected_down_IE:hover, a.M_butt_Selected_down:hover, a.M_butt:hover { 231 | background-color: #eee; 232 | color: #000 233 | } 234 | 235 | #layer_menu { 236 | z-index: 98; 237 | position: relative; 238 | float: right; 239 | ; 240 | background-color: #f6f6f6; 241 | border: #ccc solid 1px; 242 | border-top: 0; 243 | margin-right: -20px 244 | } 245 | 246 | .content_fullscreen #layer_menu { 247 | margin-right: 0 248 | } 249 | 250 | #layer_menu.left { 251 | float: left; 252 | margin-left: -20px 253 | } 254 | 255 | .content_fullscreen #layer_menu.left { 256 | margin-left: 0 257 | } 258 | 259 | #layer_upd_relation { 260 | position: absolute; 261 | left: 637px; 262 | top: 224px; 263 | z-index: 100 264 | } 265 | 266 | #layer_new_relation { 267 | position: absolute; 268 | left: 636px; 269 | top: 85px; 270 | z-index: 100; 271 | width: 153px 272 | } 273 | 274 | #designer_optionse { 275 | position: absolute; 276 | left: 636px; 277 | top: 85px; 278 | z-index: 100; 279 | width: 153px 280 | } 281 | 282 | #layer_menu_sizer { 283 | background-image: url(getImgPath('designer/resize.png') ?>); 284 | cursor: ew-resize 285 | } 286 | 287 | #layer_menu_sizer .icon { 288 | margin: 0 289 | } 290 | 291 | .panel { 292 | position: fixed; 293 | top: 90px; 294 | right: 0; 295 | width: 350px; 296 | max-height: 500px; 297 | display: none; 298 | overflow: auto; 299 | padding-top: 34px; 300 | z-index: 102 301 | } 302 | 303 | a.trigger { 304 | position: fixed; 305 | text-decoration: none; 306 | top: 90px; 307 | right: 0; 308 | color: ; 309 | padding: 10px 40px 10px 15px; 310 | background: #333 url(getImgPath('designer/plus.png') ?>) 85% 55% no-repeat; 311 | border: 1px solid #444; 312 | display: block; 313 | z-index: 102 314 | } 315 | 316 | a.trigger:hover { 317 | color: #080808; 318 | background: 696 url(getImgPath('designer/plus.png') ?>) 85% 55% no-repeat; 319 | border: 1px solid #999 320 | } 321 | 322 | a.active.trigger { 323 | background: #222 url(getImgPath('designer/minus.png') ?>) 85% 55% no-repeat; 324 | z-index: 999 325 | } 326 | 327 | a.active.trigger:hover { 328 | background: 696 url(getImgPath('designer/minus.png') ?>) 85% 55% no-repeat 329 | } 330 | 331 | .toggle_container .block { 332 | background-color: ; 333 | border-top: 1px solid #999 334 | } 335 | 336 | .toggle_container .block .ic_s_info { 337 | -webkit-filter: invert(70%); 338 | filter: invert(70%) 339 | } 340 | 341 | .history_table { 342 | opacity: 1.0; 343 | cursor: pointer 344 | } 345 | 346 | .history_table2 { 347 | opacity: 0.7 348 | } 349 | 350 | #ab { 351 | min-width: 300px 352 | } 353 | 354 | #ab .ui-accordion-content { 355 | padding: 0 356 | } 357 | 358 | #box { 359 | display: none 360 | } 361 | 362 | #foreignkeychk { 363 | text-align: left; 364 | position: absolute; 365 | cursor: pointer 366 | } 367 | 368 | .side-menu { 369 | float: left; 370 | position: fixed; 371 | width: auto; 372 | height: auto; 373 | border: none; 374 | box-shadow: ; 375 | overflow: hidden; 376 | z-index: 50; 377 | padding: 6px; 378 | margin-top: 0; 379 | margin-left: -20px 380 | } 381 | 382 | .content_fullscreen .side-menu { 383 | margin-left: 0 384 | } 385 | 386 | .side-menu.right { 387 | float: right; 388 | right: 0 389 | } 390 | 391 | .content_fullscreen .side-menu.right { 392 | margin-right: 0 393 | } 394 | 395 | .side-menu .hide { 396 | display: none 397 | } 398 | 399 | .side-menu a { 400 | display: block; 401 | float: none; 402 | overflow: hidden 403 | } 404 | 405 | .side-menu img, .side-menu span, .side-menu .text { 406 | float: left; 407 | padding-left: 2px 408 | } 409 | 410 | #name-panel { 411 | border-bottom: 1px solid #ccc; 412 | text-align: center; 413 | background: #efefef; 414 | font-size: 1.2em; 415 | padding: 10px; 416 | font-weight: bold; 417 | margin-top: -20px; 418 | margin-left: -20px; 419 | margin-right: -20px 420 | } 421 | 422 | .content_fullscreen #name-panel { 423 | margin-top: 0; 424 | margin-left: 0; 425 | margin-right: 0 426 | } 427 | -------------------------------------------------------------------------------- /css/enum_editor.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | /** 9 | * ENUM/SET editor styles 10 | */ 11 | 12 | p.enum_notice { 13 | margin: 5px 2px; 14 | font-size: 80% 15 | } 16 | 17 | #enum_editor p { 18 | margin-top: 0; 19 | font-style: italic 20 | } 21 | 22 | #enum_editor .values, #enum_editor .add { 23 | width: 100% 24 | } 25 | 26 | #enum_editor .add td { 27 | vertical-align: middle; 28 | width: 50%; 29 | padding: 0; 30 | padding-left: 1em 31 | } 32 | 33 | #enum_editor .values td.drop { 34 | width: 1.8em; 35 | cursor: pointer; 36 | vertical-align: middle 37 | } 38 | 39 | #enum_editor .values input { 40 | margin: .1em 0; 41 | padding-right: 2em; 42 | width: 100% 43 | } 44 | 45 | #enum_editor .values img { 46 | width: 1.8em; 47 | vertical-align: middle 48 | } 49 | 50 | #enum_editor input.add_value { 51 | margin: 0; 52 | margin-right: 0.4em 53 | } 54 | 55 | #enum_editor_output textarea { 56 | width: 100%; 57 | float: right; 58 | margin: 1em 0 0 0 59 | } 60 | 61 | 62 | /** 63 | * ENUM/SET editor integration for the routines editor 64 | */ 65 | 66 | .enum_hint { 67 | position: relative 68 | } 69 | 70 | .enum_hint a { 71 | position: absolute; 72 | left: 81%; 73 | bottom: .35em 74 | } 75 | -------------------------------------------------------------------------------- /css/gis.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | /** 9 | * GIS data editor styles 10 | */ 11 | 12 | a.close_gis_editor { 13 | float: right 14 | } 15 | 16 | #gis_editor { 17 | display: none; 18 | position: fixed; 19 | _position: absolute; 20 | /* hack for IE */ 21 | z-index: 1001; 22 | overflow-y: auto; 23 | overflow-x: hidden 24 | } 25 | 26 | #gis_data { 27 | min-height: 230px 28 | } 29 | 30 | #gis_data_textarea { 31 | height: 6em 32 | } 33 | 34 | #gis_data_editor { 35 | background: #D0DCE0; 36 | padding: 15px; 37 | min-height: 500px 38 | } 39 | 40 | #gis_data_editor .choice { 41 | display: none 42 | } 43 | 44 | #gis_data_editor input[type="text"] { 45 | width: 75px 46 | } 47 | -------------------------------------------------------------------------------- /css/jqplot.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | /* jqPlot */ 9 | 10 | /* rules for the plot target div. These will be cascaded down to all plot elements according to css rules */ 11 | .jqplot-target { 12 | position: relative; 13 | color: #222222; 14 | font-family: "Roboto", "Segoe UI"; 15 | font-size: 1em; 16 | /* height: 300px; 17 | width: 590px;*/ 18 | } 19 | 20 | /* rules applied to all axes */ 21 | .jqplot-axis { 22 | font-size: 0.75em 23 | } 24 | 25 | .jqplot-xaxis { 26 | margin-top: 10px 27 | } 28 | 29 | .jqplot-x2axis { 30 | margin-bottom: 10px 31 | } 32 | 33 | .jqplot-yaxis { 34 | margin-right: 10px 35 | } 36 | 37 | .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis { 38 | margin-left: 10px; 39 | margin-right: 10px 40 | } 41 | 42 | /* rules applied to all axis tick divs */ 43 | .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick { 44 | position: absolute; 45 | white-space: pre 46 | } 47 | 48 | .jqplot-xaxis-tick { 49 | top: 0; 50 | /* initial position untill tick is drawn in proper place */ 51 | left: 15px; 52 | /* padding-top: 10px;*/ 53 | vertical-align: top 54 | } 55 | 56 | .jqplot-x2axis-tick { 57 | bottom: 0; 58 | /* initial position untill tick is drawn in proper place */ 59 | left: 15px; 60 | /* padding-bottom: 10px; */ 61 | vertical-align: bottom 62 | } 63 | 64 | .jqplot-yaxis-tick { 65 | right: 0; 66 | /* initial position untill tick is drawn in proper place */ 67 | top: 15px; 68 | /* padding-right: 10px; */ 69 | text-align: right 70 | } 71 | 72 | .jqplot-yaxis-tick.jqplot-breakTick { 73 | right: -20px; 74 | margin-right: 0; 75 | padding: 1px 5px 1px; 76 | /* background-color: ;*/ 77 | z-index: 2; 78 | font-size: 1.5em 79 | } 80 | 81 | .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { 82 | left: 0; 83 | /* initial position untill tick is drawn in proper place */ 84 | top: 15px; 85 | /* padding-left: 10px; */ 86 | /* padding-right: 15px; */ 87 | text-align: left 88 | } 89 | 90 | .jqplot-yMidAxis-tick { 91 | text-align: center; 92 | white-space: nowrap 93 | } 94 | 95 | .jqplot-xaxis-label { 96 | margin-top: 10px; 97 | font-size: 11pt; 98 | position: absolute 99 | } 100 | 101 | .jqplot-x2axis-label { 102 | margin-bottom: 10px; 103 | font-size: 11pt; 104 | position: absolute 105 | } 106 | 107 | .jqplot-yaxis-label { 108 | margin-right: 10px; 109 | /* text-align: center;*/ 110 | font-size: 11pt; 111 | position: absolute 112 | } 113 | 114 | .jqplot-yMidAxis-label { 115 | font-size: 11pt; 116 | position: absolute 117 | } 118 | 119 | .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label { 120 | /* text-align: center; */ 121 | font-size: 11pt; 122 | margin-left: 10px; 123 | position: absolute 124 | } 125 | 126 | .jqplot-meterGauge-tick { 127 | font-size: 0.75em; 128 | color: #999 129 | } 130 | 131 | .jqplot-meterGauge-label { 132 | font-size: 1em; 133 | color: #999 134 | } 135 | 136 | table.jqplot-table-legend { 137 | margin-top: 12px; 138 | margin-bottom: 12px; 139 | margin-left: 12px; 140 | margin-right: 12px 141 | } 142 | 143 | table.jqplot-table-legend, table.jqplot-cursor-legend { 144 | width: auto; 145 | left: 30px!important; 146 | background-color: rgba(255, 255, 255, 0.6); 147 | border: 1px solid #ccc; 148 | position: absolute; 149 | font-size: 0.75em 150 | } 151 | 152 | td.jqplot-table-legend { 153 | padding-top: .8em!important; 154 | vertical-align: middle 155 | } 156 | 157 | /* 158 | These rules could be used instead of assigning 159 | element styles and relying on js object properties. 160 | */ 161 | 162 | /* 163 | td.jqplot-table-legend-swatch { 164 | padding-top: 0.5em; 165 | text-align: center 166 | } 167 | 168 | tr.jqplot-table-legend:first td.jqplot-table-legend-swatch { 169 | padding-top: 0 170 | } 171 | */ 172 | 173 | td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active { 174 | cursor: pointer 175 | } 176 | 177 | .jqplot-table-legend .jqplot-series-hidden { 178 | text-decoration: line-through 179 | } 180 | 181 | div.jqplot-table-legend-swatch-outline { 182 | border: 1px solid #ccc; 183 | padding: 1px 184 | } 185 | 186 | div.jqplot-table-legend-swatch { 187 | width: 0; 188 | height: 0; 189 | border-top-width: 5px; 190 | border-bottom-width: 5px; 191 | border-left-width: 6px; 192 | border-right-width: 6px; 193 | border-top-style: solid; 194 | border-bottom-style: solid; 195 | border-left-style: solid; 196 | border-right-style: solid 197 | } 198 | 199 | .jqplot-title { 200 | top: 0; 201 | left: 0; 202 | padding-bottom: 0.5em; 203 | font-size: 1.2em 204 | } 205 | 206 | table.jqplot-cursor-tooltip { 207 | border: 1px solid #ccc; 208 | font-size: 0.75em 209 | } 210 | 211 | .jqplot-cursor-tooltip { 212 | border: 1px solid #ccc; 213 | font-size: 0.75em; 214 | white-space: nowrap; 215 | background: rgba(208, 208, 208, 0.5); 216 | padding: 1px 217 | } 218 | 219 | .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { 220 | border-radius: 2px; 221 | font-size: 0.75em; 222 | white-space: nowrap; 223 | background: rgba(208, 208, 208, 0.5); 224 | padding: 2px 4px 225 | } 226 | 227 | .jqplot-point-label { 228 | font-size: 0.75em; 229 | z-index: 2 230 | } 231 | 232 | td.jqplot-cursor-legend-swatch { 233 | vertical-align: middle; 234 | text-align: center 235 | } 236 | 237 | div.jqplot-cursor-legend-swatch { 238 | width: 1.2em; 239 | height: 0.7em 240 | } 241 | 242 | .jqplot-error { 243 | /* Styles added to the plot target container when there is an error go here. */ 244 | text-align: center 245 | } 246 | 247 | .jqplot-error-message { 248 | /* Styling of the custom error message div goes here. */ 249 | position: relative; 250 | top: 46%; 251 | display: inline-block 252 | } 253 | 254 | div.jqplot-bubble-label { 255 | font-size: 0.8em; 256 | /* background: rgba(90%, 90%, 90%, 0.15); */ 257 | padding-left: 2px; 258 | padding-right: 2px; 259 | color: rgb(20%, 20%, 20%) 260 | } 261 | 262 | div.jqplot-bubble-label.jqplot-bubble-label-highlight { 263 | background: rgba(90%, 90%, 90%, 0.7) 264 | } 265 | 266 | div.jqplot-noData-container { 267 | text-align: center; 268 | background-color: rgba(96%, 96%, 96%, 0.3) 269 | } 270 | -------------------------------------------------------------------------------- /css/material/bundle-fonts.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "Roboto"; 3 | src: local(Roboto Thin), url("./themes/material/fonts/roboto/Roboto-Thin.eot"); 4 | src: url("./themes/material/fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("./themes/material/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("./themes/material/fonts/roboto/Roboto-Thin.woff") format("woff"), url("./themes/material/fonts/roboto/Roboto-Thin.ttf") format("truetype"); 5 | font-weight: 200 6 | } 7 | 8 | @font-face { 9 | font-family: "Roboto"; 10 | src: local(Roboto Light), url("./themes/material/fonts/roboto/Roboto-Light.eot"); 11 | src: url("./themes/material/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("./themes/material/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("./themes/material/fonts/roboto/Roboto-Light.woff") format("woff"), url("./themes/material/fonts/roboto/Roboto-Light.ttf") format("truetype"); 12 | font-weight: 300 13 | } 14 | 15 | @font-face { 16 | font-family: "Roboto"; 17 | src: local(Roboto Regular), url("./themes/material/fonts/roboto/Roboto-Regular.eot"); 18 | src: url("./themes/material/fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./themes/material/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("./themes/material/fonts/roboto/Roboto-Regular.woff") format("woff"), url("./themes/material/fonts/roboto/Roboto-Regular.ttf") format("truetype"); 19 | font-weight: 400 20 | } 21 | 22 | @font-face { 23 | font-family: "Roboto"; 24 | src: url("./themes/material/fonts/roboto/Roboto-Medium.eot"); 25 | src: url("./themes/material/fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./themes/material/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("./themes/material/fonts/roboto/Roboto-Medium.woff") format("woff"), url("./themes/material/fonts/roboto/Roboto-Medium.ttf") format("truetype"); 26 | font-weight: 500 27 | } 28 | 29 | @font-face { 30 | font-family: "Roboto"; 31 | src: url("./themes/material/fonts/roboto/Roboto-Bold.eot"); 32 | src: url("./themes/material/fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./themes/material/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("./themes/material/fonts/roboto/Roboto-Bold.woff") format("woff"), url("./themes/material/fonts/roboto/Roboto-Bold.ttf") format("truetype"); 33 | font-weight: 700 34 | } 35 | -------------------------------------------------------------------------------- /css/material/bundle-fonts.min.css: -------------------------------------------------------------------------------- 1 | @font-face{font-family:Roboto;src:local(Roboto Thin),url(./themes/material/fonts/roboto/Roboto-Thin.eot);src:url(./themes/material/fonts/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"),url(./themes/material/fonts/roboto/Roboto-Thin.woff2) format("woff2"),url(./themes/material/fonts/roboto/Roboto-Thin.woff) format("woff"),url(./themes/material/fonts/roboto/Roboto-Thin.ttf) format("truetype");font-weight:200}@font-face{font-family:Roboto;src:local(Roboto Light),url(./themes/material/fonts/roboto/Roboto-Light.eot);src:url(./themes/material/fonts/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(./themes/material/fonts/roboto/Roboto-Light.woff2) format("woff2"),url(./themes/material/fonts/roboto/Roboto-Light.woff) format("woff"),url(./themes/material/fonts/roboto/Roboto-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Roboto;src:local(Roboto Regular),url(./themes/material/fonts/roboto/Roboto-Regular.eot);src:url(./themes/material/fonts/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(./themes/material/fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(./themes/material/fonts/roboto/Roboto-Regular.woff) format("woff"),url(./themes/material/fonts/roboto/Roboto-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Roboto;src:url(./themes/material/fonts/roboto/Roboto-Medium.eot);src:url(./themes/material/fonts/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(./themes/material/fonts/roboto/Roboto-Medium.woff2) format("woff2"),url(./themes/material/fonts/roboto/Roboto-Medium.woff) format("woff"),url(./themes/material/fonts/roboto/Roboto-Medium.ttf) format("truetype");font-weight:500}@font-face{font-family:Roboto;src:url(./themes/material/fonts/roboto/Roboto-Bold.eot);src:url(./themes/material/fonts/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(./themes/material/fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(./themes/material/fonts/roboto/Roboto-Bold.woff) format("woff"),url(./themes/material/fonts/roboto/Roboto-Bold.ttf) format("truetype");font-weight:700} -------------------------------------------------------------------------------- /css/material/common/alert.css.php: -------------------------------------------------------------------------------- 1 | .attention { 2 | color: red; 3 | font-weight: bold 4 | } 5 | 6 | .allfine { 7 | color: green 8 | } 9 | 10 | /* Message Boxes: Error, Confirmation */ 11 | 12 | #pma_errors, #pma_demo, #pma_footer { 13 | padding: 0 20px 14 | } 15 | 16 | #pma_errors #pma_errors { 17 | padding: 0 18 | } 19 | 20 | .success h1, .notice h1, div.error h1 { 21 | text-align: left; 22 | margin: 0 0 0.2em 0; 23 | color: 24 | } 25 | 26 | .success, .notice, .error, .footnotes { 27 | margin: 0 0 20px; 28 | padding: 10px; 29 | border-radius: 2px 30 | } 31 | 32 | .success .icon, .error .icon, .footnotes .icon { 33 | -webkit-filter: invert(100%); 34 | filter: invert(100%) 35 | } 36 | 37 | form + .notice { 38 | margin: 20px 0 0 39 | } 40 | 41 | .ajax_notification .error { 42 | box-shadow: none; 43 | border-radius: 2px; 44 | border: none!important; 45 | padding: 15px 20px; 46 | margin: 0 -24px 47 | } 48 | 49 | div.success { 50 | margin: 0 0 1em 0; 51 | border: none 52 | } 53 | 54 | .success a, .notice a, .error a { 55 | text-decoration: underline; 56 | } 57 | 58 | .success { 59 | color: ; 60 | background-color: 61 | } 62 | 63 | h1.success, div.success { 64 | background: #4caf50!important 65 | } 66 | 67 | .notice, .footnotes { 68 | color: #000; 69 | background-color: #FFE082 70 | } 71 | 72 | .error { 73 | color: ; 74 | background-color: 75 | } 76 | 77 | .confirmation { 78 | color: ; 79 | background-color: 80 | } 81 | 82 | fieldset.confirmation legend { 83 | background-color: #d03912 84 | } 85 | 86 | #error_notification { 87 | border-radius: 0; 88 | line-height: 35px 89 | } 90 | 91 | /* End Message Boxes */ 92 | 93 | /* Forbidden, No Privileges */ 94 | 95 | .noPrivileges { 96 | color: #ff0000; 97 | font-weight: bold 98 | } 99 | 100 | /* End Forbidden */ 101 | 102 | fieldset.caution { 103 | border: 1px solid ; 104 | border-radius: 2px; 105 | padding: 20px; 106 | margin-bottom: 20px 107 | } 108 | 109 | fieldset.caution legend { 110 | padding: 0 15px; 111 | margin: 0 112 | } 113 | 114 | fieldset.caution a { 115 | text-transform: uppercase; 116 | font-weight: normal 117 | } 118 | 119 | fieldset.caution ul, #tbl_maintenance { 120 | padding: 0 121 | } 122 | 123 | fieldset.caution li, #tbl_maintenance li { 124 | display: block 125 | } 126 | 127 | fieldset.caution li:before { 128 | content: ''; 129 | margin-left: 45px 130 | } 131 | 132 | fieldset.caution img { 133 | margin: 0 7px 0 0 134 | } -------------------------------------------------------------------------------- /css/material/common/buttons.css.php: -------------------------------------------------------------------------------- 1 | button { 2 | color: #fff!important; 3 | background-color: ; 4 | font-family: ; 5 | font-size: 14px; 6 | font-weight: 500; 7 | min-width: 64px; 8 | height: 36px; 9 | border: none; 10 | outline: none; 11 | cursor: pointer; 12 | padding: 0 16px; 13 | line-height: inherit; 14 | user-select: none; 15 | -webkit-appearance: none; 16 | overflow: hidden; 17 | vertical-align: middle; 18 | border-radius: 4px; 19 | letter-spacing: .08929em; 20 | text-decoration: none; 21 | text-transform: uppercase; 22 | box-sizing: border-box; 23 | } 24 | 25 | .sqlbutton, #tablefieldinsertbuttoncontainer input[type=button] { 26 | margin-top: 1em; 27 | margin-left: 0!important; 28 | margin-right: 14px!important 29 | } 30 | 31 | button { 32 | display: inline 33 | } 34 | 35 | button, img { 36 | vertical-align: middle 37 | } 38 | 39 | button.mult_submit { 40 | box-shadow: none; 41 | background: transparent; 42 | height: inherit; 43 | margin-left: 10px; 44 | vertical-align: .28em; 45 | padding: 0; 46 | color: #666!important; 47 | text-transform: initial 48 | } 49 | -------------------------------------------------------------------------------- /css/material/common/content.css.php: -------------------------------------------------------------------------------- 1 | #page_content { 2 | position: relative; 3 | border-radius: 2px; 4 | padding: 20px; 5 | margin: 20px; 6 | overflow: hidden; 7 | background: ; 8 | box-shadow: 9 | } 10 | 11 | .turnOffSelect { 12 | user-select: none; 13 | -khtml-user-select: none; 14 | -moz-user-select: none; 15 | -webkit-user-select: none 16 | } 17 | -------------------------------------------------------------------------------- /css/material/common/data.css.php: -------------------------------------------------------------------------------- 1 | .data_full_width { 2 | width: 100% 3 | } 4 | 5 | div#dataDisplay input, div#dataDisplay select { 6 | margin: 0; 7 | margin-right: .5em 8 | } 9 | 10 | div#dataDisplay th { 11 | line-height: 2em 12 | } 13 | -------------------------------------------------------------------------------- /css/material/common/forms.css.php: -------------------------------------------------------------------------------- 1 | input[type=checkbox], input[type=radio] { 2 | -webkit-appearance: none; 3 | -moz-appearance: none; 4 | -ms-appearance: none; 5 | -o-appearance: none; 6 | appearance: none; 7 | position: relative; 8 | right: 0; 9 | bottom: 0; 10 | left: 0; 11 | height: 20px; 12 | width: 20px; 13 | transition:all .15s ease-out 0s; 14 | color: ; 15 | cursor: pointer; 16 | display: inline-block; 17 | margin: 0; 18 | top: 2px; 19 | outline: none; 20 | border-radius: 2px; 21 | border: 2px solid #737373; 22 | margin-right: 7px 23 | } 24 | 25 | input[type=checkbox]:before,input[type=checkbox]:after { 26 | position: absolute; 27 | content: ""; 28 | background: ; 29 | transition: all .2s ease-in-out 30 | } 31 | 32 | input[type=checkbox]:before { 33 | left: 2px; 34 | top: 6px; 35 | width: 0; 36 | height: 2px; 37 | transform: rotate(45deg); 38 | -webkit-transform: rotate(45deg); 39 | -moz-transform: rotate(45deg); 40 | -ms-transform: rotate(45deg); 41 | -o-transform: rotate(45deg) 42 | } 43 | 44 | input[type=checkbox]:after { 45 | right: 9px; 46 | bottom: 3px; 47 | width: 2px; 48 | height: 0; 49 | transform: rotate(40deg); 50 | -webkit-transform: rotate(40deg); 51 | -moz-transform: rotate(40deg); 52 | -ms-transform: rotate(40deg); 53 | -o-transform: rotate(40deg); 54 | transition-delay: .2s 55 | } 56 | 57 | input[type=checkbox]:checked:before { 58 | left: 1px; 59 | top: 10px; 60 | width: 6px; 61 | height: 2px 62 | } 63 | 64 | input[type=checkbox]:checked:after { 65 | right: 5px; 66 | bottom: 1px; 67 | width: 2px; 68 | height: 14px 69 | } 70 | 71 | input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after { 72 | width: 7px; 73 | height: 2px; 74 | transform: rotate(0); 75 | -webkit-transform: rotate(0); 76 | -moz-transform: rotate(0); 77 | -ms-transform: rotate(0); 78 | -o-transform: rotate(0) 79 | } 80 | 81 | input[type=checkbox]:indeterminate:before { 82 | left: 1px; 83 | top: 7px 84 | } 85 | 86 | input[type=checkbox]:indeterminate:after { 87 | right: 1px; 88 | bottom: 7px 89 | } 90 | 91 | input[type=checkbox]:checked, input[type=checkbox]:indeterminate { 92 | background: ; 93 | border: 2px solid 94 | } 95 | 96 | input[type=radio] { 97 | border-radius: 50%; 98 | } 99 | 100 | input[type=radio]:checked:before { 101 | transform: scale(1); 102 | } 103 | 104 | input[type=radio]:before { 105 | content: ""; 106 | display: block; 107 | width: 10px; 108 | height: 10px; 109 | border-radius: 50%; 110 | margin: 3px; 111 | transform: scale(0); 112 | transition: all ease-out 250ms; 113 | } 114 | 115 | input[type=radio]:checked:before { 116 | background: 117 | } 118 | 119 | input[type=radio] { 120 | border: 2px solid 121 | } 122 | 123 | input[type=checkbox] + label, input[type=radio] + label, 124 | input[type=checkbox] + strong, input[type=radio] + strong { 125 | vertical-align: .28em 126 | } 127 | 128 | input[type=text], input[type=password], input[type=number], textarea { 129 | font-family: ; 130 | font-size: 14px; 131 | line-height: 1.3rem; 132 | font-weight: 400; 133 | letter-spacing: .00937em; 134 | text-decoration: inherit; 135 | text-transform: inherit; 136 | padding: 7px 12px; 137 | border: none; 138 | border-bottom: 1px solid rgba(0,0,0,.42); 139 | border-radius: 0; 140 | background: none; 141 | margin-right: 7px; 142 | } 143 | 144 | input[type=submit], input[type=reset], input[type=button] { 145 | color: ; 146 | background-color: ; 147 | font-family: ; 148 | font-size: 14px; 149 | font-weight: 500; 150 | min-width: 64px; 151 | height: 36px; 152 | border: none; 153 | outline: none; 154 | margin-left: 5px; 155 | cursor: pointer; 156 | padding: 0 16px; 157 | line-height: inherit; 158 | user-select: none; 159 | -webkit-appearance: none; 160 | overflow: hidden; 161 | vertical-align: middle; 162 | border-radius: 4px; 163 | letter-spacing: .08929em; 164 | text-decoration: none; 165 | text-transform: uppercase; 166 | box-sizing: border-box; 167 | } 168 | 169 | .queryboxf fieldset { 170 | top: -15px; 171 | margin-bottom: 0 172 | } 173 | 174 | #boxContainer fieldset { 175 | margin: 5px 176 | } 177 | 178 | fieldset fieldset { 179 | margin-bottom: 20px; 180 | min-width: 49.5% 181 | } 182 | 183 | tr.noclick input[type=checkbox] { 184 | opacity: .5 185 | } 186 | 187 | fieldset.tblFooters { 188 | margin: 20px 0; 189 | text-align: right 190 | } 191 | 192 | fieldset .formelement { 193 | float: left; 194 | margin-right: 0.5em 195 | } 196 | 197 | fieldset div[class=formelement] { 198 | white-space: normal 199 | } 200 | 201 | fieldset .group-header th { 202 | background: ; 203 | } 204 | 205 | fieldset .group-header+tr th { 206 | padding-top: .6em 207 | } 208 | 209 | fieldset .group-field-1 th, fieldset .group-header-2 th { 210 | padding-left: 1.5em 211 | } 212 | 213 | fieldset .group-field-2 th, fieldset .group-header-3 th { 214 | padding-left: 3em 215 | } 216 | 217 | fieldset .group-field-3 th { 218 | padding-left: 4.5em 219 | } 220 | 221 | fieldset .disabled-field th, fieldset .disabled-field th small, fieldset .disabled-field td { 222 | color: #666; 223 | background-color: #ddd 224 | } 225 | 226 | form.create_table_form fieldset.tblFooters, form#multi_edit_central_columns fieldset.tblFooters, .new_central_col table { 227 | background: none; 228 | border: none 229 | } 230 | 231 | from.create_table_form, form#untrackedForm { 232 | padding: 0!important 233 | } 234 | 235 | #untrackedForm table { 236 | margin-top: 20px 237 | } 238 | 239 | #untrackedForm #untrackedForm_checkall { 240 | margin-left: 37px 241 | } 242 | 243 | #untrackedForm #untrackedForm_checkall + label, #untrackedForm i, #untrackedForm .mult_submit { 244 | margin: 20px 0 245 | } 246 | 247 | form#tableOptionsForm input[name="comment"], form#tableOptionsForm select[name="tbl_collation"] { 248 | width: 130px 249 | } 250 | 251 | /* Table structure styles */ 252 | 253 | #fieldsForm ul.table-structure-actions { 254 | margin: 0; 255 | padding: 0; 256 | list-style: none 257 | } 258 | 259 | #fieldsForm ul.table-structure-actions li { 260 | float: left; 261 | margin-right: 0.3em 262 | /* same as padding of "table td" */ 263 | } 264 | 265 | #fieldsForm ul.table-structure-actions .submenu li { 266 | padding: 0; 267 | margin: 0 268 | } 269 | 270 | #fieldsForm ul.table-structure-actions .submenu li:not(.primary) a, #fieldsForm ul.table-structure-actions .submenu .primary, #fieldsForm ul.table-structure-actions .submenu .spatial { 271 | padding: 0 15px; 272 | line-height: 40px 273 | } 274 | 275 | #fieldsForm ul.table-structure-actions .submenu li:hover a, 276 | #fieldsForm ul.table-structure-actions .submenu .primary:hover, 277 | #fieldsForm ul.table-structure-actions .submenu .spatial:hover { 278 | background: #eee 279 | } 280 | 281 | #fieldset_zoom_search table th, #fieldset_zoom_search table td { 282 | line-height: 35px 283 | } 284 | 285 | #fieldset_table_qbe table th, #fieldset_table_qbe table td { 286 | line-height: 35px 287 | } 288 | 289 | form.append_fields_form .tblFooters { 290 | background: none; 291 | border: none 292 | } 293 | 294 | .checkcall_box { 295 | top: 5px; 296 | margin-right: 5px 297 | } 298 | 299 | #table_columns input[type="text"], #table_columns input[type="password"], #table_columns input[type="number"], #table_columns input[type="date"], #table_columns select { 300 | width: 10em; 301 | box-sizing: border-box; 302 | -ms-box-sizing: border-box; 303 | -moz-box-sizing: border-box; 304 | -webkit-box-sizing: border-box 305 | } 306 | 307 | #table_columns select { 308 | margin: 6px 309 | } 310 | 311 | #placeholder { 312 | position: relative; 313 | border: 1px solid #aaa; 314 | float: right; 315 | overflow: hidden 316 | } 317 | 318 | .placeholderDrag { 319 | cursor: move 320 | } 321 | 322 | #placeholder .button { 323 | position: absolute 324 | } 325 | 326 | .doubleFieldset fieldset { 327 | width: 48%; 328 | float: left; 329 | padding: 0 330 | } 331 | 332 | .doubleFieldset fieldset.left { 333 | margin-right: 1% 334 | } 335 | 336 | .doubleFieldset fieldset.right { 337 | margin-left: 1% 338 | } 339 | 340 | .modal-copy input { 341 | display: block; 342 | width: 100%; 343 | margin-top: 1.5em; 344 | padding: .3em 0 345 | } 346 | 347 | fieldset#fieldset_delete_user_footer { 348 | margin-top: -30px 349 | } 350 | 351 | #parameterized, .new_central_col { 352 | margin-top: 20px 353 | } 354 | 355 | #sqlquerycontainerfull a{ 356 | vertical-align: .2em 357 | } 358 | 359 | .no_bullets form, #li_select_fontsize form, .group form, .tools form, .ui-dialog .ui-dialog-content form, #tableFilter form, table form, .relationalTable { 360 | background: transparent!important; 361 | box-shadow: none!important; 362 | border: 0; 363 | border-radius: 0; 364 | margin: 0; 365 | padding: 0 366 | } 367 | 368 | .config-form, form[name="resultsForm"] { 369 | padding: 0 370 | } 371 | 372 | .no_bullets form, #li_select_fontsize form { 373 | display: initial 374 | } 375 | 376 | #database_specific_priv table { 377 | margin: 0 0 20px; 378 | border: 1px solid #ccc; 379 | border-radius: 2px 380 | } 381 | 382 | form[name="resultsForm"] div.print_ignore { 383 | padding: 25px 29px 15px 384 | } 385 | 386 | form[name="resultsForm"] div.print_ignore:before { 387 | content: ""; 388 | position: absolute; 389 | height: 1px; 390 | left: 18px; 391 | right: 18px; 392 | background: #E7E7E7; 393 | margin-top: -15px 394 | } 395 | -------------------------------------------------------------------------------- /css/material/common/general.css.php: -------------------------------------------------------------------------------- 1 | html { 2 | font-size: getFontSize() ?> 3 | } 4 | 5 | input, select, textarea { 6 | font-size: 1em 7 | } 8 | 9 | body { 10 | background: ; 11 | color: ; 12 | 13 | font-family: ; 14 | 15 | line-height: 1; 16 | margin-left: 250px; 17 | padding: 0 18 | } 19 | 20 | a, a:link, a:visited, a:active, button.mult_submit, .checkall_box+label { 21 | text-decoration: none; 22 | color: ; 23 | cursor: pointer; 24 | outline: none 25 | } 26 | 27 | a:hover, button.mult_submit:hover, button.mult_submit:focus, .checkall_box+label:hover { 28 | text-decoration: none; 29 | color: 30 | } 31 | 32 | font[color=red], span[style="color: #ff0000"] { 33 | color: !important 34 | } 35 | 36 | strong { 37 | font-weight: normal 38 | } 39 | 40 | 41 | code, pre, textarea, tt { 42 | font-family: !important 43 | } 44 | 45 | 46 | fieldset.left { 47 | margin-top: 20px 48 | } 49 | 50 | fieldset legend { 51 | color: ; 52 | font-size: 24px; 53 | position: relative; 54 | margin-bottom: 20px 55 | } 56 | 57 | fieldset p { 58 | margin-bottom: 10px 59 | } -------------------------------------------------------------------------------- /css/material/common/heading.css.php: -------------------------------------------------------------------------------- 1 | h2 img { 2 | display: none 3 | } 4 | 5 | h2 a img { 6 | display: inline 7 | } 8 | -------------------------------------------------------------------------------- /css/material/common/icons.css.php: -------------------------------------------------------------------------------- 1 | #page_nav_icons { 2 | position: fixed; 3 | top: 8px; 4 | right: 0; 5 | z-index: 99; 6 | padding: .25em 10px 0 0; 7 | } 8 | 9 | #page_nav_icons .icon { 10 | -webkit-filter: invert(100%); 11 | filter: invert(100%) 12 | } 13 | 14 | #goto_pagetop, #lock_page_icon, #page_settings_icon { 15 | padding: .25em 16 | } 17 | 18 | #page_settings_icon { 19 | cursor: pointer; 20 | display: none; 21 | margin-right: 6px!important 22 | } -------------------------------------------------------------------------------- /css/material/common/images.css.php: -------------------------------------------------------------------------------- 1 | img.lightbulb { 2 | cursor: pointer 3 | } 4 | -------------------------------------------------------------------------------- /css/material/common/layouts.css.php: -------------------------------------------------------------------------------- 1 | .pdflayout { 2 | overflow: hidden; 3 | clip: inherit; 4 | background-color: ; 5 | display: none; 6 | border: 1px solid #000; 7 | position: relative 8 | } 9 | 10 | .pdflayout_table { 11 | background: #d3dce3; 12 | color: #000; 13 | overflow: hidden; 14 | clip: inherit; 15 | z-index: 2; 16 | display: inline; 17 | visibility: inherit; 18 | cursor: move; 19 | position: absolute; 20 | font-size: 80%; 21 | border: 1px dashed #000 22 | } 23 | -------------------------------------------------------------------------------- /css/material/common/login.css.php: -------------------------------------------------------------------------------- 1 | html { 2 | height: 100% 3 | } 4 | 5 | #loginform { 6 | background-color: ; 7 | display: flex; 8 | width: 100%; 9 | height: 100%; 10 | padding: 0; 11 | margin: 0 12 | } 13 | 14 | #loginform #page_content { 15 | margin: auto 16 | } 17 | 18 | #loginform #imLogo { 19 | margin: 0px auto 20px; 20 | display: block 21 | } 22 | 23 | #loginform h1 { 24 | display: none 25 | } 26 | 27 | #loginform select { 28 | width: 100% 29 | } 30 | 31 | #loginform .tblFooters { 32 | margin-bottom: 0 33 | } -------------------------------------------------------------------------------- /css/material/common/ltr.css.php: -------------------------------------------------------------------------------- 1 | /* LTR Mode */ 2 | -------------------------------------------------------------------------------- /css/material/common/misc.css.php: -------------------------------------------------------------------------------- 1 | meter[value="1"]::-webkit-meter-optimum-value { 2 | background: linear-gradient( 3%, #E32929 5%, transparent 10%, #E32929); 3 | } 4 | 5 | meter[value="2"]::-webkit-meter-optimum-value { 6 | background: linear-gradient( 3%, #FF6600 5%, transparent 10%, #FF6600); 7 | } 8 | 9 | meter[value="3"]::-webkit-meter-optimum-value { 10 | background: linear-gradient( 3%, #FFD700 5%, transparent 10%, #FFD700); 11 | } -------------------------------------------------------------------------------- /css/material/common/nav.css.php: -------------------------------------------------------------------------------- 1 | .navigation { 2 | width: 100%; 3 | background-color: ; 4 | color: 5 | } 6 | 7 | .navigation td { 8 | margin: 0; 9 | padding: 0; 10 | padding-left: 2px!important; 11 | vertical-align: middle; 12 | white-space: nowrap 13 | } 14 | 15 | .navigation_separator { 16 | color: #eee; 17 | display: inline-block; 18 | font-size: 1.5em; 19 | text-align: center; 20 | height: 1.4em 21 | } 22 | 23 | .navigation input[type=submit] { 24 | background: ; 25 | border: none; 26 | box-shadow: 0 1px 1px ; 27 | color: ; 28 | filter: none; 29 | margin: 5px; 30 | padding: 0.4em 31 | } 32 | 33 | .navigation input[type=submit]:hover, .navigation input.edit_mode_active { 34 | color: ; 35 | cursor: pointer; 36 | background-color: 37 | } 38 | 39 | .navigation input[type=submit]:focus { 40 | box-shadow: none 41 | } 42 | 43 | .navigation select, .navigation input { 44 | border-color: ; 45 | color: 46 | } 47 | 48 | .navigation select option { 49 | color: #000 50 | } 51 | 52 | .navigation_goto { 53 | width: 100% 54 | } 55 | -------------------------------------------------------------------------------- /css/material/common/reset.css.php: -------------------------------------------------------------------------------- 1 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 2 | border: 0; 3 | margin: 0; 4 | padding: 0 5 | } 6 | 7 | article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 8 | display: block 9 | } 10 | 11 | ol, ul { 12 | list-style: none 13 | } 14 | 15 | blockquote, q { 16 | quotes: none 17 | } 18 | 19 | blockquote:before, blockquote:after, q:before, q:after { 20 | content: ''; 21 | content: none 22 | } 23 | 24 | table { 25 | border-spacing: 0 26 | } 27 | 28 | *:focus { 29 | outline: none 30 | } 31 | -------------------------------------------------------------------------------- /css/material/common/responsive.css.php: -------------------------------------------------------------------------------- 1 | @media (min-width: 768px) { 2 | .tabLinks { 3 | margin-top: -5px; 4 | margin-bottom: 5px 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /css/material/common/select.css.php: -------------------------------------------------------------------------------- 1 | select { 2 | font-family: ; 3 | font-size: 14px; 4 | line-height: 1.75rem; 5 | font-weight: 400; 6 | letter-spacing: .00937em; 7 | text-decoration: inherit; 8 | text-transform: inherit; 9 | padding: 6px 12px; 10 | border: none; 11 | border-bottom: 1px solid rgba(0,0,0,.42); 12 | border-radius: 0; 13 | background: none 14 | } 15 | 16 | .selectallarrow { 17 | width: 0; 18 | opacity: 0; 19 | margin: 50px 18px 0 0 20 | } 21 | -------------------------------------------------------------------------------- /css/material/common/tables.css.php: -------------------------------------------------------------------------------- 1 | .responsivetable, #trackedForm { 2 | overflow: hidden; 3 | overflow-x: auto; 4 | margin-bottom: 20px 5 | } 6 | 7 | .responsivetable + .floatleft { 8 | margin-top: -20px 9 | } 10 | 11 | table { 12 | position: relative; 13 | width: 100%; 14 | border: 1px solid ; 15 | border-radius: 2px; 16 | overflow: hidden 17 | } 18 | 19 | table + table { 20 | margin-top: 20px 21 | } 22 | 23 | table.relationalTable { 24 | border: 1px solid !important 25 | } 26 | 27 | table.noclick { 28 | width: 100% 29 | } 30 | 31 | table caption, table th, table td { 32 | padding: 0.8em 1em; 33 | font-weight: 500 34 | } 35 | 36 | table thead th, thead th a, table thead td, thead td a { 37 | color: !important; 38 | font-size: 16px; 39 | font-weight: 400 40 | } 41 | 42 | thead th, thead th a:hover { 43 | text-decoration: none 44 | } 45 | 46 | thead th .icon { 47 | -webkit-filter: invert(100%); 48 | filter: invert(100%) 49 | } 50 | 51 | table:not(#index_columns) thead th, #table_columns thead th, table:not(#index_columns) thead td, #table_columns thead td { 52 | position: relative; 53 | vertical-align: bottom; 54 | text-overflow: ellipsis; 55 | line-height: 24px; 56 | letter-spacing: 0; 57 | height: 48px; 58 | padding: 0 10px 12px; 59 | box-sizing: border-box; 60 | white-space: nowrap; 61 | background: 62 | } 63 | 64 | thead th:first-child, thead td:first-child, tbody th:first-child, tbody td:first-child, #table_columns th:first-child { 65 | padding-left: 20px!important 66 | } 67 | 68 | thead th:last-child, thead td:last-child, tbody th:last-child, tbody td:last-child, #table_columns th:last-child { 69 | padding-right: 20px!important 70 | } 71 | 72 | tbody td, tbody th { 73 | position: relative; 74 | padding: 9px 12px; 75 | line-height: 16px 76 | } 77 | 78 | th { 79 | text-align: left 80 | } 81 | 82 | th, th a { 83 | display: table-cell 84 | } 85 | 86 | table.nospacing { 87 | border-spacing: 0 88 | } 89 | 90 | table.nopadding tr th, table.nopadding tr td { 91 | padding: 5px 10px 92 | } 93 | 94 | th.left, td.left { 95 | text-align: left 96 | } 97 | 98 | th.center, td.center { 99 | text-align: center 100 | } 101 | 102 | th.right, td.right { 103 | text-align: right; 104 | padding-right: 1em 105 | } 106 | 107 | tr.vmiddle th, tr.vmiddle td, th.vmiddle, td.vmiddle { 108 | vertical-align: middle 109 | } 110 | 111 | tr.vbottom th, tr.vbottom td, th.vbottom, td.vbottom { 112 | vertical-align: bottom 113 | } 114 | 115 | tr:nth-child(n+2):after, #tabledatabases:after, #structureTable:after, #tablestructure:after, tfoot:before { 116 | content: ""; 117 | position: absolute; 118 | height: 1px; 119 | left: 18px; 120 | right: 18px; 121 | background: 122 | } 123 | 124 | tr.group-header:after { 125 | display: none!important 126 | } 127 | 128 | td p { 129 | display: inline 130 | } 131 | 132 | #tableFilter { 133 | margin-bottom: 20px 134 | } 135 | 136 | #tablesForm, .create_table_form { 137 | padding: 0!important 138 | } 139 | 140 | .create_table_form .responsivetable:nth-child(2n), .create_table_form .tblFooters, form#addColumns, 141 | fieldset.tblFooters form { 142 | padding: 20px; 143 | margin: 0 144 | } 145 | 146 | fieldset.tblFooters form { 147 | box-shadow: none; 148 | background: transparent; 149 | padding: 0 150 | } 151 | 152 | #tablestatistics, #partitions, #index_div { 153 | padding: 0 20px 20px; 154 | margin-top: 20px 155 | } 156 | 157 | #structure-action-links { 158 | padding: 10px 159 | } 160 | 161 | #table_name_col_no_outer { 162 | padding: 10px 163 | } 164 | 165 | #table_name_col_no_outer .vmiddle { 166 | float: none 167 | } 168 | 169 | #table_name_col_no_outer input[type=button], form#addColumns input[type=submit], 170 | fieldset.tblFooters form input[type=submit] { 171 | float: right 172 | } 173 | 174 | #initials_table { 175 | background: ; 176 | border: 1px solid ; 177 | margin-bottom: 10px 178 | } 179 | 180 | #initials_table a { 181 | background: ; 182 | border: 1px solid ; 183 | padding: 4px 8px 184 | } 185 | 186 | #initials_table td { 187 | padding: 8px!important 188 | } 189 | 190 | #tableFilter input[type=submit] { 191 | float: right 192 | } 193 | 194 | table tr th, table tr { 195 | text-align: left 196 | } 197 | 198 | table tr.marked:not(.nomarker) { 199 | box-shadow: inset 3px 0 200 | } 201 | 202 | table tr.hover:not(.nopointer) th { 203 | background-color: ; 204 | color: 205 | } 206 | 207 | th.condition, th.condition a { 208 | border: 1px solid ; 209 | background: ; 210 | color: !important 211 | } 212 | 213 | td.condition { 214 | border: 1px solid 215 | } 216 | 217 | td.null { 218 | font-style: italic; 219 | } 220 | 221 | table .valueHeader { 222 | text-align: right; 223 | white-space: normal 224 | } 225 | 226 | table .value { 227 | text-align: left; 228 | white-space: normal 229 | } 230 | 231 | /* IE doesnt handles 'pre' right */ 232 | 233 | table [class=value] { 234 | white-space: normal 235 | } 236 | 237 | /* End IE */ 238 | 239 | #partitions fieldset.tblFooters { 240 | margin: 0 241 | } 242 | 243 | .tblcomment { 244 | font-size: 70%; 245 | font-weight: normal; 246 | color: #000099 247 | } 248 | 249 | .tblHeaders { 250 | color: #000; 251 | background: #a5d6a7; 252 | font-weight: 500; 253 | text-align: left; 254 | margin-bottom: -1px 255 | } 256 | 257 | .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, div.tools a:link, div.tools a:visited, div.tools a:active, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { 258 | color: #0000ff 259 | } 260 | 261 | .tblHeaders a:hover, div.tools a:hover, .tblFooters a:hover { 262 | color: #ff0000 263 | } 264 | 265 | #tbl_maintenance li a { 266 | text-transform: uppercase; 267 | font-weight: normal 268 | } 269 | 270 | #tbl_maintenance li:before { 271 | content: "%"; 272 | margin-right: 10px 273 | } 274 | 275 | table#tableFieldsId { 276 | width: 100% 277 | } 278 | 279 | #usersForm .width100 { 280 | margin-top: 0 281 | } 282 | 283 | #change_password_form table tr:after { 284 | display: none 285 | } 286 | 287 | #generated_pw { 288 | margin-left: 15px 289 | } 290 | 291 | /* Table stats */ 292 | 293 | div#tablestatistics table { 294 | float: left; 295 | margin-bottom: .5em; 296 | margin-right: 1.5em; 297 | margin-top: .5em; 298 | min-width: 16em 299 | } 300 | 301 | /* End table stats */ 302 | 303 | /* Server Privileges */ 304 | 305 | #tableuserrights td, #tablespecificuserrights td, #tabledatabases td { 306 | vertical-align: middle 307 | } 308 | 309 | /* End server privileges */ 310 | 311 | #structure-action-links a { 312 | margin-right: 1em 313 | } 314 | 315 | #create_table_form_minimal { 316 | display: block 317 | } 318 | 319 | #db_or_table_specific_priv .tblFooters { 320 | margin-top: -68px 321 | } 322 | 323 | .pma_table { 324 | margin-top: 0; 325 | border: none 326 | } 327 | 328 | .pma_table td { 329 | position: static 330 | } 331 | 332 | .pma_table th.draggable span, .pma_table tbody td span { 333 | display: block; 334 | overflow: hidden 335 | } 336 | 337 | .pma_hint { 338 | display: table-cell; 339 | position: relative; 340 | top: -1.5px 341 | } 342 | 343 | .pma_hint .icon { 344 | margin-left: .3em; 345 | margin-right: 0; 346 | } 347 | 348 | .pma_table tbody td span code span { 349 | display: inline 350 | } 351 | 352 | .insertRowTable td, .insertRowTable th { 353 | vertical-align: middle 354 | } 355 | 356 | table.show_create { 357 | margin-top: 1em 358 | } 359 | 360 | table.show_create td { 361 | border-right: 1px solid #bbb 362 | } 363 | 364 | #alias_modal table th { 365 | vertical-align: middle; 366 | padding-left: 1em 367 | } 368 | 369 | #alias_modal label.col-2 { 370 | min-width: 20%; 371 | display: inline-block 372 | } 373 | 374 | #alias_modal select { 375 | width: 25%; 376 | margin-right: 2em 377 | } 378 | 379 | #alias_modal label { 380 | font-weight: bold 381 | } 382 | 383 | /* styles for sortable tables created with tablesorter jquery plugin */ 384 | th.header { 385 | cursor: pointer 386 | } 387 | 388 | th.header .sorticon { 389 | width: 24px; 390 | height: 24px; 391 | display: inline-block; 392 | margin-left: 20px; 393 | margin-bottom: -6px 394 | } 395 | 396 | th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon { 397 | -webkit-mask-image: url(getImgPath('svg/sort-descending.svg'); 398 | ?>); 399 | mask-image: url(getImgPath('svg/sort-descending.svg'); 400 | ?>); 401 | background-color: ; 402 | } 403 | 404 | th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon { 405 | -webkit-mask-image: url(getImgPath('svg/sort-ascending.svg'); 406 | ?>); 407 | mask-image: url(getImgPath('svg/sort-ascending.svg'); 408 | ?>); 409 | background-color: ; 410 | } 411 | /* end of styles of sortable tables */ 412 | -------------------------------------------------------------------------------- /css/material/common/typography.css.php: -------------------------------------------------------------------------------- 1 | h1, h2 { 2 | color: ; 3 | font-family: 4 | } 5 | 6 | h1 { 7 | font-size: 2.5em; 8 | letter-spacing: -1px; 9 | line-height: 1; 10 | margin: 0 11 | } 12 | 13 | h2 { 14 | font-size: 3em; 15 | margin: 10px 0 25px; 16 | line-height: 1; 17 | letter-spacing: -1px 18 | } 19 | 20 | h3 { 21 | text-transform: uppercase; 22 | font-weight: normal 23 | } 24 | 25 | h4 { 26 | margin-bottom: 15px; 27 | font-size: 15px; 28 | font-weight: 500; 29 | color: ; 30 | } 31 | -------------------------------------------------------------------------------- /css/material/navigation/elements.css.php: -------------------------------------------------------------------------------- 1 | #pma_navigation div.pageselector { 2 | text-align: center; 3 | margin: 10px 5px; 4 | margin-left: 0.88em; 5 | border-left: 1px solid #CFD8DC 6 | } 7 | -------------------------------------------------------------------------------- /css/material/navigation/globals.css.php: -------------------------------------------------------------------------------- 1 | #pma_navigation #recentTableList { 2 | text-align: center; 3 | padding: 10px 4 | } 5 | 6 | #pma_navigation #recentTableList select { 7 | min-width: 100% 8 | } 9 | 10 | #pma_navigation #databaseList { 11 | text-align: center; 12 | margin: 10px 13 | } 14 | 15 | #pma_navigation #navipanellinks { 16 | padding: 1em 7px; 17 | text-align: center; 18 | } 19 | 20 | div#left_tableList li:hover a:first-child:before { 21 | color: 22 | } 23 | 24 | #navipanellinks a { 25 | display: inline-block; 26 | margin: 0 4px; 27 | padding: 2px 28 | } 29 | 30 | #navipanellinks a:hover { 31 | background-color: #eee; 32 | border-radius: 5px 33 | } 34 | 35 | #pma_navigation #serverChoice, #pma_navigation #databaseList, #pma_navigation div.pageselector.dbselector { 36 | text-align: center; 37 | padding: 5px 10px 0; 38 | border: 0 39 | } 40 | 41 | #pma_navigation_content>img.throbber { 42 | display: none; 43 | margin: .3em auto 0 44 | } 45 | 46 | /* Navigation tree*/ 47 | #pma_navigation_tree { 48 | margin: 0; 49 | margin-left: 10px; 50 | overflow: hidden; 51 | height: 74%; 52 | position: relative 53 | } 54 | 55 | #pma_navigation_select_database { 56 | text-align: left; 57 | padding: 0 0 0; 58 | border: 0; 59 | margin: 0 60 | } 61 | 62 | #pma_navigation_db_select { 63 | margin-top: 0.5em; 64 | margin-left: 0.75em 65 | } 66 | 67 | #pma_navigation_db_select select { 68 | border: 1px solid #bbb; 69 | border-top: 1px solid #bbb; 70 | color: #333; 71 | padding: 4px 6px; 72 | margin: 0 0 0; 73 | width: 92% 74 | } 75 | 76 | #pma_navigation_tree_content { 77 | width: 100%; 78 | overflow: hidden; 79 | overflow-y: auto; 80 | position: absolute; 81 | height: 100%; 82 | margin: 20px 0 83 | } 84 | 85 | #pma_navigation_tree_content::-webkit-scrollbar { 86 | width: 10px; 87 | height: 10px 88 | } 89 | 90 | #pma_navigation_tree_content::-webkit-scrollbar-thumb { 91 | background-color: rgba(0,0,0,.2); 92 | visibility: hidden 93 | } 94 | 95 | #pma_navigation_tree_content::-webkit-scrollbar-track { 96 | background-color: #e6e6e6; 97 | visibility: hidden 98 | } 99 | 100 | #pma_navigation_tree_content:hover::-webkit-scrollbar-thumb { 101 | visibility: visible 102 | } 103 | 104 | #pma_navigation_tree_content:hover::-webkit-scrollbar-track { 105 | visibility: visible 106 | } 107 | 108 | #pma_navigation_tree li .dbItemControls { 109 | padding-left: 4px; 110 | top: 6px; 111 | position: relative 112 | } 113 | 114 | #pma_navigation_tree li .navItemControls { 115 | display: none; 116 | padding-left: 4px; 117 | top: 6px; 118 | position: relative 119 | } 120 | 121 | #pma_navigation_tree li .navItemControls .icon, #pma_navigation_tree li .dbItemControls .icon { 122 | width: 15px; 123 | height: 15px 124 | } 125 | 126 | #pma_navigation_tree li.activePointer .navItemControls { 127 | display: inline; 128 | opacity: 0.5 129 | } 130 | 131 | #pma_navigation_tree li.activePointer .navItemControls:hover { 132 | display: inline; 133 | opacity: 1.0 134 | } 135 | 136 | #pma_navigation_tree_content a.hover_show_full { 137 | position: relative; 138 | z-index: 100; 139 | top: 7px 140 | } 141 | 142 | #pma_navigation_tree ul { 143 | clear: both; 144 | padding: 0; 145 | list-style-type: none; 146 | } 147 | 148 | #pma_recent_list, #pma_favorite_list { 149 | overflow: hidden; 150 | border-radius: 2px; 151 | margin: 6px 10px 0 2px!important; 152 | padding: 10px 0!important; 153 | box-shadow: 154 | } 155 | 156 | #pma_navigation_tree ul ul { 157 | position: relative 158 | } 159 | 160 | #pma_navigation_tree li { 161 | white-space: nowrap; 162 | clear: both; 163 | min-height: 25px 164 | } 165 | 166 | #pma_navigation_tree .icon { 167 | display: none 168 | } 169 | 170 | #pma_navigation_tree i { 171 | display: block 172 | } 173 | 174 | #pma_navigation_tree div.block { 175 | position: relative; 176 | width: 1.5em; 177 | height: 2em; 178 | min-width: 16px; 179 | min-height: 16px; 180 | float: left 181 | } 182 | 183 | #pma_navigation_tree div.block.double { 184 | width: 2.5em 185 | } 186 | 187 | #pma_navigation_tree div.block i, #pma_navigation_tree div.block b { 188 | width: 1.5em; 189 | height: 2em; 190 | min-width: 16px; 191 | min-height: 8px; 192 | position: absolute; 193 | bottom: 0.7em; 194 | left: 0.88em; 195 | z-index: 0; 196 | margin-top: -4px 197 | } 198 | 199 | #pma_navigation_tree div.block i { 200 | /* Top and right segments for the tree element connections */ 201 | display: block; 202 | border-left: 1px solid #CFD8DC; 203 | border-bottom: 1px solid #CFD8DC; 204 | position: relative; 205 | z-index: 0 206 | } 207 | 208 | #pma_navigation_tree div.block i.first { 209 | /* Removes top segment */ 210 | border-left: 0 211 | } 212 | 213 | #pma_navigation_tree div.block b { 214 | /* Bottom segment for the tree element connections */ 215 | display: block; 216 | bottom: -0.6em; 217 | border-left: 1px solid #CFD8DC 218 | } 219 | 220 | #pma_navigation_tree div.block a, #pma_navigation_tree div.block u { 221 | position: absolute; 222 | left: 50%; 223 | top: 50%; 224 | z-index: 10 225 | } 226 | 227 | #pma_navigation_tree div.block a+a { 228 | left: 100% 229 | } 230 | 231 | #pma_navigation_tree div.block.double a, #pma_navigation_tree div.block.double u { 232 | left: 33% 233 | } 234 | 235 | #pma_navigation_tree div.block.double a+a { 236 | left: 85% 237 | } 238 | 239 | #pma_navigation_tree div.block img { 240 | position: relative; 241 | top: -0.6em; 242 | left: 0; 243 | margin-left: -7px; 244 | width: 18px; 245 | height: 18px; 246 | } 247 | 248 | #pma_navigation_tree li.selected .ic_b_plus { 249 | background-image: url('./themes//img/svg/plus-circle-color.svg') 250 | } 251 | 252 | #pma_navigation_tree li.selected .ic_b_minus { 253 | background-image: url('./themes//img/svg/minus-circle-color.svg') 254 | } 255 | 256 | #pma_navigation_tree div.throbber img { 257 | top: 2px; 258 | left: 2px 259 | } 260 | 261 | #pma_navigation_tree li.last>ul { 262 | background: none 263 | } 264 | 265 | #pma_navigation_tree .list_container { 266 | border-left: 1px solid #CFD8DC; 267 | margin-left: .9em; 268 | padding-left: .5em 269 | } 270 | 271 | #pma_navigation_tree .last>.list_container { 272 | border-left: 0 solid #616161 273 | } 274 | 275 | 276 | #pma_navigation_tree_content .ic_b_minus, #pma_navigation_tree_content .ic_b_plus { 277 | display: initial 278 | } 279 | 280 | /* Fast filter */ 281 | li.fast_filter { 282 | margin-left: 0.75em; 283 | padding-right: 15px; 284 | } 285 | 286 | li.fast_filter span { 287 | position: relative; 288 | right: 1.5em; 289 | padding: 0.2em; 290 | top: 1px; 291 | cursor: pointer; 292 | font-weight: bold; 293 | color: #800 294 | } 295 | 296 | li.fast_filter.db_fast_filter { 297 | border: 0; 298 | margin-left: 0; 299 | margin-right: 10px 300 | } 301 | 302 | #navigation_controls_outer { 303 | min-height: 21px !important; 304 | margin-top: 25px!important 305 | } 306 | 307 | #pma_navigation_collapse { 308 | padding-right: 2px 309 | } 310 | 311 | #navigation_controls_outer.activePointer { 312 | background-color: transparent!important 313 | } 314 | 315 | #navigation_controls { 316 | margin: 0 10px 0 0; 317 | text-align: center 318 | } 319 | 320 | #navigation_controls .icon, #pma_favorite_list .icon, #pma_navigation_tree .navItemControls .icon, #pma_navigation_tree .dbItemControls .icon { 321 | display: inherit 322 | } 323 | 324 | #pma_favorite_list .icon { 325 | opacity: 1 326 | } 327 | 328 | /* Resize handler */ 329 | #pma_navigation_resizer { 330 | width: 3px; 331 | height: 100%; 332 | background-color: transparent; 333 | cursor: col-resize; 334 | position: fixed; 335 | top: 0; 336 | left: 250px; 337 | z-index: 801 338 | } 339 | 340 | #pma_navigation_collapser { 341 | width: 24px; 342 | height: 24px; 343 | color: ; 344 | position: fixed; 345 | margin-left: 18px; 346 | margin-top: 14px; 347 | padding: 3px; 348 | top: 0; 349 | left: px; 350 | text-align: center; 351 | text-indent: -9999px; 352 | background-image: url("./themes//img/svg/arrow-left.svg")!important; 353 | background-repeat: no-repeat; 354 | background-position: center; 355 | cursor: pointer; 356 | border-radius: 50%; 357 | transition: all .3s ease-in-out; 358 | z-index: 801 359 | } 360 | 361 | #pma_navigation_collapser[style="left: 3px;"], #pma_navigation_collapser[style="left: 0px;"] { 362 | transform: rotate(180deg); 363 | transition: all .3s ease-in-out 364 | } 365 | 366 | #pma_navigation_collapser:hover { 367 | background-color: rgba(255, 255, 255, .12) 368 | } 369 | 370 | /* Quick warp links */ 371 | .pma_quick_warp { 372 | margin-top: 20px; 373 | margin-left: 4px; 374 | position: relative 375 | } 376 | 377 | .pma_quick_warp .drop_list { 378 | float: left; 379 | margin-left: 5px; 380 | padding: 2px 0 381 | } 382 | 383 | .pma_quick_warp .drop_button { 384 | padding: .5em .9em; 385 | cursor: pointer; 386 | box-shadow: 0 1px 1px #bbb; 387 | border-radius: 2px 388 | } 389 | 390 | .pma_quick_warp .drop_list:hover .drop_button { 391 | background: #EEE 392 | } 393 | 394 | .pma_quick_warp .drop_list ul { 395 | position: absolute; 396 | margin: 0; 397 | padding: 0; 398 | overflow: hidden; 399 | overflow-y: auto; 400 | list-style: none; 401 | background: ; 402 | top: 100%; 403 | left: 3px; 404 | right: 0; 405 | display: none; 406 | z-index: 802 407 | } 408 | 409 | .pma_quick_warp .drop_list:hover ul { 410 | display: block 411 | } 412 | 413 | .pma_quick_warp .drop_list li { 414 | white-space: nowrap; 415 | padding: 0 416 | } 417 | 418 | .pma_quick_warp .drop_list li img { 419 | vertical-align: sub 420 | } 421 | 422 | .pma_quick_warp .drop_list li:hover { 423 | background: #f2f2f2 424 | } 425 | 426 | .pma_quick_warp .drop_list a { 427 | display: block; 428 | line-height: 30px; 429 | padding: 0 15px 430 | } 431 | 432 | .pma_quick_warp .drop_list a.favorite_table_anchor { 433 | clear: left; 434 | float: left; 435 | height: 24px; 436 | margin-top: 3px; 437 | padding-right: 7px 438 | } 439 | 440 | /* Table Sticky */ 441 | 442 | table.sticky_columns { 443 | box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) 444 | } 445 | -------------------------------------------------------------------------------- /css/material/navigation/logos.css.php: -------------------------------------------------------------------------------- 1 | #pma_navigation #pmalogo { 2 | margin: 0; 3 | padding: 12px; 4 | color: ; 5 | font-size: 14px; 6 | cursor: default; 7 | line-height: 100%; 8 | text-align:center 9 | } 10 | -------------------------------------------------------------------------------- /css/material/navigation/nav.css.php: -------------------------------------------------------------------------------- 1 | #pma_navigation { 2 | width: px; 3 | overflow: hidden; 4 | position: fixed; 5 | top: 0; 6 | left: 0; 7 | height: 100%; 8 | background: ; 9 | color: ; 10 | z-index: 800 11 | } 12 | 13 | #pma_navigation a img { 14 | border: 0; 15 | margin: 0 16 | } 17 | 18 | #pma_navigation a:link, #pma_navigation a:visited, #pma_navigation a:active { 19 | text-decoration: none; 20 | color: 21 | } 22 | 23 | #pma_navigation select#select_server, #pma_navigation select#lightm_db { 24 | width: 100% 25 | } 26 | 27 | /* buttons in some browsers (eg. Konqueror) are block elements, 28 | this breaks design */ 29 | #pma_navigation button { 30 | display: inline 31 | } 32 | 33 | #pma_navigation_content { 34 | width: 100%; 35 | position: absolute; 36 | top: 0; 37 | left: 0; 38 | z-index: 0 39 | } 40 | 41 | #pma_navigation form { 42 | margin: 0; 43 | padding: 0; 44 | display: inline; 45 | box-shadow: none; 46 | background-color: transparent 47 | } 48 | -------------------------------------------------------------------------------- /css/navigation.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | /* Navigation 9 | ---------------------------------------------- */ 10 | 11 | 12 | 13 | /* Logos 14 | ---------------------------------------------- */ 15 | 16 | 17 | 18 | /* Elements 19 | ---------------------------------------------- */ 20 | 21 | 22 | 23 | /* Globals 24 | ---------------------------------------------- */ 25 | 26 | 27 | -------------------------------------------------------------------------------- /css/printview.css: -------------------------------------------------------------------------------- 1 | /* For removing element from Print View */ 2 | 3 | .print_ignore { 4 | display: none 5 | } 6 | 7 | .nowrap { 8 | white-space: nowrap 9 | } 10 | 11 | .hide { 12 | display: none 13 | } 14 | 15 | 16 | /* Standard CSS */ 17 | 18 | body, table, th, td { 19 | color: #000; 20 | font-size: 12px 21 | } 22 | 23 | 24 | /* To remove link text decoration */ 25 | 26 | a:link { 27 | color: #000; 28 | text-decoration: none 29 | } 30 | 31 | 32 | /* To remove any image borders */ 33 | 34 | img { 35 | border: 0 36 | } 37 | 38 | 39 | /* Table specific */ 40 | 41 | table, th, td { 42 | border: .1em solid #ccc; 43 | } 44 | 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0.2em 48 | } 49 | 50 | th, td { 51 | padding: 0.2em 52 | } 53 | 54 | th.vtop, td.vtop { 55 | vertical-align: top 56 | } 57 | 58 | th.vbottom, td.vbottom { 59 | vertical-align: bottom 60 | } 61 | 62 | tr:after { 63 | display: none; 64 | } 65 | 66 | 67 | /* Common Elements not to be included */ 68 | 69 | 70 | /* Hide Navigation and Top Menu bar */ 71 | 72 | #pma_navigation, #floating_menubar { 73 | display: none 74 | } 75 | 76 | 77 | /* Hide console */ 78 | 79 | #pma_console_container { 80 | display: none 81 | } 82 | 83 | 84 | /* Hide Navigation items (like Goto Top) */ 85 | 86 | #page_nav_icons { 87 | display: none 88 | } 89 | 90 | 91 | /* Hide the Create Table form */ 92 | 93 | #create_table_form_minimal { 94 | display: none 95 | } 96 | 97 | 98 | /* Hide the Page Settings Modal box */ 99 | 100 | #page_settings_modal { 101 | display: none 102 | } 103 | 104 | 105 | /* Hide footer, Demo notice, errors div */ 106 | 107 | #pma_footer, #pma_demo, #pma_errors { 108 | display: none 109 | } 110 | 111 | 112 | /* Hide the #selflink div */ 113 | 114 | #selflink { 115 | display: none 116 | } 117 | 118 | 119 | /* Position the main content */ 120 | 121 | #page_content { 122 | position: absolute; 123 | left: 0; 124 | top: 0; 125 | width: 95%; 126 | float: none 127 | } 128 | 129 | 130 | /* Specific Class for overriding while Print */ 131 | 132 | .print { 133 | background-color: #000 134 | } 135 | 136 | 137 | /* For the Success message div */ 138 | 139 | .sqlOuter { 140 | color: black 141 | } 142 | 143 | 144 | /* For hiding 'Open a New phpMyAdmin Window' button */ 145 | 146 | .ic_window-new, .ic_s_cog { 147 | display: none 148 | } 149 | 150 | .sticky_columns tr { 151 | display: none 152 | } 153 | 154 | #structure-action-links, #addColumns { 155 | display: none 156 | } 157 | 158 | 159 | /* Hide extra menu on tbl_structure.php */ 160 | 161 | #topmenu2 { 162 | display: none 163 | } 164 | 165 | .cDrop, .cEdit, .cList, .cCpy, .cPointer { 166 | display: none 167 | } 168 | 169 | .column_attribute { 170 | font-size: 100% 171 | } 172 | 173 | @media print { 174 | body { 175 | margin: 0!important; 176 | } 177 | 178 | #page_content { 179 | position: relative!important; 180 | margin: 0!important; 181 | box-shadow: none!important; 182 | } 183 | 184 | #back_button_print_view, #print_button_print_view, #tableFilter, thead th .icon { 185 | display: none!important 186 | } 187 | } 188 | -------------------------------------------------------------------------------- /css/resizable-menu.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | 8 | .resizable-menu a, .resizable-menu span { 9 | display: flex; 10 | align-items: center; 11 | margin: 0; 12 | padding: 0; 13 | white-space: nowrap 14 | } 15 | 16 | .resizable-menu .submenu { 17 | display: none; 18 | position: relative 19 | } 20 | 21 | .resizable-menu .submenu ul .icon { 22 | -webkit-filter: invert(0%)!important; 23 | filter: invert(0%)!important 24 | } 25 | 26 | ul.resizable-menu .shown { 27 | display: inline-block 28 | } 29 | 30 | ul.resizable-menu ul { 31 | margin: 0; 32 | padding: 15px 0; 33 | position: absolute; 34 | list-style-type: none; 35 | display: none; 36 | z-index: 2; 37 | right: 0; 38 | border-radius: 0 0 3px 3px; 39 | box-shadow: 40 | } 41 | 42 | ul.resizable-menu li:hover { 43 | 44 | } 45 | 46 | ul.resizable-menu li:hover ul, ul.resizable-menu .submenuhover ul { 47 | display: block; 48 | background: 49 | } 50 | 51 | ul.resizable-menu ul li { 52 | width: 100% 53 | } 54 | -------------------------------------------------------------------------------- /css/rte.css.php: -------------------------------------------------------------------------------- 1 | 6 | /* ----------------------------------------------------- */ 7 | .rte_table { 8 | border: none!important 9 | } 10 | 11 | .rte_table td { 12 | vertical-align: middle; 13 | padding: 0.2em 14 | } 15 | 16 | .rte_table tr:after { 17 | display: none 18 | } 19 | 20 | .rte_table .routine_params_table { 21 | width: 100%; 22 | overfloe: inherit 23 | } -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Bold.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Light.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Medium.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Regular.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Thin.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /img/ajax_clock_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/ajax_clock_small.gif -------------------------------------------------------------------------------- /img/arrow_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/arrow_ltr.png -------------------------------------------------------------------------------- /img/arrow_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/arrow_rtl.png -------------------------------------------------------------------------------- /img/asc_order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/asc_order.png -------------------------------------------------------------------------------- /img/b_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_bookmark.png -------------------------------------------------------------------------------- /img/b_browseOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_browseOld.png -------------------------------------------------------------------------------- /img/b_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_calendar.png -------------------------------------------------------------------------------- /img/b_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_chart.png -------------------------------------------------------------------------------- /img/b_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_close.png -------------------------------------------------------------------------------- /img/b_column_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_column_add.png -------------------------------------------------------------------------------- /img/b_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_comment.png -------------------------------------------------------------------------------- /img/b_dbstatistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_dbstatistics.png -------------------------------------------------------------------------------- /img/b_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_deltbl.png -------------------------------------------------------------------------------- /img/b_docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_docs.png -------------------------------------------------------------------------------- /img/b_docsql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_docsql.png -------------------------------------------------------------------------------- /img/b_dropOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_dropOld.png -------------------------------------------------------------------------------- /img/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_edit.png -------------------------------------------------------------------------------- /img/b_emptyOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_emptyOld.png -------------------------------------------------------------------------------- /img/b_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_engine.png -------------------------------------------------------------------------------- /img/b_event_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_event_add.png -------------------------------------------------------------------------------- /img/b_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_events.png -------------------------------------------------------------------------------- /img/b_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_export.png -------------------------------------------------------------------------------- /img/b_find_replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_find_replace.png -------------------------------------------------------------------------------- /img/b_firstpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_firstpage.png -------------------------------------------------------------------------------- /img/b_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_ftext.png -------------------------------------------------------------------------------- /img/b_globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_globe.gif -------------------------------------------------------------------------------- /img/b_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_group.png -------------------------------------------------------------------------------- /img/b_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_help.png -------------------------------------------------------------------------------- /img/b_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_home.png -------------------------------------------------------------------------------- /img/b_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_import.png -------------------------------------------------------------------------------- /img/b_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_index.png -------------------------------------------------------------------------------- /img/b_index_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_index_add.png -------------------------------------------------------------------------------- /img/b_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_info.png -------------------------------------------------------------------------------- /img/b_inline_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_inline_edit.png -------------------------------------------------------------------------------- /img/b_insrowOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_insrowOld.png -------------------------------------------------------------------------------- /img/b_lastpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_lastpage.png -------------------------------------------------------------------------------- /img/b_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_minus.png -------------------------------------------------------------------------------- /img/b_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_more.png -------------------------------------------------------------------------------- /img/b_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_move.png -------------------------------------------------------------------------------- /img/b_newdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_newdb.png -------------------------------------------------------------------------------- /img/b_newtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_newtbl.png -------------------------------------------------------------------------------- /img/b_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_nextpage.png -------------------------------------------------------------------------------- /img/b_pdfdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_pdfdoc.png -------------------------------------------------------------------------------- /img/b_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_plus.png -------------------------------------------------------------------------------- /img/b_prevpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_prevpage.png -------------------------------------------------------------------------------- /img/b_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_primary.png -------------------------------------------------------------------------------- /img/b_printOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_printOld.png -------------------------------------------------------------------------------- /img/b_propsOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_propsOld.png -------------------------------------------------------------------------------- /img/b_relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_relations.png -------------------------------------------------------------------------------- /img/b_routine_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_routine_add.png -------------------------------------------------------------------------------- /img/b_routines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_routines.png -------------------------------------------------------------------------------- /img/b_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_save.png -------------------------------------------------------------------------------- /img/b_sbrowseOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_sbrowseOld.png -------------------------------------------------------------------------------- /img/b_sdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_sdb.png -------------------------------------------------------------------------------- /img/b_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_search.png -------------------------------------------------------------------------------- /img/b_selboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_selboard.png -------------------------------------------------------------------------------- /img/b_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_select.png -------------------------------------------------------------------------------- /img/b_snewtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_snewtbl.png -------------------------------------------------------------------------------- /img/b_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_spatial.png -------------------------------------------------------------------------------- /img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_sql.png -------------------------------------------------------------------------------- /img/b_sqldoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_sqldoc.png -------------------------------------------------------------------------------- /img/b_sqlhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_sqlhelp.png -------------------------------------------------------------------------------- /img/b_table_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_table_add.png -------------------------------------------------------------------------------- /img/b_tblanalyseOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tblanalyseOld.png -------------------------------------------------------------------------------- /img/b_tblexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tblexport.png -------------------------------------------------------------------------------- /img/b_tblimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tblimport.png -------------------------------------------------------------------------------- /img/b_tblops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tblops.png -------------------------------------------------------------------------------- /img/b_tbloptimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tbloptimize.png -------------------------------------------------------------------------------- /img/b_tipp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_tipp.png -------------------------------------------------------------------------------- /img/b_trigger_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_trigger_add.png -------------------------------------------------------------------------------- /img/b_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_triggers.png -------------------------------------------------------------------------------- /img/b_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_undo.png -------------------------------------------------------------------------------- /img/b_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_unique.png -------------------------------------------------------------------------------- /img/b_usradd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_usradd.png -------------------------------------------------------------------------------- /img/b_usrcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_usrcheck.png -------------------------------------------------------------------------------- /img/b_usrdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_usrdrop.png -------------------------------------------------------------------------------- /img/b_usredit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_usredit.png -------------------------------------------------------------------------------- /img/b_usrlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_usrlist.png -------------------------------------------------------------------------------- /img/b_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_view.png -------------------------------------------------------------------------------- /img/b_view_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_view_add.png -------------------------------------------------------------------------------- /img/b_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/b_views.png -------------------------------------------------------------------------------- /img/bd_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_browse.png -------------------------------------------------------------------------------- /img/bd_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_deltbl.png -------------------------------------------------------------------------------- /img/bd_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_drop.png -------------------------------------------------------------------------------- /img/bd_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_edit.png -------------------------------------------------------------------------------- /img/bd_emptyOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_emptyOld.png -------------------------------------------------------------------------------- /img/bd_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_export.png -------------------------------------------------------------------------------- /img/bd_firstpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_firstpage.png -------------------------------------------------------------------------------- /img/bd_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_ftext.png -------------------------------------------------------------------------------- /img/bd_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_index.png -------------------------------------------------------------------------------- /img/bd_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_insrow.png -------------------------------------------------------------------------------- /img/bd_lastpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_lastpage.png -------------------------------------------------------------------------------- /img/bd_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_nextpage.png -------------------------------------------------------------------------------- /img/bd_prevpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_prevpage.png -------------------------------------------------------------------------------- /img/bd_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_primary.png -------------------------------------------------------------------------------- /img/bd_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_sbrowse.png -------------------------------------------------------------------------------- /img/bd_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_select.png -------------------------------------------------------------------------------- /img/bd_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_spatial.png -------------------------------------------------------------------------------- /img/bd_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/bd_unique.png -------------------------------------------------------------------------------- /img/col_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/col_drop.png -------------------------------------------------------------------------------- /img/col_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/col_pointer.png -------------------------------------------------------------------------------- /img/col_pointer_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/col_pointer_ver.png -------------------------------------------------------------------------------- /img/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/database.png -------------------------------------------------------------------------------- /img/designer/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/1.png -------------------------------------------------------------------------------- /img/designer/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/2.png -------------------------------------------------------------------------------- /img/designer/2leftarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/2leftarrow.png -------------------------------------------------------------------------------- /img/designer/2leftarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/2leftarrow_m.png -------------------------------------------------------------------------------- /img/designer/2rightarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/2rightarrow.png -------------------------------------------------------------------------------- /img/designer/2rightarrow_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/2rightarrow_m.png -------------------------------------------------------------------------------- /img/designer/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/3.png -------------------------------------------------------------------------------- /img/designer/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/4.png -------------------------------------------------------------------------------- /img/designer/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/5.png -------------------------------------------------------------------------------- /img/designer/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/6.png -------------------------------------------------------------------------------- /img/designer/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/7.png -------------------------------------------------------------------------------- /img/designer/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/8.png -------------------------------------------------------------------------------- /img/designer/FieldKey_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/FieldKey_small.png -------------------------------------------------------------------------------- /img/designer/Field_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Field_small.png -------------------------------------------------------------------------------- /img/designer/Field_small_char.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Field_small_char.png -------------------------------------------------------------------------------- /img/designer/Field_small_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Field_small_date.png -------------------------------------------------------------------------------- /img/designer/Field_small_int.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Field_small_int.png -------------------------------------------------------------------------------- /img/designer/Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Header.png -------------------------------------------------------------------------------- /img/designer/Header_Linked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/Header_Linked.png -------------------------------------------------------------------------------- /img/designer/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/anchor.png -------------------------------------------------------------------------------- /img/designer/and_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/and_icon.png -------------------------------------------------------------------------------- /img/designer/ang_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/ang_direct.png -------------------------------------------------------------------------------- /img/designer/bord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/bord.png -------------------------------------------------------------------------------- /img/designer/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/bottom.png -------------------------------------------------------------------------------- /img/designer/def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/def.png -------------------------------------------------------------------------------- /img/designer/display_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/display_field.png -------------------------------------------------------------------------------- /img/designer/downarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/downarrow1.png -------------------------------------------------------------------------------- /img/designer/downarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/downarrow2.png -------------------------------------------------------------------------------- /img/designer/downarrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/downarrow2_m.png -------------------------------------------------------------------------------- /img/designer/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/exec.png -------------------------------------------------------------------------------- /img/designer/exec_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/exec_small.png -------------------------------------------------------------------------------- /img/designer/exitFullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/exitFullscreen.png -------------------------------------------------------------------------------- /img/designer/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/export.png -------------------------------------------------------------------------------- /img/designer/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/favicon.ico -------------------------------------------------------------------------------- /img/designer/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/grid.png -------------------------------------------------------------------------------- /img/designer/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/help.png -------------------------------------------------------------------------------- /img/designer/help_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/help_relation.png -------------------------------------------------------------------------------- /img/designer/left_panel_butt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/left_panel_butt.png -------------------------------------------------------------------------------- /img/designer/left_panel_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/left_panel_tab.png -------------------------------------------------------------------------------- /img/designer/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/minus.png -------------------------------------------------------------------------------- /img/designer/or_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/or_icon.png -------------------------------------------------------------------------------- /img/designer/page_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/page_add.png -------------------------------------------------------------------------------- /img/designer/page_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/page_delete.png -------------------------------------------------------------------------------- /img/designer/page_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/page_edit.png -------------------------------------------------------------------------------- /img/designer/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/pdf.png -------------------------------------------------------------------------------- /img/designer/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/plus.png -------------------------------------------------------------------------------- /img/designer/query_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/query_builder.png -------------------------------------------------------------------------------- /img/designer/relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/relation.png -------------------------------------------------------------------------------- /img/designer/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/reload.png -------------------------------------------------------------------------------- /img/designer/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/resize.png -------------------------------------------------------------------------------- /img/designer/resizeright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/resizeright.png -------------------------------------------------------------------------------- /img/designer/rightarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/rightarrow1.png -------------------------------------------------------------------------------- /img/designer/rightarrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/rightarrow2.png -------------------------------------------------------------------------------- /img/designer/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/save.png -------------------------------------------------------------------------------- /img/designer/save_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/save_as.png -------------------------------------------------------------------------------- /img/designer/small_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/small_tab.png -------------------------------------------------------------------------------- /img/designer/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/table.png -------------------------------------------------------------------------------- /img/designer/toggle_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/toggle_lines.png -------------------------------------------------------------------------------- /img/designer/top_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/top_panel.png -------------------------------------------------------------------------------- /img/designer/uparrow2_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/uparrow2_m.png -------------------------------------------------------------------------------- /img/designer/viewInFullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/designer/viewInFullscreen.png -------------------------------------------------------------------------------- /img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/east-mini.png -------------------------------------------------------------------------------- /img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/error.ico -------------------------------------------------------------------------------- /img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/eye.png -------------------------------------------------------------------------------- /img/eye_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/eye_grey.png -------------------------------------------------------------------------------- /img/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/item.png -------------------------------------------------------------------------------- /img/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/lightbulb.png -------------------------------------------------------------------------------- /img/lightbulb_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/lightbulb_off.png -------------------------------------------------------------------------------- /img/logo_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/logo_left.png -------------------------------------------------------------------------------- /img/logo_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/logo_right.png -------------------------------------------------------------------------------- /img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/more.png -------------------------------------------------------------------------------- /img/new_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_data.png -------------------------------------------------------------------------------- /img/new_data_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_data_hovered.png -------------------------------------------------------------------------------- /img/new_data_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_data_selected.png -------------------------------------------------------------------------------- /img/new_data_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_data_selected_hovered.png -------------------------------------------------------------------------------- /img/new_struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_struct.png -------------------------------------------------------------------------------- /img/new_struct_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_struct_hovered.png -------------------------------------------------------------------------------- /img/new_struct_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_struct_selected.png -------------------------------------------------------------------------------- /img/new_struct_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/new_struct_selected_hovered.png -------------------------------------------------------------------------------- /img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/north-mini.png -------------------------------------------------------------------------------- /img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/pause.png -------------------------------------------------------------------------------- /img/php_sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/php_sym.png -------------------------------------------------------------------------------- /img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/play.png -------------------------------------------------------------------------------- /img/pma_logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/pma_logo2.png -------------------------------------------------------------------------------- /img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_asc.png -------------------------------------------------------------------------------- /img/s_asci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_asci.png -------------------------------------------------------------------------------- /img/s_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_attention.png -------------------------------------------------------------------------------- /img/s_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_cancel.png -------------------------------------------------------------------------------- /img/s_cancel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_cancel2.png -------------------------------------------------------------------------------- /img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_cog.png -------------------------------------------------------------------------------- /img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_db.png -------------------------------------------------------------------------------- /img/s_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_desc.png -------------------------------------------------------------------------------- /img/s_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_error.png -------------------------------------------------------------------------------- /img/s_error2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_error2.png -------------------------------------------------------------------------------- /img/s_fulltext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_fulltext.png -------------------------------------------------------------------------------- /img/s_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_host.png -------------------------------------------------------------------------------- /img/s_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_info.png -------------------------------------------------------------------------------- /img/s_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_lang.png -------------------------------------------------------------------------------- /img/s_loggoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_loggoff.png -------------------------------------------------------------------------------- /img/s_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_notice.png -------------------------------------------------------------------------------- /img/s_okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_okay.png -------------------------------------------------------------------------------- /img/s_partialtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_partialtext.png -------------------------------------------------------------------------------- /img/s_passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_passwd.png -------------------------------------------------------------------------------- /img/s_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_process.png -------------------------------------------------------------------------------- /img/s_really.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_really.png -------------------------------------------------------------------------------- /img/s_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_reload.png -------------------------------------------------------------------------------- /img/s_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_replication.png -------------------------------------------------------------------------------- /img/s_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_rights.png -------------------------------------------------------------------------------- /img/s_sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_sortable.png -------------------------------------------------------------------------------- /img/s_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_status.png -------------------------------------------------------------------------------- /img/s_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_success.png -------------------------------------------------------------------------------- /img/s_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_sync.png -------------------------------------------------------------------------------- /img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_tbl.png -------------------------------------------------------------------------------- /img/s_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_theme.png -------------------------------------------------------------------------------- /img/s_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_top.png -------------------------------------------------------------------------------- /img/s_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_vars.png -------------------------------------------------------------------------------- /img/s_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/s_views.png -------------------------------------------------------------------------------- /img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/south-mini.png -------------------------------------------------------------------------------- /img/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/spacer.png -------------------------------------------------------------------------------- /img/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/sprites.png -------------------------------------------------------------------------------- /img/svg/account-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/account-edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/account-group.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/account-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/account-remove.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/alpha-i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/alpha-u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/arrow-collapse-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/auto-fix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/bookmark-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/calendar-clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/chart-arc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/close-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/console.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/content-copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/content-save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/crop-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-export.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-import.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database-search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/document.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/export.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/eye-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/eye-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/favorite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/file-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/find-replace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/format-columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/format-font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/graphql.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/help.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/import.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/link-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/menu-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/minus-circle-color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/nas.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/no-favorite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/page-first.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/page-last.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/page-next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/page-previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/palette.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/pencil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/plugin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/plus-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/plus-circle-color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/pound.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/reload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/reorder-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/reorder-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/ruler.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/run-fast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/run.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/sort-ascending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/sort-descending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-column-remove.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-remove.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-row-plus-after.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table-search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/textbox-password.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/textbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/translate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/undo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/variable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/view-column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/view-dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/svg/window-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/toggle-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/toggle-ltr.png -------------------------------------------------------------------------------- /img/toggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/toggle-rtl.png -------------------------------------------------------------------------------- /img/vertical_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/vertical_line.png -------------------------------------------------------------------------------- /img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/west-mini.png -------------------------------------------------------------------------------- /img/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/window-new.png -------------------------------------------------------------------------------- /img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexTorresDev/PMA-Material/90595c73f4a6f1b9ee26d53952f628068a4e90af/img/zoom-world-mini.png -------------------------------------------------------------------------------- /info.inc.php: -------------------------------------------------------------------------------- 1 |