Ivan Kayzer
da832ef5c4
Fix setup tabs alignment
...
Signed-off-by: Ivan Kayzer <ivan.kayzer@outlook.com>
2020-07-16 20:04:08 +02:00
William Desportes
81a0fab9b3
Fix coding standard on setup/styles.css
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-16 11:49:39 +02:00
William Desportes
d93efc2eda
Fix Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
...
Why is this an issue?
CSS gradients in a cross-browser way requires using many different vendor-prefixed versions. There are currently five different vendor-prefixed versions of CSS gradient:
-ms-linear-gradient and -ms-radial-gradient for Internet Explorer 10+
-moz-linear-gradient and -moz-radial-gradient for Firefox 3.6+
-o-linear-gradient and -o-radial-gradient for Opera 11.10+
-webkit-linear-gradient and -webkit-radial-gradient for Safari 5+ and Chrome
-webkit-gradient for Safari 4+ and Chrome (aka "Old WebKit")
Meaning a simple two-color gradient that works across all browsers must look like this:
background: -moz-linear-gradient(...); /* FF3.6+ */
background: -webkit-gradient(...); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(...); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(...); /* Opera 11.10+ */
background: -ms-linear-gradient(...); /* IE10+ */
It's easy to forget one or more gradient definitions with all of the various vendor prefix gradients available.
[By Codacy]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-16 10:54:57 +02:00
William Desportes
076a84d259
Run stylelint on setup CSS styles
...
Some errors are unfixed:
setup/styles.css
459:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties
459:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
459:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
460:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties
460:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
460:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
461:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties
461:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
461:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
462:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties
462:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
462:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
473:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
473:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
474:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
474:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
475:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
475:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
476:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides
476:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-15 23:47:48 +02:00
Michal Čihař
07a36c94a9
Add missing hide class to setup CSS
...
Fixes #13568
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:39:43 +02:00
Hugues Peccatte
e1696fe7d6
Optimize CSS properties.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-20 23:32:32 +02:00
Madhura Jayaratne
6df6be6520
Remove duplicate styles
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 10:41:17 +05:30
Isaac Bennetch
9923942e80
Fix alignment in setup script (option boxes)
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-07-02 19:54:06 -04:00
Ann + J.M
356626bbaa
[interface] Highlight active left menu item in setup
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-03-29 20:45:49 +01:00
Sampath Liyanage
58279d8bb9
bug fix 4285
...
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-02-14 16:19:24 +05:30
Vasu Bhardwaj
32910fffc4
Contest-2 / Bug #4081
...
Signed-off-by: Vasu Bhardwaj <voodoorapter014@gmail.com>
2014-02-13 02:15:00 +05:30
Piotr Przybylski
0f71786031
Tuned logo colors in setup
...
One more test fix
2013-11-03 13:17:29 +01:00
J.M
4489ea7566
Add more type=password and type=number styles
2013-08-18 15:41:28 +02:00
Michal Čihař
aa3071a95d
Saner color for error messages (and consistent with default theme)
2012-08-13 14:17:06 +02:00
Rouslan Placella
796012fcc5
Completely drop footnotes and use tooltips instead
2012-06-11 14:06:04 +01:00
J.M
3a4b831cf5
Adapt pmahomme style for setup pages
2012-05-17 15:28:28 +02:00
J.M
b2cbfb355b
Update setup design for pmahomme
2012-05-07 22:17:30 +02:00
Piotr Przybylski
d32bcb16c6
Better looking settings tabs in pmahomme
2011-09-20 13:02:30 +02:00
Piotr Przybylski
0fb5a8857c
Fix div icon
2011-08-16 00:45:47 +02:00
Michal Čihař
06ba6d36c0
Remove tabs
2011-07-21 16:08:11 +02:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
Crack
06f472ed51
allow proper nesting of option groups in user preferences
2010-08-29 01:49:18 +02:00
ninadsp
9c34a0eec9
Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches
2010-08-28 01:53:52 +05:30
Crack
9adc2597c5
short comments for inputs:
...
- information whether SQL validator is enabled for Validate link
- information about required extensions (SOAP, compression)
- information for constrained values (eg. MaxDbList)
2010-07-30 00:47:20 +02:00
Crack
cf99d6511f
fix restore-default not showing after page load
...
setup script comments for fields that set constraints on user preferences (MaxDbLost, MaxTableList)
2010-07-17 22:43:38 +02:00
Crack
47cd7c9a20
styling
...
moved some options (SQL Queries and SQL Box forms)
2010-07-03 23:22:20 +02:00
Crack
9130ebb7b6
allow to group fields in forms
2010-07-03 19:02:54 +02:00
Crack
e5238f3845
add $cfg['UserprefsDisallow'] and allow setting it in setup script
...
correct IE opacity issue for "restore default value" button
fix regressions introduced in previous commit
2010-06-21 19:12:25 +02:00
Crack
0dc5d2e2b1
markers for field errors
2010-06-21 16:24:34 +02:00
Crack
c7b304b6e6
improve js validators
...
add missing validations and language strings
2010-06-16 23:54:35 +02:00
Crack
2e1fd2677f
Configuration forms styling
2010-06-12 23:48:07 +02:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
12b5d8d20b
Convert end of lines.
2010-04-09 11:13:20 +02:00
Crack
5603e1a683
Setup script: migrate MooTools code to jQuery
2010-04-09 11:11:39 +02:00
Piotr Przybylski
38734a3e16
Setup script:
...
- language strings cleanup
- removed import defaults
- add query window default tab setting
- added checks for zip/gzip/bzip avability
- fixed error icon
2008-10-09 16:39:45 +00:00
Piotr Przybylski
5c658310aa
new setup script (Google Summer of Code 2008), work in progress
2008-08-28 18:02:18 +00:00