X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/64cf4d889127d7dc3ea893e8a27711468276dc47..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/wolnelektury_core/static/scss/main/fragment.scss diff --git a/apps/wolnelektury_core/static/scss/main/fragment.scss b/apps/wolnelektury_core/static/scss/main/fragment.scss index 1eaf61ce9..4c765f6fe 100755 --- a/apps/wolnelektury_core/static/scss/main/fragment.scss +++ b/apps/wolnelektury_core/static/scss/main/fragment.scss @@ -1,4 +1,4 @@ -.Fragment-item { +.Fragment-item, .PictureArea-item { @include size(margin-bottom, 20px); @include white-box; @@ -12,3 +12,24 @@ @include size(padding, 5px 0); } } + +.area { + display: block; + color: black; + background: white; + @include size(padding, 30px 20px 20px 20px); + position: relative; + clear: both; + + .area-thumbnail { + display:block; + @include size(width, 100px); + float: left; + } + + .area-description { + float: right; + @include size(padding, 10px); + @include size(width, 256px); + } +}