Bug 706272: Vertically align (center) the Clear button in about.config. r=mfinkle

This commit is contained in:
Steffen Wilberg 2011-11-30 19:34:18 +01:00
parent 2ae26ef2b7
commit beb7d839e5

View File

@ -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 {