mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 544390: add min-width in about dialog to ensure it lays out properly, r=dao
--HG-- extra : rebase_source : a697d21af9a0ca08b90391e8898da3ccf669ad6b
This commit is contained in:
parent
c789d386f4
commit
5583992918
@ -11,6 +11,11 @@
|
||||
}
|
||||
|
||||
#clientBox {
|
||||
/* Add a min-width equal to chrome://branding/content/about.png's
|
||||
* width, to maintain the dialog layout on OS X where the dialog is
|
||||
* align="end" to right-align the button.
|
||||
*/
|
||||
min-width: 300px;
|
||||
background-image: url("chrome://branding/content/about.png");
|
||||
background-repeat: no-repeat;
|
||||
background-color: #FFFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user