author | Richard Marti <richard.marti@gmail.com> |
Sun, 01 Feb 2015 11:05:55 +0100 | |
changeset 227031 | 3659d1dfa31e506a1c28e7fdd4b6b533d9547642 |
parent 227030 | ba8a1b53973c72981f97a5bab627ff6c78261b40 |
child 227032 | 34e594ff11597967f9c8c3acce8cd49ef36d31c0 |
push id | 28218 |
push user | ryanvm@gmail.com |
push date | Mon, 02 Feb 2015 22:11:23 +0000 |
treeherder | mozilla-central@70cfc57476b7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jaws |
bugs | 1126189 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/themes/shared/incontentprefs/search.css +++ b/browser/themes/shared/incontentprefs/search.css @@ -1,23 +1,27 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #defaultEngine { + -moz-margin-start: 0; + } + #defaultEngine > .menulist-label-box > .menulist-icon { height: 16px; } /* work around a display: none in Linux's menu.css, see bug 1112310 */ .searchengine-menuitem > .menu-iconic-left { display: -moz-box; } #engineList { - margin: .5em 6px; + margin: .5em 0; } #engineList treechildren::-moz-tree-image(engineShown, checked) { list-style-image: url("chrome://global/skin/in-content/check.svg#check"); width: 21px; height: 21px; } @@ -46,8 +50,14 @@ #engineShown { min-width: 26px; } #addEnginesBox { margin-bottom: 1em; } + +#removeEngineButton, +#restoreDefaultSearchEngines { + margin-right: 0; + margin-left: 0; +}