Bug 1045751 - Shrink tile (pin/block/gear) button sizes by a little bit [r=adw]

pin/block to 24px, gear to 28px as per UX info;
This commit is contained in:
Kumar Ayush 2014-08-18 20:36:05 -07:00
parent 33acfa7b43
commit 618e2b7a64

View File

@ -65,9 +65,10 @@
#newtab-customize-button {
background-color: transparent;
background-image: -moz-image-rect(url(chrome://browser/skin/newtab/controls.svg), 0, 32, 32, 0);
background-size: 28px;
border: none;
height: 32px;
width: 32px;
height: 28px;
width: 28px;
}
#newtab-customize-button:-moz-any(:hover, :active, [active]) {
@ -166,9 +167,10 @@
/* CONTROLS */
.newtab-control {
background-color: transparent;
background-size: 24px;
border: none;
height: 32px;
width: 32px;
height: 24px;
width: 24px;
}
.newtab-control-pin,
@ -199,10 +201,9 @@
}
.newtab-control-sponsored {
width: 24px;
height: 24px;
background-image: url(chrome://browser/skin/newtab/controls.png);
background-position: -249px -1px;
background-size: auto;
}
@media (min-resolution: 2dppx) {