mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 706272: Vertically align (center) the Clear button in about.config. r=mfinkle
This commit is contained in:
parent
2ae26ef2b7
commit
beb7d839e5
@ -44,9 +44,13 @@ button {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#filter-container,
|
||||
#filter-container {
|
||||
display: -moz-box;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
#new-pref-container {
|
||||
margin-bottom: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.pref-item {
|
||||
|
Loading…
Reference in New Issue
Block a user