fix
This commit is contained in:
@ -84,6 +84,9 @@
|
||||
.dropdown-menu > li > a {
|
||||
padding: 3px 20px 3px 0;
|
||||
}
|
||||
#notebookNavForNewNote li:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#noteList {
|
||||
position: absolute;
|
||||
@ -185,6 +188,10 @@
|
||||
line-height: 40px; margin-top: 10px;
|
||||
}
|
||||
|
||||
#searchNotebookForAddDropdownList {
|
||||
left: -200px;
|
||||
}
|
||||
|
||||
#searchNotebookForAdd {
|
||||
line-height: normal;
|
||||
width: 200px;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,3 +1,4 @@
|
||||
@import "basic.less";
|
||||
|
||||
@bgColor: #fff;
|
||||
@headerBgColor: #25313e;
|
||||
@ -151,8 +152,7 @@ a.raw:hover {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: 1px solid @hColor;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.dropdown-menu li {
|
||||
padding-left: 10px;
|
||||
@ -866,7 +866,7 @@ html,body {
|
||||
position: absolute;
|
||||
left:0;
|
||||
right:0;
|
||||
z-index:1;
|
||||
z-index:333;
|
||||
#leanoteMsg {
|
||||
position: absolute;
|
||||
width: @editorWidth;
|
||||
@ -897,7 +897,6 @@ html,body {
|
||||
#newMyNote, #newSharedNote {
|
||||
position: relative;
|
||||
.dropdown-menu {
|
||||
left: 0px !important;
|
||||
}
|
||||
.dropdown {
|
||||
position: static;
|
||||
@ -966,7 +965,7 @@ html,body {
|
||||
}
|
||||
#noteTop{
|
||||
position: absolute;
|
||||
z-index:2;
|
||||
z-index:9999;
|
||||
left:0;
|
||||
right: 150px;
|
||||
padding: 15px 0;
|
||||
@ -1090,4 +1089,11 @@ body {
|
||||
bottom: 10px;
|
||||
overflow: scroll;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#searchNotebookForAddDropdownList {
|
||||
left: 0;
|
||||
}
|
||||
#searchNotebookForAdd {
|
||||
background: none;
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,4 @@
|
||||
@import "basic.less";
|
||||
|
||||
@bgColor: #fff;
|
||||
@headerBgColor: #25313e;
|
||||
|
Reference in New Issue
Block a user