X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ba233a49e66a99626ca2a2f19d804e1bdd130977..76849e4b3dcc3305edbe86b794b04a0bf4a8467c:/apps/wolnelektury_core/static/css/cite.css diff --git a/apps/wolnelektury_core/static/css/cite.css b/apps/wolnelektury_core/static/css/cite.css index d397da2ee..355799ba1 100755 --- a/apps/wolnelektury_core/static/css/cite.css +++ b/apps/wolnelektury_core/static/css/cite.css @@ -120,12 +120,12 @@ color: black; display: block; } -.Fragment-item .toggle { +.Fragment-item .toggle, .PictureArea-item .toggle { font-size: 1.1em; display:block; padding: .5em 0; } -.Fragment-item { +.Fragment-item, .PictureArea-item { margin-bottom: 2em; /* white-box */ border: 1px solid #ddd; @@ -134,3 +134,24 @@ -webkit-box-shadow: 2px 2px 2px #ddd; box-shadow: 2px 2px 2px #ddd; } + +.area { + display: block; + color: black; + background: white; + padding: 3em 2em 2em 2em; + position:relative; + clear: both; +} + +.area .area-thumbnail { + display:block; + width:100px; + float: left; +} + +.area .area-description { + float: right; + padding: 1em 1em; + width: 16rem; /* FIX */ +} \ No newline at end of file