X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6dde47a534420987b2c0e8075b10d2d569ff572f..3bf093e9bc0b4a6057c6c287376d748eb3c78b7f:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index bbce7b54b..da61511cb 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -260,9 +260,9 @@ em { color: #999; } -/* ============== */ -/* = Books list = */ -/* ============== */ +/* ============================ */ +/* = Books and fragments list = */ +/* ============================ */ #books-list { margin: 0; } @@ -281,7 +281,24 @@ em { border-radius: 3px; } -.book .change-sets { +.fragment { + border-bottom: 0.1em solid #EEE; + margin-top: 0.5em; +} + +.fragment-text, .fragment-short-text { + padding: 0.5em; + background-color: #FFF; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.fragment-metadata { + padding: 0.5em 0.5em 1.5em 0.5em; +} + +.change-sets { float: right; } @@ -397,14 +414,3 @@ em { line-height: 2em; } -/* ================= */ -/* = Fragment list = */ -/* ================= */ -.fragment { - margin-bottom: 1.5em; -} - -.fragment-text { - max-height: 12em; - overflow: hidden; -}