Bug 901454 - The deck added in bug 895543 causes the source editor to not scroll properly, r=fitzgen

This commit is contained in:
Victor Porof 2013-08-06 17:00:52 +03:00
Родитель adce4ba3a5
Коммит c3687b88c7
3 изменённых файлов: 15 добавлений и 9 удалений

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

@ -57,15 +57,17 @@
/* Black box message */
#black-boxed-message {
padding: 100px 50px;
background-color: rgb(61, 69, 76);
/* Prevent the container deck from aquiring the height from this message. */
min-height: 1px;
background-color: rgb(61,69,76);
padding: 25vh 0;
color: white;
}
#black-boxed-message-label,
#black-boxed-message-button {
text-align: center;
font-size: 150%;
font-size: 120%;
}
#black-boxed-message-button {

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

@ -59,15 +59,17 @@
/* Black box message */
#black-boxed-message {
padding: 100px 50px;
background-color: rgb(61, 69, 76);
/* Prevent the container deck from aquiring the height from this message. */
min-height: 1px;
background-color: rgb(61,69,76);
padding: 25vh 0;
color: white;
}
#black-boxed-message-label,
#black-boxed-message-button {
text-align: center;
font-size: 150%;
font-size: 120%;
}
#black-boxed-message-button {

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

@ -57,15 +57,17 @@
/* Black box message */
#black-boxed-message {
padding: 100px 50px;
background-color: rgb(61, 69, 76);
/* Prevent the container deck from aquiring the height from this message. */
min-height: 1px;
background-color: rgb(61,69,76);
padding: 25vh 0;
color: white;
}
#black-boxed-message-label,
#black-boxed-message-button {
text-align: center;
font-size: 150%;
font-size: 120%;
}
#black-boxed-message-button {