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