Skip to content
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

Image Edit popup is not compatible with latest bootstrap.min.css v3.3.0 #15

Open
Nagendra77 opened this issue May 14, 2015 · 1 comment

Comments

@Nagendra77
Copy link

I have tried using TinyFileManager.NET plugin in our web application. The Edit Image window look perfect when I remove bootstrap.min.css (v3.3.0) from our web application. But when I include latest bootstrap in the web application the width of the Edit Image window is reduced. Also width of label and text box controls inside the window are reduced. Label text becomes partially visible and it looks like text box control is overlapped with label control.

Can you please suggest any solution to this issue ?

@ravimallya
Copy link

Try to use following CSS:

div.mce-fullscreen
{
    z-index: 1030;
}
div.mce-edit-area
{
    border-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
}
.mce-combobox .mce-btn
{
    width: 44px !important;
    height: auto !important;
}
.mce-combobox .mce-btn button
{
    padding-right: 0;
    padding-left: 0;
}

If the issue not solved, then please post a screenshot.

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

No branches or pull requests

2 participants