Bug 380736 - fix bugs in the resize-attached-images functionality and add other improvements

r=bienvenu sr=neil
This commit is contained in:
cst%yecc.com 2007-09-06 22:04:51 +00:00
Родитель a96d3bcd37
Коммит 35b95301d8
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -123,11 +123,11 @@ span.moz-txt-formfeed {
}
/* ::::: attached images ::::: */
.moz-attached-image-unscaled {
.moz-attached-image[overflowing="true"] {
cursor: -moz-zoom-out;
}
.moz-attached-image-scaled {
.moz-attached-image[isshrunk="true"] {
cursor: -moz-zoom-in;
max-width: 100%;
}

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

@ -123,11 +123,11 @@ span.moz-txt-formfeed {
}
/* ::::: attached images ::::: */
.moz-attached-image-unscaled {
.moz-attached-image[overflowing="true"] {
cursor: -moz-zoom-out;
}
.moz-attached-image-scaled {
.moz-attached-image[isshrunk="true"] {
cursor: -moz-zoom-in;
max-width: 100%;
}