Commit 7fd8b02b89806ed8ee04847b1f81ff6a1897ba31

Authored by Victor Costa
2 parents 4babb0b1 9a44d833

Merge branch 'AI3220_proposals' into stable

plugins/comment_paragraph/public/style.css
@@ -94,6 +94,8 @@ div.article-comments-list-more{ @@ -94,6 +94,8 @@ div.article-comments-list-more{
94 width: 150px; 94 width: 150px;
95 right: 0; 95 right: 0;
96 top: 0; 96 top: 0;
  97 + zoom: 0.8;
  98 + -moz-transform: scale(0.8);
97 } 99 }
98 100
99 .side-comment .comment-created-at{display: none;} 101 .side-comment .comment-created-at{display: none;}
@@ -169,7 +171,7 @@ div[class^='comment-paragraph-loading-'] { @@ -169,7 +171,7 @@ div[class^='comment-paragraph-loading-'] {
169 bottom: -9px; 171 bottom: -9px;
170 left: 5px; 172 left: 5px;
171 border-style: solid; 173 border-style: solid;
172 - border-width: 12px 5px 0; 174 + border-width: 10px 5px 0;
173 border-color: #bdbdbd transparent; 175 border-color: #bdbdbd transparent;
174 display: block; 176 display: block;
175 width: 0; 177 width: 0;
@@ -195,6 +197,7 @@ div[class^='comment-paragraph-loading-'] { @@ -195,6 +197,7 @@ div[class^='comment-paragraph-loading-'] {
195 overflow-y: auto; 197 overflow-y: auto;
196 overflow-x: hidden; 198 overflow-x: hidden;
197 max-height: 400px; 199 max-height: 400px;
  200 + border-bottom: 1px solid rgb(240, 240, 240);
198 } 201 }
199 #article .side-comment .article-comments-list .article-comment { 202 #article .side-comment .article-comments-list .article-comment {
200 margin: 0; 203 margin: 0;
@@ -302,3 +305,18 @@ div[class^='comment-paragraph-loading-'] { @@ -302,3 +305,18 @@ div[class^='comment-paragraph-loading-'] {
302 width: 100%; 305 width: 100%;
303 transition: width 0.3s ease-in-out; 306 transition: width 0.3s ease-in-out;
304 } 307 }
  308 +
  309 +.comment-paragraph-plugin .post_comment_box {
  310 + text-align: center;
  311 + padding: 5px 5px 0 5px;
  312 +}
  313 +.comment-paragraph-plugin .comment-details .menu-submenu {
  314 + right: 21px;
  315 + top: -1px;
  316 +}
  317 +
  318 +.comment-paragraph-plugin .comment_reply.post_comment_box form {
  319 + padding-left: 0;
  320 + padding-right: 10px;
  321 + margin-left: -36px;
  322 +}
plugins/proposals_discussion/public/style.css
@@ -234,13 +234,12 @@ form .proposals-discussion-plugin .body textarea { @@ -234,13 +234,12 @@ form .proposals-discussion-plugin .body textarea {
234 } 234 }
235 235
236 #content .article-body.article-body-proposals-discussion-plugin_proposal .body { 236 #content .article-body.article-body-proposals-discussion-plugin_proposal .body {
237 - clear: both;  
238 padding-top: 10px; 237 padding-top: 10px;
239 } 238 }
240 #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract { 239 #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract {
241 - width: 50%;  
242 - float: right;  
243 text-align: right; 240 text-align: right;
  241 + width: 50%;
  242 + padding-left: 50%;
244 } 243 }
245 #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract .content { 244 #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract .content {
246 font-style: italic; 245 font-style: italic;