fix modify-readonly btw hidden when upload attachment

This commit is contained in:
life
2015-12-10 20:16:18 +08:00
parent 6ec9a8d79a
commit 9a1dcbdce7
2 changed files with 7 additions and 8 deletions

View File

@@ -1488,13 +1488,12 @@ h1, h2, h3 {
}
#noteTitleDiv {
position: absolute;
left: 0;
right: 120px;
height: 35px;
line-height: 35px;
padding-left: 10px;
// border-bottom: 1px solid #ddd;
position: absolute;
left: 0;
right: 140px;
height: 35px;
line-height: 35px;
padding-left: 10px;
}
#noteTitle {
height: 100%;

View File

@@ -1552,7 +1552,7 @@ h3 {
#noteTitleDiv {
position: absolute;
left: 0;
right: 120px;
right: 140px;
height: 35px;
line-height: 35px;
padding-left: 10px;