mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177161 - Shift "More Information" button to the bottom when expanding a subview r=Gijs
This commit is contained in:
parent
d9f856d4bd
commit
70873bca0a
@ -17,7 +17,7 @@
|
||||
|
||||
<panelmultiview id="identity-popup-multiView"
|
||||
mainViewId="identity-popup-mainView">
|
||||
<panelview id="identity-popup-mainView">
|
||||
<panelview id="identity-popup-mainView" flex="1">
|
||||
|
||||
<!-- Security Section -->
|
||||
<hbox class="identity-popup-section">
|
||||
@ -45,6 +45,8 @@
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<spacer flex="1"/>
|
||||
|
||||
<!-- More Information Button -->
|
||||
<hbox id="identity-popup-button-container" align="center">
|
||||
<button id="identity-popup-more-info-button" flex="1"
|
||||
|
@ -15,7 +15,8 @@
|
||||
|
||||
/* PANEL */
|
||||
|
||||
#identity-popup {
|
||||
#identity-popup,
|
||||
.panel-viewstack[viewtype="main"] > .panel-mainview[panelid=identity-popup] > #identity-popup-mainView {
|
||||
/* Tiny hack to ensure the panel shrinks back to its original
|
||||
size after closing a subview that is bigger than the main view. */
|
||||
max-height: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user