Bug 1588367 - Convert all relevant uses of float: right/left to logical properties on toolkit/ r=ntim

Depends on D49207

Differential Revision: https://phabricator.services.mozilla.com/D49208

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-10-28 18:34:55 +00:00
parent 6d5192d14e
commit a7e72f1325
6 changed files with 9 additions and 46 deletions

View File

@ -241,7 +241,7 @@ section:not(.active) {
}
.histogram {
float: left;
float: inline-start;
white-space: nowrap;
padding: 10px;
position: relative; /* required for position:absolute of the contained .copy-node */
@ -253,11 +253,6 @@ section:not(.active) {
min-height: 17.5em;
}
body:dir(rtl) .histogram {
float: right;
}
.histogram-title {
text-overflow: ellipsis;
width: 100%;
@ -294,14 +289,10 @@ body:dir(rtl) .histogram {
width: 2em;
margin: 2px;
text-align: center;
float: left;
float: inline-start;
font-family: monospace;
}
body:dir(rtl) .bar {
float: right;
}
.bar-inner {
background-color: #0a84ff;
border: 1px solid #0060df;

View File

@ -42,20 +42,12 @@ p {
#UI_goUp {
margin-top: 0;
float: left;
}
#UI_goUp:dir(rtl) {
float: right;
float: inline-start;
}
#UI_showHidden {
margin-top: 0;
float: right;
}
#UI_showHidden:dir(rtl) {
float: left;
float: inline-end;
}
table {

View File

@ -15,11 +15,7 @@ body {
}
#sectionTitle {
float: left;
}
#sectionTitle:dir(rtl) {
float: right;
float: inline-start;
}
#refreshDiv {

View File

@ -19,14 +19,10 @@ button {
}
#action-box {
float: right;
float: inline-end;
margin-top: 2em;
margin-bottom: 20px;
margin-inline-start: 20px;
margin-inline-end: 0;
width: 30%;
}
#action-box:dir(rtl) {
float: left;
}

View File

@ -64,7 +64,7 @@ td.integer {
}
#action-box {
float: right;
float: inline-end;
margin-top: 2em;
margin-bottom: 20px;
margin-inline-start: 20px;
@ -78,10 +78,6 @@ td.integer {
display: none;
}
#action-box:dir(rtl) {
float: left;
}
#reset-box > h3 {
margin-top: 0;
}

View File

@ -42,20 +42,12 @@ p {
#UI_goUp {
margin-top: 0;
float: left;
}
#UI_goUp:dir(rtl) {
float: right;
float: inline-start;
}
#UI_showHidden {
margin-top: 0;
float: right;
}
#UI_showHidden:dir(rtl) {
float: left;
float: inline-end;
}
table {