mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1130007 - fix layout of general pane on OS X, r=jaws
--HG-- extra : rebase_source : a9374eb75bf3296935641eb34628d14acc0c463e
This commit is contained in:
parent
1a31864d4a
commit
aabbf84f27
@ -153,15 +153,19 @@ treecol {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#startupTable > tr > .content-cell {
|
#startupTable > tr > .content-cell > menulist,
|
||||||
display: flex;
|
#startupTable > tr > .content-cell > textbox {
|
||||||
|
width: calc(100% - 8px);
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#startupTable > tr > .homepage-buttons {
|
#startupTable > tr > .homepage-buttons {
|
||||||
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#startupTable > tr > td > .content-cell-item {
|
#startupTable > tr > .homepage-buttons > .content-cell-item {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user