[Contest-6] No hard-coded icons in css #200
[Contest-6] No hard-coded icons in css #200lem9 merged 5 commits intophpmyadmin:masterphpmyadmin/phpmyadmin:masterfrom
Conversation
Modified "list-style-type" to "none" for the list items that has an image as the bullet point and aligned them
…replaced by their sprite counterparts. Remove unused css styles for iconic view for ul items. Update the CSS file in the "original" theme.
|
Please fix the testsuite so that it does not fail with your changes. |
|
Hi Michal, |
libraries/Message.class.php
Outdated
There was a problem hiding this comment.
try to avoid space characters on empty lines
|
a few general remarks:
|
|
Coding style looks good, thanks! |
|
Tested and it seems to work. Can someone else confirm that the right icons are already in the code? @roccivic, @lem9, @nijel? |
|
Dieter, |
|
No, for the removed lines in common.css.php 1654-1680, you see a replacement in index.php, but the lines in common.css.php I mentioned in the previous comment, I don't see a replacement in other code. That's why I was wondering if there should be a replacement in the code, or maybe it is already there and the icon's in the css are obsolete already. |
|
The lines 1284-1302 are OK, the icons were removed from the css and inserted to the appropriate places in the code. I referenced the wrong range (1284-1302) in a previous comment, my bad. I mean the lines 1308-1362 (1678-1732 in the pmahomme version) : 'li_mysql_variables' to 'li_user_preferences' |
|
Yes, they must be obsolete. |
[Contest-6] No hard-coded icons in css
|
We have a winner for Contest 6, congratulations. |
|
Thank you. |
All of the hard-coded images that are also available as a css sprite replaced by their sprite counterparts.
Remove unused css styles for iconic view for ul items.
Update the css file in the "original" theme.