Bug 595317: Scrollbars don't appear in the details view. r=Unfocused, a=blocks-final

This commit is contained in:
Dave Townsend 2010-10-06 14:58:17 -07:00
Родитель 744e5d961f
Коммит c33d1f0596
4 изменённых файлов: 11 добавлений и 13 удалений

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

@ -108,7 +108,7 @@ xhtml|link {
}
#detail-view {
overflow-y: auto;
overflow: auto;
}
.addon:not([notification="warning"]) .warning,

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

@ -380,7 +380,7 @@
</vbox>
<!-- detail view -->
<vbox id="detail-view" flex="1" class="view-pane">
<scrollbox id="detail-view" flex="1" class="view-pane addon-view" orient="vertical">
<!-- global warnings -->
<hbox class="global-warning-container global-warning">
<image class="warning-icon"/>
@ -403,7 +403,7 @@
command="cmd_enableUpdateSecurity"/>
<spacer flex="5000"/> <!-- Necessary to allow the message to wrap -->
</hbox>
<scrollbox flex="1" class="addon-view" orient="horizontal" pack="stretch" align="start">
<hbox flex="1">
<spacer flex="1"/>
<!-- "loading" splash screen -->
<hbox class="loading" flex="1">
@ -552,8 +552,8 @@
</hbox>
</vbox>
<spacer flex="1"/>
</scrollbox>
</vbox>
</hbox>
</scrollbox>
</deck>

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

@ -504,7 +504,6 @@
}
.detail-view-container {
overflow: auto;
padding: 2em;
font-size: 110%;
}
@ -538,13 +537,13 @@
#detail-desc-container {
margin-bottom: 2em;
/* This is necessary to fix layout issues with multi-line descriptions, see
bug 592712*/
outline: solid transparent;
}
#detail-desc {
-moz-margin-start: 6px;
/* This is necessary to fix layout issues with multi-line descriptions, see
bug 592712*/
outline: solid transparent;
white-space: pre-wrap;
}

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

@ -538,7 +538,6 @@
}
.detail-view-container {
overflow: auto;
padding: 2em;
font-size: 110%;
}
@ -572,13 +571,13 @@
#detail-desc-container {
margin-bottom: 2em;
/* This is necessary to fix layout issues with multi-line descriptions, see
bug 592712*/
outline: solid transparent;
}
#detail-desc {
-moz-margin-start: 6px;
/* This is necessary to fix layout issues with multi-line descriptions, see
bug 592712*/
outline: solid transparent;
white-space: pre-wrap;
}