#1000610 by markabur, Jeff Burnz: Fixed borked Bartik comment layout.

merge-requests/26/head
Angie Byron 2011-01-04 02:59:37 +00:00
parent 70b6b88eed
commit 94315d7001
3 changed files with 9 additions and 11 deletions

View File

@ -11,11 +11,6 @@ ul.action-links li a,
.comment .attribution {
float: right;
}
.comment-text {
float: right;
margin-left: 0;
margin-right: 25px;
}
.comment .comment-arrow {
position: absolute;
right: 25px;

View File

@ -14,15 +14,14 @@ fieldset legend {
height: 100%;
}
.comment .attribution {
display: inline;
display: inline-block;
position: relative;
float: left; /* LTR */
overflow: hidden;
padding: 0;
}
.comment-text {
display: inline;
float: left; /* LTR */
margin-left: 25px; /* LTR */
.comment .comment-text {
display: inline-block;
width: auto;
}
#search-block-form input.form-submit,
#search-form input.form-submit {

View File

@ -695,6 +695,9 @@ ul.links {
margin: 0;
border: 1px solid #d3d7d9;
}
.comment .attribution .username {
white-space: nowrap;
}
.comment .submitted p {
margin: 4px 0;
font-size: 1.071em;
@ -728,6 +731,7 @@ ul.links {
display: table-cell;
vertical-align: top;
position: relative;
width: 100%;
}
.comment .indented {
margin-left: 40px; /* LTR */