summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 02:59:37 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 02:59:37 +0000
commit94315d700148d8f79a9e20323bb08f0e417416f0 (patch)
treed4c7419d659b8d631598272360ce642be2d00d70 /themes
parent70b6b88eed2b89cbd2903b3b578d6bf33aa0d8ed (diff)
downloadbrdo-94315d700148d8f79a9e20323bb08f0e417416f0.tar.gz
brdo-94315d700148d8f79a9e20323bb08f0e417416f0.tar.bz2
#1000610 by markabur, Jeff Burnz: Fixed borked Bartik comment layout.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/ie-rtl.css5
-rw-r--r--themes/bartik/css/ie.css11
-rw-r--r--themes/bartik/css/style.css4
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 */