From 9a1dcbdce7baaa838c262d4c09e57ee180556936 Mon Sep 17 00:00:00 2001 From: life Date: Thu, 10 Dec 2015 20:16:18 +0800 Subject: [PATCH] fix modify-readonly btw hidden when upload attachment --- public/themes/basic.less | 13 ++++++------- public/themes/default.css | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/public/themes/basic.less b/public/themes/basic.less index 0457e946..f54c0a7d 100644 --- a/public/themes/basic.less +++ b/public/themes/basic.less @@ -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%; diff --git a/public/themes/default.css b/public/themes/default.css index 97b644c4..b396620b 100644 --- a/public/themes/default.css +++ b/public/themes/default.css @@ -1552,7 +1552,7 @@ h3 { #noteTitleDiv { position: absolute; left: 0; - right: 120px; + right: 140px; height: 35px; line-height: 35px; padding-left: 10px;