#1000610 by markabur, Jeff Burnz: Fixed borked Bartik comment layout.
parent
70b6b88eed
commit
94315d7001
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue