Skip to content
Snippets Groups Projects
Commit 3d32f1cd authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

overrule left offset of jQueryUI Resizable added in rtl

If using a west handle, jQuery UI Resizable uses left offset to
position, assuming relative:absolute like setup.

- http://stackoverflow.com/questions/28512111/resizable-div-that-
doesnt-change-left-property
- https://bugs.jqueryui.com/ticket/4985#comment:1
parent 0b3656ac
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,12 @@
#mediamanager__page .namespaces {
width: 20%;
min-width: 10em; /* @change */
left:0 !important; /* overrules jQuery UI resizable in rtl */
}
#mediamanager__page .filelist {
width: 50%;
min-width: 25em; /* @change */
left:0 !important; /* overrules jQuery UI resizable in rtl */
}
#mediamanager__page .file {
width: 30%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment