mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
More css fixes
This commit is contained in:
@@ -57,8 +57,8 @@
|
|||||||
|
|
||||||
#div-content .save-button {
|
#div-content .save-button {
|
||||||
float: right;
|
float: right;
|
||||||
padding-right: 8px;
|
/*padding-right: 8px;*/
|
||||||
padding-bottom: 5px;
|
/*padding-bottom: 5px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#div-content textarea {
|
#div-content textarea {
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
.note-toolbar {
|
.note-toolbar {
|
||||||
/*float:left;*/
|
/*float:left;*/
|
||||||
padding-bottom: 3px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-toolbar {
|
.circle-toolbar {
|
||||||
@@ -166,6 +166,7 @@
|
|||||||
div[contenteditable="true"] {
|
div[contenteditable="true"] {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-editable:active, #title-editable:hover, #title-editable:focus,
|
#title-editable:active, #title-editable:hover, #title-editable:focus,
|
||||||
@@ -175,6 +176,7 @@ div[contenteditable="true"] {
|
|||||||
|
|
||||||
#content-editable {
|
#content-editable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 4px;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
background: none;
|
background: none;
|
||||||
@@ -191,7 +193,7 @@ div[contenteditable="true"] {
|
|||||||
|
|
||||||
.note-options {
|
.note-options {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 5px;
|
/*padding: 5px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#note-share-options {
|
#note-share-options {
|
||||||
|
|||||||
Reference in New Issue
Block a user