Javascript refactoring. History view now displays tags
[redakcja.git] / platforma / static / css / summary.css
diff --git a/platforma/static/css/summary.css b/platforma/static/css/summary.css
new file mode 100644 (file)
index 0000000..9f8def0
--- /dev/null
@@ -0,0 +1,21 @@
+#summary-view-editor {
+       background: white;
+}
+
+#summary-view {
+       padding: 1em;                   
+}
+
+#summary-view .book-cover {
+       float: left;
+       margin: 1em;
+       max-height: 300px;      
+}
+
+#summary-view form p {
+       margin: 0.5em; 
+}
+
+#summary-view form label {
+       font-weight: bold; 
+}