Guest User

Untitled

a guest
Jun 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. a.edit
  2. {
  3. background-image: url("../Images/Buttons/edit.png");
  4. background-position: top left;
  5. background-repeat: no-repeat;
  6. width:49px;
  7. height:22px;
  8. display: inline-table;
  9. text-decoration:none;
  10. clear:none;
  11. }
  12.  
  13. a:hover.edit
  14. {
  15. background-image: url("../Images/Buttons/editOn.png");
  16. background-position: top left;
  17. background-repeat: no-repeat;
  18. }
  19.  
  20. <%= Ajax.ActionLink(" ", "EditClaim", "Driver", new { claimId = item.Id }, new AjaxOptions { HttpMethod = "GET", UpdateTargetId = "claim", OnSuccess="showAddClaim", OnComplete = "updateClaim"}, new { @class = "edit" })%>
Add Comment
Please, Sign In to add comment