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
parent 5bcdb7dac0
commit 1247e043cf
3 changed files with 15 additions and 9 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {