diff --git a/mozilla/browser/themes/winstripe/browser/places/places.css b/mozilla/browser/themes/winstripe/browser/places/places.css index 8817c992b46..d2aabefe26a 100755 --- a/mozilla/browser/themes/winstripe/browser/places/places.css +++ b/mozilla/browser/themes/winstripe/browser/places/places.css @@ -124,3 +124,17 @@ treechildren::-moz-tree-row(session-start) { treechildren::-moz-tree-cell-text(date, session-continue) { color: -moz-Field; } + +/* Browser Sidebars */ + +/* Default button vert. margins are 1px/2px, and this can cause misalignment */ +#viewButton { + margin-top: 2px; + margin-bottom: 2px; +} + +#viewButton > hbox > dropmarker { + height: auto; + width: auto; + -moz-margin-end: -3px; +}