Bug 479957 - content is rendered outside the window if width is narrower than findbar if OS's theme is Classic. r=dao

This commit is contained in:
Atsushi Sakai 2009-05-23 16:35:41 +02:00
Родитель 5efc2c4778
Коммит 5a828e16ba
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -117,3 +117,11 @@ findbar {
.find-status-icon[status="wrapped"] {
list-style-image: url("chrome://global/skin/icons/wrap.png");
}
/* XXX workaround bug 479957, disable bug 69710 in findbar */
checkbox:-moz-system-metric(windows-classic) {
text-shadow: none;
}
checkbox:-moz-system-metric(windows-classic) > .checkbox-label-box > .checkbox-label {
margin-bottom: 0 !important;
}