fix weird discrepancies between button and a elements.

This commit is contained in:
Saman Bemel-Benrud
2013-03-28 19:23:00 -04:00
parent da6f8e844a
commit ab670eae2c

View File

@@ -1834,6 +1834,12 @@ img.wiki-image {
display: inline-block;
}
.modal-actions a {
/* `button` elements have box-algin: auto, need
compensate this for `a`*/
padding-top: 25px;
}
.modal-actions button:hover,
.modal-actions a:hover {
background-color: #ececec;
@@ -1848,7 +1854,6 @@ img.wiki-image {
height: 100px;
width: 100px;
margin: auto;
margin-top: 30px;
margin-bottom: 10px;
background:transparent url(../img/sprite.png) no-repeat 0 -220px;
}