-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small style change regarding editing widgets on front #417
Comments
I do not see the reason for this... rejected, sorry. |
ardi-n: I do the same in each of my diem installs. IMO you're right - diem should not break the layout. |
Ok, I see, but why not for Zone as well? Pull fix so we can merge it. |
It will break anyway because the "widget" handle is shown as well. I fix this adding additionals CSS which disables floats and positions in edit mode to make it look "right". |
Off course both widget and zone need to be restyled. In my case I changed 'widget' and 'zone' "tags" into little 1/4-circles with 'W' and 'Z' in it. They're placed in left and right corner respectingly. |
@jrencz can you share the code for that? Or is it just a concept? Because a widget div will overlay zone div making it impossible to click on "Z" to edit the zone |
@eXtreme sure I do ;) |
PR would be great, I'd like to test it myself. |
@jrncs Would you be so kind and share your solution for this with us? |
sorry, but I had (and for netx 3 weeks won't have probably) any time to separate it form my project. |
I would suggest to disable border for highlighted widgets because it brakes layout of the page. Instead we can use
outline does not change box model.
The text was updated successfully, but these errors were encountered: