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;
+}
+
+#czytamysluchajac {
+ margin-top: 2.5em;
+}
+
+#czytamy-sluchajac-info {
+ width: 400px;
+ height: 80px;
+}
+
+#czytamy-sluchajac-info p {
+ margin-left: 170px;
+ padding-top: 1em;
+ padding-bottom: 0em;
+}
+
+#formats #czytamysluchajac-logo {
+ background: white;
+ text-align: left;
+ float: left;
+ width: 140px;
+ height: 62px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-radius: 0px;
+}
+
#tagged-object-list #themes-list, #book-detail #themes-list {
margin-left: 14em;
}
display: none;
}
-div.shown-tags p {
+div.shown-tags p, div.all-tags p {
margin: -1em 0 1em 0;
text-align: right;
}
-.show-all-tags {
+.show-all-tags, .hide-all-tags {
text-decoration: underline;
padding-right: 1em;
}
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;
float: right;
}
+.change-sets a {
+ padding: 0.2em;
+ margin: 0.3em;
+ border: 0.1em solid #EEE;
+ background-color: #F9F9F9;
+}
+
.book-description {
margin-left: 3.5em;
}
.see-more {
text-align: right;
}
+
+.remove-from-shelf {
+ float: right;
+ padding: 0.2em;
+ margin: 0.3em;
+ color: #900;
+}
+
+.remove-from-shelf:active, .remove-from-shelf:hover {
+ color: #FFF;
+ background-color: #900;
+ text-decoration: none;
+}
\ No newline at end of file