Bug 947073 - Only push phishing warning to bottom of page. r=margaret

This commit is contained in:
Wes Johnston 2014-01-22 11:20:00 -08:00
Родитель e7ab2c4d4b
Коммит 8ed099c4c4
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -39,6 +39,10 @@ li:not(:last-of-type),
#errorLongDesc,
#errorLongContent {
padding-bottom: 10px;
}
/* Push the #ignoreWarningButton to the bottom on the blocked site page */
.blockedsite > #errorPageContainer > #errorLongContent {
flex: 1;
}