]> git.plutz.net Git - bookman/blobdiff - bookmarks.css
implemented search queries, some speedup, caching
[bookman] / bookmarks.css
index db96bd81d4be765260e48b2480f8d9b891bba14a..f905773f64e3bf2dc0f247b618a8d6a1210f1b44 100644 (file)
@@ -148,6 +148,7 @@ html, body {
   width: 16em;
   display: inline-block;
   margin: .5em 1em;
+  white-space: nowrap;
 }
 
 .bookmark > a.modify {
@@ -169,12 +170,11 @@ html, body {
 .bookmark:hover { left: -1em; padding-left: 1em; }
 .bookmark:hover > a.bmove { display: inline-block; }
 .bookmark > a.bmove:before { color: #888; font-size: medium; }
-.bookmark > a.bmove:nth-of-type(3) { position: absolute; left: 0; }
-.bookmark > a.bmove:nth-of-type(3):before { content: '\25c0'; }
-.bookmark > a.bmove:nth-of-type(4):before { content: '\25b6'; }
+.bookmark > a.bmove:nth-last-of-type(2) { position: absolute; left: 0; }
+.bookmark > a.bmove:nth-last-of-type(2):before { content: '\25c0'; }
+.bookmark > a.bmove:nth-last-of-type(1):before { content: '\25b6'; }
 
-.bookmark > a.link { margin-left: 0;}
-.bookmark > a.link >  img {
+.bookmark img {
   height: 1.25em;
   vertical-align: text-bottom;
   margin: 0 .5ex;