Bug 771159 - Properly set toolbar's background size to handle different densities (r=mfinkle)
@ -335,6 +335,7 @@ body {
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
background-size: 48px;
|
||||
background-image: url('chrome://browser/skin/images/reader-toolbar-bg-port-mdpi.png');
|
||||
}
|
||||
|
||||
@ -355,6 +356,7 @@ body {
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
background-size: 40px;
|
||||
background-image: url('chrome://browser/skin/images/reader-toolbar-bg-land-mdpi.png');
|
||||
}
|
||||
|
||||
@ -375,6 +377,7 @@ body {
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
background-size: 56px;
|
||||
background-image: url('chrome://browser/skin/images/reader-toolbar-bg-xlarge-mdpi.png');
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.2 KiB |