From: paul Date: Fri, 19 Jan 2018 03:43:20 +0000 (+0000) Subject: make "new folder" button visible again X-Git-Url: http://git.plutz.net/?p=bookman;a=commitdiff_plain;h=23174101e3fa987e895755e988bb4832d89ed125 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; }