diff --git a/css/notes_app.css b/css/notes_app.css index 8d877bb..0870f95 100644 --- a/css/notes_app.css +++ b/css/notes_app.css @@ -15,23 +15,17 @@ body{ padding:2.5px; } -#noteFormDiv{ - display: none; -} - -#noteForm{ +.noteDiv{ padding:5px; margin-top:2px; display: inline-block; border:1px black solid; } -#noteText{ - width: 300px; - height: 150px; - box-sizing: border-box; +#saveProgressDiv{ + display: none; } -#inputTitle{ - margin-bottom:5px; +#saveProgress{ + width: 312px; } diff --git a/html/index.html b/html/index.html index 52f5dc3..94c100d 100644 --- a/html/index.html +++ b/html/index.html @@ -20,14 +20,10 @@