updated: notes save buttons

This commit is contained in:
Thomas Hervey
2018-07-03 10:57:53 -04:00
parent b4c6607384
commit 61ae541cfc
6 changed files with 39 additions and 14 deletions
-1
View File
@@ -68,7 +68,6 @@
margin-top: 10px;
}
/* Note editor UI */
#new-comment-input {
width: 100%;
height: 100px;
+8 -2
View File
@@ -3566,10 +3566,16 @@ img.tile-debug {
vertical-align: middle;
}
.save-section .buttons {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.save-section .buttons .action,
.save-section .buttons .secondary-action {
display: inline-block;
margin: 0 20px 0 0;
width: 45%;
margin: 10px auto;
text-align: center;
vertical-align: middle;
}