author | Victor Porof <vporof@mozilla.com> |
Tue, 12 Mar 2013 15:13:25 -0700 | |
changeset 125729 | 2f092e92dd1eed18e4982e730bf2560598104385 |
parent 125728 | cdcaaf834d1da9d0f770cedd76867536248d07b7 |
child 125730 | f2f57f88ecdfa87c6d272b0e4cdb2897d967e216 |
push id | 25087 |
push user | eakhgari@mozilla.com |
push date | Thu, 21 Mar 2013 12:27:40 +0000 |
treeherder | mozilla-inbound@be6da6dbf632 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | paul |
bugs | 850436 |
milestone | 22.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/linux/devtools/widgets.css +++ b/browser/themes/linux/devtools/widgets.css @@ -97,16 +97,17 @@ transform: scaleX(-1); } .breadcrumbs-widget-item { background-color: transparent; -moz-appearance: none; overflow: hidden; min-width: 85px; + max-width: 250px; min-height: 25px; border-style: solid; border-width: 1px 13px 2px 13px; margin: 0 -11px 0 0; padding: 0 9px; outline: none; color: hsl(210,30%,85%); }
--- a/browser/themes/osx/devtools/widgets.css +++ b/browser/themes/osx/devtools/widgets.css @@ -97,16 +97,17 @@ transform: scaleX(-1); } .breadcrumbs-widget-item { background-color: transparent; -moz-appearance: none; overflow: hidden; min-width: 85px; + max-width: 250px; min-height: 25px; border-style: solid; border-width: 1px 13px 2px 13px; margin: 0 -11px 0 0; padding: 0 9px; outline: none; color: hsl(210,30%,85%); }
--- a/browser/themes/windows/devtools/widgets.css +++ b/browser/themes/windows/devtools/widgets.css @@ -97,16 +97,17 @@ transform: scaleX(-1); } .breadcrumbs-widget-item { background-color: transparent; -moz-appearance: none; overflow: hidden; min-width: 85px; + max-width: 250px; min-height: 25px; border-style: solid; border-width: 2px 13px; margin: 0 -11px 0 0; padding: 0 9px; outline: none; color: hsl(210,30%,85%); }