Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 19 Jan 2012 14:46:10 +0000 (15:46 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 19 Jan 2012 14:46:10 +0000 (15:46 +0100)
Conflicts:
wolnelektury/static/css/book_box.css
wolnelektury/templates/catalogue/book_wide.html

1  2 
apps/catalogue/models.py
wolnelektury/static/css/book_box.css
wolnelektury/templates/catalogue/book_wide.html

Simple merge
@@@ -232,45 -239,13 +254,47 @@@ ul.inline-items li 
      
  }
  
- .book-wide-box #other-download {
+ .book-wide-box .other-download {
      float: left;
      width: 22.5em;
-     margin: 6em 1.5em 0em 1.5em
+     margin: 6em 1.5em 0em 1.5em;
  }
  
 +
 -}
 +.star {
 +    font-size: 2.25em;
 +    margin-right: .5em;
 +    position: absolute;
 +    right: 0;
 +}
 +.star button::-moz-focus-inner {
 +    padding: 0;
 +    border: 0
 +}
 +.if-unlike button {
 +    font-size: 1em;
 +    font-family: inherit;
 +    border: 0;
 +    background: none;
 +    margin: 0;
 +    padding: 0;
 +}
 +
 +.if-like a {
 +    display:block;
 +    text-align:right;
 +    padding: 0;
 +}
 +
 +.like .if-unlike {
 +    display: none;
 +}
 +
 +.unlike .if-like {
 +    display: none;
 +}
 +
+ .snippets .snippet-text {
+     font-size: 1.2em;
+     margin: 1.083em 0em;
++}