"Delete Theme" button styles should be specific to "Edit Listing" page for themes only

This commit is contained in:
Chris Van 2013-03-27 23:02:58 -07:00
Родитель 38da857711
Коммит 5f7c05b95f
2 изменённых файлов: 11 добавлений и 7 удалений

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

@ -126,3 +126,7 @@
.html-rtl .item-actions a.more-actions:after { .html-rtl .item-actions a.more-actions:after {
margin: 5px 4px 0 0; margin: 5px 4px 0 0;
} }
.item:hover a.delete-addon {
color: #d33;
}

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

@ -297,6 +297,13 @@ ul.license {
} }
} }
.theme-info .button.delete-addon {
font-size: 12px;
font-weight: 300;
margin-top: 3px;
padding: 8px 16px;
}
.listing-footer { .listing-footer {
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
@ -306,10 +313,3 @@ ul.license {
margin: 0; margin: 0;
} }
} }
.delete-addon {
font-size: 12px;
font-weight: 300;
margin-top: 3px;
padding: 8px 16px;
}