Closed (fixed)
Project:
Rubik
Version:
7.x-4.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 15:52 UTC
Updated:
15 Mar 2014 at 21:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wbobeirne commentedLooks like there was already some existing code for this, I just fixed it up and re-themed it a bit. Let me know if I stepped on the toes of some functionality I was not aware of. Attached is a patch that should give the following output:
http://cl.ly/image/0P2O0f2M0K1u
The images were just a quick placeholder I whipped up. Someone feel free to replace them. Also, I'm not sure how you're supposed to include images in a patch file, so attached is the revised bleeds.png with those placeholders.
Comment #2
wbobeirne commentedComment #3
wbobeirne commentedMy apologies, the previous patch included a dpm. Attached is a DPMless patch.
Comment #4
haydeniv commentedThis does not apply anymore. Please re-roll and I'll get it committed. Thanks!
Comment #5
eugene.ilyin commentedGood idea. Patch #3 works great for my Rubik 7.x-4.0-beta8. Please commit it.
Comment #6
haydeniv commentedThis was partially fixed with #1389704: Icons for collapsible nested fieldsets always hidden
I like how this one works better though with the layout of the icon.
Comment #7
haydeniv commentedCorrect status.
Comment #8
haydeniv commentedcommitted: e624bca
I really like how this feels on the fieldsets.
Thanks!
Comment #10
donquixote commentedRegression:
This change causes the Views UI to look weird, with duplicate borders.
The original purpose of this CSS was that nested form-wrapper elements don't have their borders pile up.
(Maybe
.form-wrapper > .form-wrapperwould be safer)admin/structure/views/view/*/edit/* looks weird now. And probably some other places too.
Comment #11
kyletaylored commentedI'm pretty sure that #10 was fixed in #1388114: Views admin styles for Rubik.