Fix download button in IE6 (what?!?)

Bug 739730 - [Bedrock] [IE6] Download button stretches across the length of the page
This commit is contained in:
Steven Garrity 2012-03-29 10:16:53 -03:00
Родитель 2e7fd8665d
Коммит 3254ad80d3
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -162,13 +162,19 @@
margin-right: 5px;
}
.download-content {
.inline-block;
margin-left: -25px;
background-image: url(/media/img/sandstone/buttons/firefox-small.png);
height: 52px;
padding: 0 24px 0 65px;
padding: 0 20px 0 65px;
overflow: visible;
}
}
.lt-ie7 .download-button-small .download-link .download-content {
margin-left: 0;
}
// OS detection

Двоичные данные
media/img/sandstone/buttons/firefox-small.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 6.9 KiB

После

Ширина:  |  Высота:  |  Размер: 6.0 KiB