Bug 1167805 - Not enough padding for page title causing pin icon to overlap [r=adw]

This commit is contained in:
Ed Lee 2015-05-22 17:37:21 -07:00
Родитель 2ca9eb743c
Коммит f955a0aaf7
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -247,6 +247,7 @@ input[type=button] {
.newtab-title {
left: 0;
padding: 0 4px;
}
.newtab-sponsored {

Просмотреть файл

@ -173,7 +173,7 @@
}
.newtab-site[pinned] .newtab-title {
padding: 0 15px;
-moz-padding-start: 24px;
}
.newtab-site[pinned] .newtab-title::before {