Refs #764 style tweaks needed for plonetheme.barcelonata coexistance

This commit is contained in:
ichim-david 2015-09-15 00:14:05 +03:00
parent 3d2e176479
commit cb83fc2042
2 changed files with 7 additions and 13 deletions

View File

@ -4,8 +4,8 @@ Changelog
2.4.7 (unreleased) 2.4.7 (unreleased)
------------------ ------------------
- Nothing changed yet. - Tweak discussions.css styles to better live with plonetheme.barcelonata
[ichim-david]
2.4.6 (2015-09-14) 2.4.6 (2015-09-14)
------------------ ------------------

View File

@ -37,14 +37,13 @@
.commentDate { .commentDate {
display: block; display: block;
font-size: 85%; font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #76797C; color: #76797C;
} }
.commentBody { .commentBody {
clear: both; clear: both;
margin: 1em 0; margin: 1em 0;
padding: 1em;
overflow: auto; overflow: auto;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
@ -54,11 +53,8 @@
} }
.discussion .documentByLine { .discussion .documentByLine {
float: left; font-weight: normal;
margin-left: 0;
margin-bottom: 0.5em;
} }
.commentActions { .commentActions {
float: right; float: right;
text-align: right; text-align: right;
@ -71,8 +67,10 @@
.loginbutton { .loginbutton {
margin-bottom: 1.25em; margin-bottom: 1.25em;
} }
.commentactionsform { .commentactionsform {
display: inline; display: inline;
margin-left: 6px;
} }
.replyTreeLevel0 { .replyTreeLevel0 {
@ -194,10 +192,6 @@
margin: 0; margin: 0;
} }
.row #commenting {
font-size: 80%;
}
.row #commenting .formControls { .row #commenting .formControls {
margin: 0; margin: 0;
} }
@ -217,7 +211,7 @@
.row #commenting legend, .row #commenting legend,
.row .discussion legend { .row .discussion legend {
padding: 0.5em 0.5em 0.5em 0; padding: 0.5em 0.5em 0.5em 0;
font-size: 85%; font-weight: normal;
} }
.row #commenting label, .row #commenting label,