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