Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Revert "The "show password" check box in the wifi connection details …
Browse files Browse the repository at this point in the history
…page in the FTU app is cut off on the right edge in RTL mode and label is cut off too"

This reverts commit bb911ea.
  • Loading branch information
KevinGrandon committed Aug 14, 2014
1 parent 2eeed15 commit 0640467
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions apps/ftu/style/style.css
Expand Up @@ -468,7 +468,7 @@ aside.connecting {
#hidden-wifi-authentication .pack-checkbox,
#configure_network_params .pack-checkbox {
position: relative;
left: auto;
transform: translateX(4rem);
padding: 1rem 0 1rem 3rem;
pointer-events: auto;
}
Expand Down Expand Up @@ -1120,16 +1120,11 @@ i.hack-first-child {
/*
RTL Tweeks
*/
html[dir="rtl"] #hidden-wifi-authentication .pack-checkbox,
html[dir="rtl"] #configure_network_params .pack-checkbox {
padding-right: 3rem;
padding-left: 3rem;
}

html[dir="rtl"] #hidden-wifi-authentication .pack-checkbox input ~ span:after,
html[dir="rtl"] #configure_network_params .pack-checkbox input ~ span:after {
right: 0;
margin-right: 0;
/* Right to left: position the check mark to the left */
html[dir="rtl"] [data-type="list"].pack-value-selector li label:not([for]) input + span:after {
left: 0;
margin-left: auto;
}

html[dir="rtl"] #welcome_browser #form_share_statistics label {
Expand Down

0 comments on commit 0640467

Please sign in to comment.