Advertisement
Guest User

Untitled

a guest
Jun 1st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. \\chrome:
  2. .components_core-0x1 {
  3.   background:url(../images/green_status.png) no-repeat left;
  4.   background-position: 50% 50%;
  5.   padding: 20px;
  6. }
  7.  
  8. \\ie8:
  9. .components_core-0x1 {
  10.   background:url(../images/green_status.png) no-repeat center;
  11.   padding: 10px;
  12.   position: absolute;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement