Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
bug fix for buddypress
Browse files Browse the repository at this point in the history
  • Loading branch information
qasedak committed Feb 16, 2020
1 parent 16a271b commit 335fa40
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,6 @@ body .td-stretch-height {
#buddypress #item-header-cover-image #item-header-avatar {
float: right;
}
#buddypress div#item-header #item-header-cover-image #item-header-content {
margin-right: 170px;
margin-left: 0;
}
#bbpress-forums #bbp-search-form .button {
left: 0;
right: inherit;
Expand Down Expand Up @@ -742,9 +738,6 @@ body .td-stretch-height {
div#item-actions {
margin-top: 204px !important;
}
#buddypress div#item-header #item-header-cover-image #item-header-content {
margin-right: 160px;
}
.td-review-percent {
float: left;
}
Expand All @@ -763,4 +756,14 @@ div#item-actions {
}
pre {
direction: ltr !important;
}
#buddypress div#item-header #item-header-cover-image #item-header-content {
margin-right: 170px;
margin-left:0;
float: right;
}
body.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
margin-left: 170px;
margin-right:0;
float: left;
}

0 comments on commit 335fa40

Please sign in to comment.