author | Tomer Cohen <tomer@tomercohen.com> |
Thu, 19 Jan 2017 22:52:07 +0200 | |
changeset 330940 | 958d5fbbabbf210828bdac663a77fb8223f63615 |
parent 330939 | 8c80b15ea92b49c66348ffd38c42a0b833390289 |
child 330941 | 28912d8b6b3ab014da197490115800447ba1a119 |
push id | 31255 |
push user | cbook@mozilla.com |
push date | Wed, 25 Jan 2017 12:31:35 +0000 |
treeherder | mozilla-central@95df6209f125 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sebastian |
bugs | 1298913 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/themes/core/config.css +++ b/mobile/android/themes/core/config.css @@ -124,19 +124,18 @@ body { } ul { list-style-position: inside; border: 1px solid #808080; background-color: #ffffff; min-height: 100%; width: 100%; - padding-top: 0; margin: 0; - padding-left: 0; + padding: 0; box-sizing: border-box; box-shadow: 0 0 5px #000000; overflow-x: hidden; } #new-pref-container { width: 100%; margin: 0; @@ -184,25 +183,27 @@ li { .pref-name, .pref-value { padding: 15px 10px; text-align: left; text-overflow: ellipsis; overflow: hidden; background-image: none; + direction: ltr; } .pref-value { color: rgba(0,0,0,0.5); flex: 1 1 auto; border: none; -moz-appearance: none; background-image: none; background-color: transparent; + unicode-bidi: plaintext; } .pref-name[locked] { padding-right: 20px; background-image: url("chrome://browser/skin/images/lock.png"); background-repeat: no-repeat; background-position: right 50%; background-size: auto 60%;