Skip to content
Snippets Groups Projects
Commit 94315d70 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 70b6b88e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment