Fix context menu in drive and rename textbox styling
parent
d26d8f53d9
commit
e0d972674f
|
@ -66,6 +66,7 @@ li {
|
|||
.contextMenu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 50;
|
||||
}
|
||||
.contextMenu li {
|
||||
padding: 0;
|
||||
|
@ -247,6 +248,7 @@ span.fa-folder-open {
|
|||
}
|
||||
#content div.grid li input {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#content div.grid li .fa {
|
||||
display: block;
|
||||
|
|
|
@ -95,6 +95,7 @@ li {
|
|||
.contextMenu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 50;
|
||||
li {
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
|
@ -292,6 +293,7 @@ span {
|
|||
}
|
||||
input {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.fa {
|
||||
display: block;
|
||||
|
|
|
@ -1424,7 +1424,8 @@ define([
|
|||
// Open the menu
|
||||
$iframe.find('.contextMenu').css({
|
||||
top: ($context.offset().top + 32) + 'px',
|
||||
right: '0px'
|
||||
right: '0px',
|
||||
left: ''
|
||||
});
|
||||
$li.contextmenu();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue