From 23174101e3fa987e895755e988bb4832d89ed125 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 19 Jan 2018 03:43:20 +0000 Subject: [PATCH 1/1] make "new folder" button visible again svn path=/trunk/; revision=20 --- bookmarks.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } -- 2.39.2