diff options
-rw-r--r-- | themes/bartik/css/ie-rtl.css | 5 | ||||
-rw-r--r-- | themes/bartik/css/ie.css | 11 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css index b779f8160..503a8f4da 100644 --- a/themes/bartik/css/ie-rtl.css +++ b/themes/bartik/css/ie-rtl.css @@ -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; diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css index e217a481e..59f38b569 100644 --- a/themes/bartik/css/ie.css +++ b/themes/bartik/css/ie.css @@ -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 { diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 80ad11e31..3ce32cff5 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -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 */ |