8000 Small RTL change. by samuelgozi · Pull Request #3 · thomasthesecond/EntryInstructions · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Small RTL change. #3

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

Open
wants to merge 1 commit into
base: master
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
11 changes: 11 additions & 0 deletions entryinstructions/templates/_instructions/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
top: 0;
width: 4px;
}

body.rtl #fields-{{ id }}-field .heading .instructions:before {
background-color: #0d78f2;
border-radius: 0 2px 2px 0;
content: '';
height: 100%;
right: 0;
position: absolute;
top: 0;
width: 4px;
}

#fields-{{ id }}-field .heading .instructions h1,
#fields-{{ id }}-field .heading .instructions h2,
Expand Down
0