Added "delete" button to book banners if owner of viewed shelf is the current user...
[wolnelektury.git] / wolnelektury / media / css / master.css
index 4e22326..59588a8 100644 (file)
@@ -37,9 +37,9 @@ h2 {
 }
 
 h3 {
-    font-size: 1.3em;
+    font-size: 1em;
     font-weight: bold;
-    margin: 0.2em 0 0 0;
+    margin: 0.2em 0 -1em 0;
     color: #333;
 }
 
@@ -308,13 +308,19 @@ div.shown-tags p {
 
 #description .meta {
     margin: 0.5em;
-    width: 12em;
+    width: 18em;
     list-style: none;
     float: right;
 }
 
 #description dt {
     font-weight: bold;
+    display: inline;
+}
+
+#description dd {
+    margin: 0;
+    display: inline;
 }
 
 #toggle-description, #tagged-object-list .pagination {
@@ -390,6 +396,13 @@ div.shown-tags p {
     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;
 }
@@ -587,3 +600,16 @@ div.shown-tags p {
 .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