forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSS MDL-26013 Fixed several display bugs when using right to left lan…
…guages
- Loading branch information
Showing
22 changed files
with
244 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
.block_messages .content {text-align:left;padding-top:5px;} | ||
.block_messages .content .list li.listentry {clear:both;} | ||
.block_messages .content .list li.listentry div.user {float:left;position:relative;} | ||
.block_messages .content .list li.listentry div.message {float:right;} | ||
.block_messages .content .footer {clear:both;} | ||
.block_messages .content .list li.listentry .user {float:left;position:relative;} | ||
.block_messages .content .list li.listentry .message {float:right;} | ||
.block_messages .content .info {text-align:center;} | ||
.block_messages .content .footer {clear:both;} | ||
|
||
.dir-rtl .block_messages .content .list li.listentry .user {float:right;} | ||
.dir-rtl .block_messages .content .list li.listentry .message {float:left;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.block_online_users .content .list li.listentry {clear:both;} | ||
.block_online_users .content .list li.listentry div.user {float:left;position:relative;} | ||
.block_online_users .content .list li.listentry div.message {float:right;} | ||
.block_online_users .content .list li.listentry .user {float:left;position:relative;} | ||
.block_online_users .content .list li.listentry .message {float:right;} | ||
.block_online_users .content .info {text-align:center;} | ||
|
||
.dir-rtl .block_online_users .content .list li.listentry .user {float:right;} | ||
.dir-rtl .block_online_users .content .list li.listentry .message {float:left;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.block_recent_activity .activitydate, | ||
.block_recent_activity .activityhead {text-align:center;} | ||
.block_recent_activity .unlist li {margin-bottom:1em;} | ||
.block_recent_activity li .head .date {float:right;} | ||
.block_recent_activity li .head .date {float:right;} | ||
|
||
.dir-rtl .block_recent_activity .content h3 {text-align: right;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.