Cosmetics: pixel perfect alignment of the "actions" buttons.

SVN:trunk[3740]
This commit is contained in:
Denis Flaven
2015-09-09 10:33:08 +00:00
parent e21656c550
commit 85899e6ac0
2 changed files with 8 additions and 8 deletions

View File

@@ -1484,17 +1484,17 @@ img.first, img.last, img.next, img.prev {
div.actions_button {
float: right;
background: #e87c1e url("../images/actions_left.png") no-repeat scroll left top transparent;
background: #e87c1e url("../images/actions_left.png") no-repeat scroll left top;
padding-left: 5px;
margin-top: 0;
margin-right: 10px;
height: 17px;
height: 19px;
vertical-align: middle;
}
.actions_button a:hover, .actions_button a:visited, div.actions_button a {
background: url(../images/actions_bkg.png) no-repeat scroll right top transparent;
background: #e87c1e url(../images/actions_bkg.png) no-repeat scroll right top;
color: white;
padding-right: 8px;
cursor: pointer;
@@ -1503,7 +1503,7 @@ div.actions_button {
font-weight: bold;
padding-left: 4px;
text-decoration: none;
height: 17px;
height: 19px;
line-height: 17px;
display: block;
}

View File

@@ -1105,16 +1105,16 @@ img.prev, img.first, img.next, img.last {
}
div.actions_button {
float:right;
background: $highlight-color url("../images/actions_left.png") no-repeat scroll left top transparent;
background: $highlight-color url("../images/actions_left.png") no-repeat scroll left top;
padding-left: 5px;
margin-top: 0;
margin-right: 10px;
height:17px;
height:19px;
vertical-align: middle;
}
div.actions_button a, .actions_button a:hover, .actions_button a:visited {
background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
background: $highlight-color url(../images/actions_bkg.png) no-repeat scroll right top;
color:#fff;
padding-right: 8px;
cursor:pointer;
@@ -1123,7 +1123,7 @@ div.actions_button a, .actions_button a:hover, .actions_button a:visited {
font-weight: bold;
padding-left: 4px;
text-decoration: none;
height:17px;
height:19px;
line-height: 17px;
display: block;
}