projects
/
bookman
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd83364
)
make "new folder" button visible again
master
author
paul
<paul@plutz.net>
Fri, 19 Jan 2018 03:43:20 +0000
(
03:43
+0000)
committer
paul
<paul@plutz.net>
Fri, 19 Jan 2018 03:43:20 +0000
(
03:43
+0000)
svn path=/trunk/; revision=20
bookmarks.css
patch
|
blob
|
history
diff --git
a/bookmarks.css
b/bookmarks.css
index
7bb47c0
..
40d5674
100644
(file)
--- 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;
}