Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
Seven theme
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jun 2010 at 17:35 UTC
Updated:
24 Jul 2026 at 14:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
janusman commentedForgot to mention this requires clearing caches as it overrides a default theming function.
Comment #2
aspilicious commentedWill not work for small resolutions
Comment #3
janusman commentedHmm, maybe I can add in some JS can add in a class to the #edit-color fieldset (that would enable the new CSS rules) only if it is more than a certain minimum width upon loading. Of course, then it would also need to handle resizing...
Comment #4
aspilicious commentedYes and that will lead to unnecessary code. For me this is a won't fix.
Comment #5
slawira commentedPatch no longer apply and also there are white space issues. I think we should use the media query for smaller resolutions @aspilicious.
Comment #6
lewisnymanI don't mind this design improvement but it seems really complicated. We have layout classes in
system.admin.cssthat you can use to achieve this without writing any CSS and JS.Comment #7
aspilicious commented5 years ago I wasn't aware of that @slawira ;)
Comment #16
akashdab commentedPositioned color.module preview to suit larger screens better
Comment #18
avpadernoI tested the MR on simplytest.me. The result is the expected one.