I hope I post this in the right forum, kind of new here :)
I'm running Umbraco 7 and I've created a custom context menu item that's displayed when right clicking a page in the content tree view. This opens up a flyout where I'm rendering a table where you set access rights based on user type.
My problem is that the table is way too big (and I can't really make it smaller) to fit in the small flyout, so my question is; can i make that flyout wider OR can I open that page in the main area instead of in a flyout?
Not sure if you can target only your own flyout window or you will affect all windows if you overwrite the style - But I guess it should be a matter of using the inspector tool to figure out, which class(es) that should be modified in the CSS, which you can then overwrite in your custom CSS.
Set width of flyout from custom context menu item
Hi there!
I hope I post this in the right forum, kind of new here :)
I'm running Umbraco 7 and I've created a custom context menu item that's displayed when right clicking a page in the content tree view. This opens up a flyout where I'm rendering a table where you set access rights based on user type.
My problem is that the table is way too big (and I can't really make it smaller) to fit in the small flyout, so my question is; can i make that flyout wider OR can I open that page in the main area instead of in a flyout?
Thank's guys!
Hi Oscar
Could using this technique perhaps deal with your issue? http://www.456bereastreet.com/lab/responsive-scrollable-tables/ This is actually a scenario where horizontal scrolling can make sense :D
Not sure if you can target only your own flyout window or you will affect all windows if you overwrite the style - But I guess it should be a matter of using the inspector tool to figure out, which class(es) that should be modified in the CSS, which you can then overwrite in your custom CSS.
Hope this helps.
/Jan
is working on a reply...