X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/32ac950fc8d6ba7ef7ec4bf1c4b05f2ed25b02fd..eb67ad6906c035e1456bd1bc5b2ed86eef6fefb9:/edumed/static/css/forum.scss?ds=sidebyside

diff --git a/edumed/static/css/forum.scss b/edumed/static/css/forum.scss
index 3691f8f..e1a3d58 100755
--- a/edumed/static/css/forum.scss
+++ b/edumed/static/css/forum.scss
@@ -1,3 +1,6 @@
+@import "mixins";
+
+
 ul.breadcrumb {
     margin: 0;
     padding: 0;
@@ -10,6 +13,15 @@ ul.breadcrumb {
 
 
 .forum-body {
+
+    position: relative;
+
+    .search-result {
+        em {
+            background-color: yellow;
+        }
+    }
+
     .pagination {
         ul {
             margin: 0;
@@ -51,12 +63,12 @@ ul.breadcrumb {
     }
 
     .forum-topic-count, .forum-post-count, .topic-post-count, .topic-view-count {
-        width: 16%;
+        width: 10%;
         text-align: center;
     }
 
     .forum-last-post, .topic-last-post {
-        width: 20%;
+        width: 32%;
         text-align: center;
     }
 
@@ -66,7 +78,9 @@ ul.breadcrumb {
 
 
 
-
+    .post:nth-child(4n+4) {
+        background-color: lighten(#D0D0D0 , 10%);
+    }
 
     .post-header {
        padding: 3px 0 3px 20px;
@@ -152,4 +166,15 @@ ul.breadcrumb {
     .mini-pagination {
         padding: 3px 0 3px 10px;
     }
+
+
+    .post-form {
+        input, textarea {
+            @include base-font;
+            font-size: 1.6em;
+        }
+        #id_name {
+            width: 698px;
+        }
+    }
 }