-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Remove onclick #703
Remove onclick #703
Conversation
padding: 4px 1px | ||
} | ||
} | ||
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) { | ||
.toolbar ul li.separator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now we have two .seperator
's here
(l. 1527)
.toolbar ul.menu_right > li
& .toolbar ul li
have to be converted too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, right, missed those additions – fixed.
Will try to test this today |
@0ip can you test styling stuff please? Looks fine to me, some minor changes but none offend me. I'm unable to test IE due to a script error! Other than that this seems fine to me from quick first testing. It would be nice to test IE tho ;\ |
!? I posted a few comments on that above yours. hehe |
Okay cool, will see if @cweider can sort the IE bug too, I'd be much more comfortable pulling this after testing IE |
@johnyma22, the IE error seems to be a part of develop… sigh. @0ip, the mobile layout should be compatible now. |
Do we still need
sufficient? 4b272fe is broken because you shifted |
This should fix it? That would be more correct since the Unrelated: the |
@cweider any luck w/ the IE bug yet? |
Your revised version looks good to me - can you add it? |
Added |
Tested with IE7, works. |
Running latest develop on beta.etherpad.org |
http://beta.etherpad.org/p/lQa36WufrI <- spot the obvious issues w/ plugins |
Shifts event handling into from onclick attributes into pad_editbar. Addresses concerns from #504.
See also: #529