Bug 381545 - ""Find Updates" button is not clickable on 100% of its surface" [p=dao r=Mano a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-11-08 18:26:33 -08:00
Родитель e15e88e586
Коммит 68f5130f98
2 изменённых файлов: 8 добавлений и 4 удалений

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

@ -4,12 +4,14 @@
}
#resizerBox {
margin-top: -12px;
margin-top: -12px;
visibility: hidden;
}
#resizerBox resizer {
#resizerBox > resizer {
height: 10px;
max-height: 10px;
visibility: visible;
}
/* Command Bar */

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

@ -12,12 +12,14 @@
}
#resizerBox {
margin-top: -12px;
margin-top: -12px;
visibility: hidden;
}
#resizerBox resizer {
#resizerBox > resizer {
height: 10px;
max-height: 10px;
visibility: visible;
}
/* Command Bar */