Dear gokhan dilek,
Please go to "your_site/templates/sj_restaurant25/css/template.css".
* add the following code to the end of template.css file:
.actions li.edit-icon a {
background-position: 64px 0;
display: inline-block;
height: 16px;
padding: 0;
width: 16px;
}
* finding the code lines:
ul.actions {
background: url("../images/bg_info.png") no-repeat scroll left top transparent;
float: right;
height: 26px;
margin: 0;
padding: 7px 14px 0;
width: 53px;
}
change to
ul.actions {
background: url("../images/bg_info.png") no-repeat scroll left top;
float: right;
height: 26px;
margin: 0 0 0 0;
padding: 7px 5px 0;
width: 65px;
}
* finding the code lines:
ul.actions li {
display: inline;
margin: 0 0 0 11px;
}
change to
ul.actions li {
display: inline;
margin: 0 0 0 5px;
}
Thanks