From: paul <paul@plutz.net>
Date: Fri, 19 Jan 2018 03:43:20 +0000 (+0000)
Subject: make "new folder" button visible again
X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=bookman

make "new folder" button visible again

svn path=/trunk/; revision=20
---

diff --git a/bookmarks.css b/bookmarks.css
index 7bb47c0..40d5674 100644
--- a/bookmarks.css
+++ b/bookmarks.css
@@ -21,6 +21,9 @@ body { position: absolute; width: 100%; min-height: 100%; }
   padding: 0;
   overflow: hidden;
 }
+form.newfolder{
+  margin-bottom: 3em;
+}
 
 .folder > h1 {
   font-size: 1.25em;
@@ -175,7 +178,7 @@ footer {
   position: absolute; bottom: 0;
   display: block;
   width: 100%;
-  padding: 1em;
+  padding: .5em 1em;
   background-color: white;
   border-top: 1px solid black;
 }