Bug 416801: View button in History sidebar is stretched vertically, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, ui-r=faaborg, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@251229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2008-05-05 21:03:52 +00:00
parent b5486b0939
commit b7889ff3c2

View File

@ -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;
}