Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] logical css associations sidebyside #44613

Open
wants to merge 1 commit into
base: 5.3-dev
Choose a base branch
from
Open
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
25 changes: 4 additions & 21 deletions build/media_source/com_associations/css/sidebyside.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

.sidebyside .outer-panel {
float: left;
float: inline-start;
width: 50%;
}

Expand Down Expand Up @@ -33,11 +33,11 @@
}

.sidebyside .langtarget {
float: left;
float: inline-start;
}

.sidebyside .modaltarget {
float: left;
float: inline-start;
margin-inline-start: .5rem;
}

Expand All @@ -50,27 +50,10 @@
}

.target-text {
float: left;
float: inline-start;
width: auto;
}

/* RTL overrides */
[dir=rtl] .sidebyside .outer-panel {
float: right;
}

[dir=rtl] .sidebyside .langtarget {
float: right;
}

[dir=rtl] .sidebyside .modaltarget {
float: right;
}

[dir=rtl] .target-text {
float: right;
}

/* Responsive layout */
@media (max-width: 767.98px) {
.sidebyside .outer-panel {
Expand Down