mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 315297: Credits in about dialog don't scroll and fade in correctly, patch by DesertFox <studio17@gmail.com>, r=mconnor
This commit is contained in:
parent
e22c52ab0f
commit
c85cb8cc3b
@ -85,9 +85,9 @@
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
bottom: 8px;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
height: 285px;
|
||||
width: 280px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
@ -95,6 +95,10 @@
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#creditsBox > .title > .motto {
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
|
@ -84,9 +84,9 @@
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
bottom:8px;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
height: 275px;
|
||||
width: 280px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
@ -94,6 +94,10 @@
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#creditsBox > .title > .motto {
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
|
Loading…
Reference in New Issue
Block a user