Added "change-sets" button to book_detail.html template.
[wolnelektury.git] / wolnelektury / media / css / master.css
index 7dc433b..3d0f477 100644 (file)
@@ -218,6 +218,23 @@ p .ac_input {
     width: 12em;
 }
 
+#book-detail #formats .change-sets {
+    margin-right: 0.5em;
+}
+
+#formats .wrap a {
+    display: block;
+    width: 100%;
+    height: 1.5em;
+    background-color: #EEE;
+    margin-top: 0.5em;
+    padding: 0.5em 0;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+    border-radius: 4px;
+    text-align: center;    
+}
+
 #tagged-object-list #themes-list, #book-detail #themes-list {
     margin-left: 14em;
 }
@@ -323,7 +340,7 @@ div.shown-tags p, div.all-tags p {
     display: inline;
 }
 
-#toggle-description, #tagged-object-list .pagination {
+#toggle-description, #tagged-object-list .pagination, #book-detail .pagination {
     width: 100%;
     height: 1.5em;
     background-color: #EEE;