quicknote example updated

This commit is contained in:
chrisdavidmills
2016-04-07 18:05:06 +01:00
parent e03ef78697
commit dd1c5ec974
4 changed files with 97 additions and 8 deletions
+10 -2
View File
@@ -75,12 +75,12 @@ p, input, textarea {
padding: 2px;
}
.new-note input {
input {
width: 100%;
margin-bottom: 2px;
}
.new-note textarea {
textarea {
width: 100%;
margin-bottom: 4px;
resize: none;
@@ -106,4 +106,12 @@ p, input, textarea {
p {
margin: 0;
}
.cancel {
float: left;
}
.update {
float: right;
}