use html5 placeholder and hide labels,
[wolnelektury.git] / wolnelektury / static / css / book_box.css
index b9ef8f2..eb212a8 100755 (executable)
 
 .book-box-body {
     height: 17em;
-    overflow: hidden;
+    overflow:hidden;
     position: relative;
 }
 
 
 .book-box-head {
     min-height: 7em;
-    margin-top: 1.4em;
+    padding-top: 1.4em;
     margin-bottom: 1em;
 }
 .book-box-head a {
 }
 .book-box-head .title {
     font-size: 2.4em;
+    height: 2.4em;
+    overflow:hidden;
     margin-top: .3em;
 }
 .book-box-body .tags {