Add styling changes and beginnings of adding notes

Zoom set to 85% since components can't be resized.

Added start of functionality to add notes.
This commit is contained in:
Joey Payne 2016-03-02 08:10:49 -07:00
commit cfeb438af2
5 changed files with 118 additions and 43 deletions

View file

@ -39,7 +39,7 @@ body, html{
#entry-selector{
border-right: solid 1px #d9d9d9;
min-width: 250px;
max-width: 390px !important;
max-width: 350px !important;
}
#library-nav{
border-right: solid 1px #d9d9d9;
@ -51,5 +51,6 @@ body, html{
padding-bottom: 0px !important;
}
#notebook-list{
width: 100%;
overflow-y: auto;
}