'Put on the shelf' usability improvement.
[wolnelektury.git] / wolnelektury / static / css / master.css
index ff50226..98a96c0 100644 (file)
@@ -133,11 +133,12 @@ em {
 }
 
 #search-form li {
-    margin: 0;
+    margin: 2px 0 0 5px;
     padding: 0;
     list-style: none;
     display: block;
     float: left;
+    /*margin-left: 5px;*/
 }
 
 #search-form li.category, #search-form li.book-title {
@@ -873,4 +874,7 @@ div.shown-tags p, div.all-tags p {
     font-size: 12px;
     color: #FFF;
     text-decoration: none;
-}
\ No newline at end of file
+}
+#createNewShelf {
+display: none;
+}