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:
parent
b5486b0939
commit
b7889ff3c2
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user