Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Themes/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ fieldset.merge_options {
}
dl.register_form {
margin: 0;
clear: right;
clear: inline-end;
}
dl.register_form dt {
font-weight: normal;
Expand Down Expand Up @@ -3347,7 +3347,7 @@ span.postby {
width: 30%;
max-width: 30em;
float: inline-start;
clear: left;
clear: inline-start;
}
#poll_options dl.options .voted {
font-weight: bold;
Expand Down Expand Up @@ -3476,7 +3476,7 @@ img.avatar {
width: 100%;
}
.moderatorbar {
clear: right;
clear: inline-end;
}
.messageicon {
display: inline-block;
Expand Down
11 changes: 0 additions & 11 deletions Themes/default/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,12 @@ img#smflogo {
padding: 1em 2em 1em 2.5em;
margin: 0 0 1em 1em;
}
#poll_options dl.options dt {
clear: right;
}
.postarea, .moderatorbar {
margin: 0 175px 0 0;
}
.keyinfo h5::after {
clear: left;
}
.moderatorbar {
clear: left;
}
/* poster details and list of items */
.poster h4, .poster ul {
padding: 0;
Expand Down Expand Up @@ -249,11 +243,6 @@ ul.quickbuttons li {
margin: 0 0 0.5em;
}

/* Additional profile fields */
dl.register_form {
clear: left;
}

/* Styles for maintenance mode.
------------------------------------------------------- */
#maintenance_mode img.floatleft {
Expand Down