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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user