X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a7603cfbfdf7c0b4a2210ef454cecf894c5e172..a3ec7115f15e57fec50c96ccebcd4e6b13e130b6:/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);
+    }
+}