Added CSS rules back in to put the menu above/below

Change-Id: I34d9031c04bed4944d2b3cd184fed021fc31d4a9
This commit is contained in:
Trevor Parscal 2012-09-19 11:25:57 -07:00
parent daa7e76807
commit 71f91dd92c

View file

@ -21,6 +21,14 @@
z-index: 3;
}
.ve-ui-context-position-above .ve-ui-menu {
bottom: 0;
}
.ve-ui-context-position-below .ve-ui-menu {
top: 0;
}
.ve-ui-menu-item {
padding: 0.33em 1em;
cursor: pointer;