Closed (fixed)
Project:
Adminimal - Responsive Administration Theme
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2015 at 15:15 UTC
Updated:
1 Sep 2015 at 20:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mqannehAttached patch fixed the issue.
check before and after screenshots.
Comment #3
ANDiTKO commentedThank you @mqanneh !
Comment #4
mqannehThank you @ANDiTKO for committing my patch without giving me a contribution.
Why my patch is committed under your username?
Comment #5
mqannehRe open untill webmasters check it.
My patch was committed under another username.
Comment #6
mqanneh@ANDiTKO
This patch was created by me and you changed the author from mqanneh to your username when u committed it.
http://cgit.drupalcode.org/adminimal_theme/commit/?id=2dc51ffff6df31a0e5...
check this
https://www.drupal.org/node/2403651#comment-9742833
git revert 2dc51ffff6df31a0e53c458d8e926ee4a4df69ad
then commit again with --author option
git commit -m 'Issue #2553985 by mqanneh: Broken style for checkbox with red style' --author="mqanneh "
Comment #7
ANDiTKO commentedI blindly applied and committed your patch and it took me 2 seconds to understand that your code will mess up other page styling.
For example, apply your patch and visit the "admin/modules/uninstall". As you can see the "Uninstall" button is messed up. You have removed the padding and other css properties to all the "Red" buttons.
As far as the credits, sorry. It was not intentional. Ive recently switched to the github GUI app that dosent have much options. But its very easy and pleasing to use. I will keep that in mind for next patches. But i wont apply your patch because it causes styling problems to other elements.
Comment #8
mqannehI'll fix the patch by adding new css targeting only the checkboxes and re-submit it.
Comment #9
ANDiTKO commentedi fixed it already in my dev. i will commit it soon (doing some cool changes to the buttons in next version).
Thanks for the contribution and sorry for the patch credit ;) (if you see my commit message history, you will see that i always try to give credit to contributors i thought drupal.org is doing this automatically when you reference the issue id and the @Username)
Comment #11
ANDiTKO commented