Working on new entry.

This commit is contained in:
Jonathan Bernard
2011-02-13 11:38:50 -06:00
parent d743635865
commit 19fc37c772
4 changed files with 40 additions and 1 deletions

View File

@ -194,4 +194,16 @@ form {
float: left;
}
#new-entry {
form {
border: 0;
margin: 0;
padding: 0;
}
input { color: $greyTxt; }
#add-notes { display: none; }
#new-entry-input { margin-right: 1em; }
}