Rearrange source to src dir.
[redakcja.git] / src / redakcja / static / css / summary.css
diff --git a/src/redakcja/static/css/summary.css b/src/redakcja/static/css/summary.css
new file mode 100644 (file)
index 0000000..5111ad5
--- /dev/null
@@ -0,0 +1,30 @@
+#summary-view-editor {
+       background: white;
+}
+
+#summary-view {
+       padding: 1em;
+}
+
+#summary-view .summary-cover-area {
+       float: left;
+       margin: 1em;
+       margin-right: 2em;
+}
+
+#summary-view .book-cover {
+       height: 300px;
+       width: 216px;
+}
+
+#summary-view p {
+       margin: 0.5em;
+}
+
+#summary-view label {
+       font-weight: bold;
+}
+
+#summary-view .book-cover {
+
+}