Forum: Defining font in textarea and inputs
[edumed.git] / edumed / static / css / forum.css
index 194398d..d788759 100644 (file)
@@ -31,10 +31,10 @@ ul.breadcrumb {
     width: 40%;
     text-align: left; }
   .forum-body .forum-topic-count, .forum-body .forum-post-count, .forum-body .topic-post-count, .forum-body .topic-view-count {
-    width: 16%;
+    width: 10%;
     text-align: center; }
   .forum-body .forum-last-post, .forum-body .topic-last-post {
-    width: 20%;
+    width: 32%;
     text-align: center; }
   .forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover {
     text-decoration: none; }
@@ -77,3 +77,8 @@ ul.breadcrumb {
     background: #ffcccc; }
   .forum-body .mini-pagination {
     padding: 3px 0 3px 10px; }
+  .forum-body .post-form input, .forum-body .post-form textarea {
+    font-family: Dosis;
+    background: white;
+    color: #363a3e;
+    font-size: 1.6em; }