Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2019-12-25Fix #14248 - calendar z-index issue on theme originalWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-25Datepicker z-index issue solvedHarsh Kukreja
Signed-off-by: Harsh Kukreja <harshkukreja99@gmail.com>
2019-11-20Fix display field in DesignerWilliam Desportes
Introduced by: a23f2ba51a93af0c5eedf91646aa9e04b9bc3a12 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-29Fix #15522 - Remove ic_b_info iconWilliam Desportes
Fixes: #15522 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-17Fix #14898 - Bottom table in list in left pane blocked by horizontal scroll barWilliam Desportes
Fixes: #14898 Pull-request: #15442 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-18fixed bottom-most table name blockageRahul Gurung
Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
2019-06-04Make themes compatible with 4.9Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-05-27Fix phpmyadmin#15287 : Fix auto_increment field is too smallAnkush Patil
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2019-05-02Fix #15237 - [UI] Alignment on login form since merge or #15178William Desportes
Fixes: #15237 Introduced-by-pull-request: #15178 [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-17Fix label alignment on login page (#15178)Nupur Agrawal
Signed-off-by: Nupur Agrawal <nupur202000@gmail.com> (cherry picked from commit 645f0c1779691fe2f0a722045a6257bb1fd195b7) Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-04-16Fix columns comments in the floating table headerMaurício Meneghini Fauth
Fix #13713 Close #15144 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-03-25Fix #15074 - Make the server logo visible on theme "original"Agha Saad Fraz
Signed-off-by: Agha Saad Fraz <agha.saad04@gmail.com> I have added the styling for the logo to make it visible. To make the code consistent, I have added the same padding for the logo which is being used in other themes for the same logo Cherry-picked-from: d460093b05bf418ae383896acad9cf12d239ce0b Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-01-24fixes issue #14898 Bottom table is blockedNitish Bahl
Signed-off-by: Nitish Bahl <nitishbahl24@gmail.com>
2018-12-02Fix #14764 - left/right icons hiddenWilliam Desportes
Closes: #14764 Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-11-16Ignore Sass generated filesMaurício Meneghini Fauth
[ci skip] Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-10-02CSS Issuesharmamohit123
Signed-off-by: Mohit Sharma <mohitdonsharma9@gmail.com> (cherry picked from commit 71eebf3ad8c87a0816eef324d174aa439d7c3f6c) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-09-24Fix #14438 - "Show Full Queries" iconsWilliam Desportes
Closes: #14438 Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-07-05Fix - #14382 "Visualize GIS data" icon missingWilliam Desportes
Closes: #14382 Signed-off-by: William Desportes <williamdes@wdes.fr> (cherry picked from commit b3379d77001dbb8a49a9ceaf7bfd5544fa7b3cbc) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-05Patch for #14257 CodeMirror hints hiddenWilliam Desportes
[CI skip] Signed-off-by: William Desportes <williamdes@wdes.fr> (cherry picked from commit 24f483793cf6c6857ff856a03ac0c44a71ef7b6c) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-04-25Revert "Fix table horizontal scrolling (#14001)"Maurício Meneghini Fauth
This reverts commit e92b3572104dda3d86e7a987f0555aa6d0d54a69. This fixes #14193, fixes #14029, fixes #14199, fixes #14102 and fixes #14232 This closes #14196 and closes #14206 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-24Remove inline styles in ReplicationGui.php (#13981)Anu4ruby
* removed inline styles from AuthenticationConfig.php file-issue 12262 * removed inline styles from AuthenticationConfig.php- file-issue 12262-Signed-off-by: Anupama.V <sadicarnot@gmail.com> * Remove inline styles from ReplicationGui.php #12262. Signed-off by: Anupama.V <sadicarnot@gmail.com>
2018-02-25Replace pmd* in CSS classes and IDs with designer*Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-25Rename css/pmd.css.php to css/designer.css.phpMaurício Meneghini Fauth
Rename themes/pmahomme/css/pmd.css.php to themes/pmahomme/css/designer.css.php. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-25Rename img/pmd directory to img/designerMaurício Meneghini Fauth
Rename themes/pmahomme/img/pmd directory to themes/pmahomme/img/designer. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-16Fix table horizontal scrolling (#14001)nulll-pointer
Fix table horizontal scrolling Fix #13959
2018-02-16Merge pull request #13998 from shucon/hoverMaurício Meneghini Fauth
Fixes Hover on tables
2018-02-16Final Patch for issue #14013Raman Tehlan
Signed-off-by: Raman Tehlan <ramantehlan@gmail.com>
2018-02-12Fixes Hover on tablesSaksham Gupta
Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/13980 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-02-10Removed inline styles from AuthenticationConfig.php file-issue 12262 (#13979)Anu4ruby
* removed inline styles from AuthenticationConfig.php file-issue 12262 * removed inline styles from AuthenticationConfig.php- file-issue 12262- Signed-off-by: Anupama V <sadicarnot@gmail.com>
2018-01-30Fixes Colour issue in rows on hover (#13960)Saksham Gupta
* Fixes Colour issue in rows on hover Fixes : https://github.com/phpmyadmin/phpmyadmin/issues/13880 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-01-29Fix Row coloring issue@Indexes (#13877)Saksham Gupta
Fix #13090 * Fix Row coloring issue@Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Update Index.php * Update Index.php * Update common.css.php * Fix Row Colouring Issue Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue @ Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue [Original Theme] Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Refactor code * Fix Row coloring issue@Indexes * Body wrap * Fix Keyname Column and colour inversion Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2017-12-25Removed all remaining inline styles from functions.js #12262Juvenildo Vaz
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-25Remove inline styles from messages.php #12262Juvenildo Vaz
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-23 Remove inline styles from elements (#13883)Juvenv
* Remove inline styles from elements in index.php #12262 * Remove inline style from element in CentralColumns #12262 Related to #12262 Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-05Fix toggle button not showing background imageMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-01Revert "Add PMD images to original theme"Michal Čihař
This reverts commit c7a33031b37c618501dff5315e94f77e9130adb5. The images should be used from the default theme if they are not present.
2017-12-01Add PMD images to original themeMaurício Meneghini Fauth
Fix #13586 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-28Merge pull request #13780 from BePsvPT-Fork/navigation-patchMichal Čihař
make navigation database name and icon are in the same horizontal line
2017-11-27Use generic PHPMYADMIN define to avoid CSS exectionMichal Čihař
It should work pretty much same, but we really don't care which of these is set for rendering the css. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Add icons cssMichal Čihař
This should have been part of fd9150460ee12fe3d0678bbad13360735f631a7e, but was ommited due to too aggressive .gitignore, which was fixed in a923d1483d62e3175c85a04ff0235c80f6f88bcb. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Fix gitnore file to ignore only files at current levelMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Use just one error iconMichal Čihař
The other really does not fit the theme and there is no reason to have two. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Remove unused info iconMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-13Remove sprites from the themesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-06Merge pull request #13786 from smileytechguy/masterMaurício Meneghini Fauth
Better rendering of icons in modern browsers
2017-11-06Fix pixel rendering in pmahomme themeNoah Overcash
Signed-off-by: Noah Overcash <smileytechguy@icloud.com>
2017-11-06Fix pixel rendering in original themeNoah Overcash
Signed-off-by: Noah Overcash <smileytechguy@icloud.com>
2017-11-04Optimize PNG images with zopfliMichal Čihař
See #13797 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-04Merge branch 'QA_4_7'Michal Čihař
2017-11-04Optimize PNG images with zopfliMichal Čihař
See #13797 Signed-off-by: Michal Čihař <michal@cihar.com>