From 2c23d3e295703ae14641475bc2099f8409118976 Mon Sep 17 00:00:00 2001 From: v1r0x Date: Tue, 24 May 2016 17:26:53 +0200 Subject: [PATCH 1/3] adjust paddings --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index dbd06f5..019033a 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ .quicknote { min-height: 150px; width: 250px; - padding: 6px; + padding: 10px; border-radius: 3px; box-shadow: 0 4px 6px #c1c1c1; } @@ -29,6 +29,8 @@ #div-content .save-button { float: right; + padding-right: 8px; + padding-bottom: 5px; } #div-content textarea { @@ -62,6 +64,7 @@ .note-toolbar { float:left; + padding-bottom: 3px; } .circle-toolbar { @@ -117,6 +120,7 @@ #content-editable { min-height: 20px; + padding-bottom: 60px; } .note-options { From bb290cbc4755668776249cc1340ec0c33f769d64 Mon Sep 17 00:00:00 2001 From: v1r0x Date: Tue, 24 May 2016 17:27:52 +0200 Subject: [PATCH 2/3] merge button divs --- templates/part.note-modal-editable.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/part.note-modal-editable.php b/templates/part.note-modal-editable.php index effda97..6c53453 100644 --- a/templates/part.note-modal-editable.php +++ b/templates/part.note-modal-editable.php @@ -4,11 +4,9 @@
-
- -
+
From f3495281fe45092bb185e00e1a7f7f3e61cb15ac Mon Sep 17 00:00:00 2001 From: v1r0x Date: Tue, 24 May 2016 21:39:59 +0200 Subject: [PATCH 3/3] fill empty note space with content div, small other improvements --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 019033a..75e7523 100644 --- a/css/style.css +++ b/css/style.css @@ -20,6 +20,10 @@ /*width: 100%;*/ } +.note-active #content-editable { + margin-bottom: 60px; +} + .icon-delete-note { float: right; position: absolute; @@ -119,8 +123,8 @@ } #content-editable { - min-height: 20px; - padding-bottom: 60px; + min-height: 50px; + word-wrap: break-word; } .note-options {