зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
6bffe5e56d
Коммит
fcceae5013
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче