From cc619373ee70e91323ae662d883e359a85314100 Mon Sep 17 00:00:00 2001 From: Francisco Marcelo de Araújo Lima Júnior Date: Tue, 15 Apr 2014 17:33:27 -0300 Subject: [PATCH] #community dashboard - update theme --- plugins/community_hub/public/style.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/plugins/community_hub/public/style.css b/plugins/community_hub/public/style.css index 2adbd78..74e330a 100644 --- a/plugins/community_hub/public/style.css +++ b/plugins/community_hub/public/style.css @@ -62,9 +62,16 @@ max-width: 43px; } -.hub .message{ +/*.hub .message{ display: inline-block; width: 70%; +}*/ + +.hub .message { +display: inline-block; +width: 69%; +float: none; +clear: both; } .hub .message .author { @@ -331,6 +338,18 @@ textarea#message_body { margin-left: 80px; } +/* +.comment-count { + margin-left: 80px; + padding: 5px 10px; + background-color: white; + display: inline-block; + border-radius: 5px; + font-weight: bold; + margin-bottom: -5px; +} +*/ + .comment-count { margin-left: 80px; padding: 5px 10px; @@ -338,6 +357,13 @@ textarea#message_body { display: inline-block; border-radius: 5px; font-weight: bold; + display: block; margin-bottom: -5px; + margin-top: 10px; + max-width: 100px; +} + +.hub ul.mediation-comment-list { + width: 80%; } -- libgit2 0.21.2