From b7889ff3c2d41aec0bb75242f556120663e33b9b Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Mon, 5 May 2008 21:03:52 +0000 Subject: [PATCH] Bug 416801: View button in History sidebar is stretched vertically, patch by Kai Liu , r=me, ui-r=faaborg, a=beltzner git-svn-id: svn://10.0.0.236/trunk@251229 18797224-902f-48f8-a5cc-f745e15eee43 --- .../themes/winstripe/browser/places/places.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; +}