X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/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 index 00000000..5111ad5b --- /dev/null +++ b/src/redakcja/static/css/summary.css @@ -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 { + +}