MDL-58414 boost: Use a flippable CSS rule

Background position "left" can be flipped to "right" - no problem.
Background position "8px" cannot - because it's always measured from the top left.
This commit is contained in:
Damyon Wiese
2017-05-08 15:05:55 +08:00
parent 48ad73619f
commit d9c7ab818a
+3 -3
View File
@@ -132,10 +132,10 @@
}
.fp-pathbar .fp-path-folder {
background: url('[[pix:theme|fp/path_folder]]') 8px 3px no-repeat;
background: url('[[pix:theme|fp/path_folder]]') left 3px no-repeat;
background-size: 12px 12px;
height: 12px;
margin-left: 4px;
margin-left: 12px;
}
/*rtl:raw:
@@ -145,7 +145,7 @@
*/
.fp-pathbar .fp-path-folder-name {
margin-left: 32px;
margin-left: 24px;
}
// Icon view (File Picker and File Manager)
.fp-iconview .fp-file {