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

@ -151,3 +151,14 @@ form {
display: none;
width: 100%;
float: left; }
#new-entry form {
border: 0;
margin: 0;
padding: 0; }
#new-entry input {
color: #626150; }
#new-entry #add-notes {
display: none; }
#new-entry #new-entry-input {
margin-right: 1em; }