New note button styling

This commit is contained in:
Matias De lellis
2016-09-30 20:32:42 -03:00
parent 499f7c7af4
commit 79f7ca454b
2 changed files with 19 additions and 1 deletions

View File

@@ -2,6 +2,22 @@
height: 100%;
}
#new-note {
width: 100%;
padding: 10px;
padding-left: 34px;
background-position: 10px center;
text-align: left;
margin: 0;
}
#new-note-fixed {
z-index: 111; /* navigation menu is 110 ;-) */
background-color: rgba(255, 255, 255, .75);
padding: 10px;
position: relative;
}
.quicknote {
min-height: 150px;
width: 250px;