mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Cosmetics: pixel perfect alignment of the "actions" buttons.
SVN:trunk[3740]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user