adjust paddings

This commit is contained in:
v1r0x
2016-05-24 17:26:53 +02:00
parent 7fa3d2f1d8
commit 2c23d3e295

View File

@@ -5,7 +5,7 @@
.quicknote { .quicknote {
min-height: 150px; min-height: 150px;
width: 250px; width: 250px;
padding: 6px; padding: 10px;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 4px 6px #c1c1c1; box-shadow: 0 4px 6px #c1c1c1;
} }
@@ -29,6 +29,8 @@
#div-content .save-button { #div-content .save-button {
float: right; float: right;
padding-right: 8px;
padding-bottom: 5px;
} }
#div-content textarea { #div-content textarea {
@@ -62,6 +64,7 @@
.note-toolbar { .note-toolbar {
float:left; float:left;
padding-bottom: 3px;
} }
.circle-toolbar { .circle-toolbar {
@@ -117,6 +120,7 @@
#content-editable { #content-editable {
min-height: 20px; min-height: 20px;
padding-bottom: 60px;
} }
.note-options { .note-options {