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

This commit is contained in:
gavin@gavinsharp.com 2008-05-05 14:03:52 -07:00
Родитель fa80916e84
Коммит 7ed507fd9f
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

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