Bug 1264882 - Fix a visual glitch in the TP tour. r=MattN

MozReview-Commit-ID: 1glMEzEN7Ls
This commit is contained in:
Panos Astithas 2016-04-15 17:30:07 +03:00
Родитель 06ed529e31
Коммит 58617a43c3
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1959,7 +1959,12 @@ notification.pluginVulnerable > .notification-inner > .messageCloseButton:not(:h
width: 16px;
}
/**
* Override the --panel-arrowcontent-padding so the background extends
* to the sides and bottom of the panel.
*/
#UITourTooltipButtons {
margin-left: -10px;
margin-bottom: -10px;
}