Bug 602059: Large screenshots not handled well, and/or no scroll bars on details page. r=dtownsend, a=blocks-final

This commit is contained in:
Blair McBride 2011-01-07 09:19:53 -08:00
parent 08153fbff0
commit a55be3d9cd
3 changed files with 9 additions and 3 deletions

View File

@ -637,6 +637,8 @@
#detail-screenshot {
-moz-margin-end: 2em;
max-width: 300px;
max-height: 300px;
}
#detail-desc-container {
@ -649,7 +651,7 @@
bug 592712*/
outline: solid transparent;
white-space: pre-wrap;
min-width: 8em;
min-width: 10em;
}
#detail-contributions {

View File

@ -737,6 +737,8 @@
#detail-screenshot {
-moz-margin-end: 2em;
max-width: 300px;
max-height: 300px;
}
#detail-desc-container {
@ -749,7 +751,7 @@
bug 592712*/
outline: solid transparent;
white-space: pre-wrap;
min-width: 8em;
min-width: 10em;
}
#detail-contributions {

View File

@ -803,6 +803,8 @@
#detail-screenshot {
-moz-margin-end: 2em;
max-width: 300px;
max-height: 300px;
}
#detail-desc-container {
@ -815,7 +817,7 @@
bug 592712*/
outline: solid transparent;
white-space: pre-wrap;
min-width: 8em;
min-width: 10em;
}
#detail-contributions {