Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Link Browser Display line-height too small #101

Open
djowett opened this issue May 26, 2015 · 1 comment
Open

Link Browser Display line-height too small #101

djowett opened this issue May 26, 2015 · 1 comment

Comments

@djowett
Copy link
Contributor

djowett commented May 26, 2015

As described in this SO question. http://stackoverflow.com/questions/21686390/cssing-tinymce-on-a-diazoed-plone-site/21698525#21698525. I see this problem in Plone 4.3.

I usually fix it with the following CSS, but I guess this can be added into this Product somewhere....

#content #internallinkcontainer .list.item span, 
#content #internallinkcontainer .list.item a {
    /* Link browser was packed too much */
    position: inherit;
}
#internallinkcontainer input[type="radio"] {
    vertical-align:     middle;
}
@frisi
Copy link
Contributor

frisi commented Jul 10, 2015

these changes make a lot of sense.
needed to add the same rules in order to render the linkbrowser usable for windows users (IE as well as FF)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants