зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
fa80916e84
Коммит
7ed507fd9f
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче