Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 9th, 2012  |  syntax: None  |  size: 0.73 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. .tones_item_in {
  2. position: relative; /*добавить*/
  3. padding: 7px 17px;
  4. float: left; width:218px; height:50px; overflow: hidden; //zoom:1; background: url('../images/bg_tone.png') left top no-repeat;
  5. }
  6.  
  7. /*все что ниже добавить*/
  8. .tones_item_in_download {
  9. background: red url('../images/bg_download.png') left top no-repeat;
  10. position: absolute;
  11. right: 2px;
  12. top: 1px;
  13. width:71px;
  14. height: 54px;
  15. padding: 6px 9px 0;
  16. }
  17.  
  18.  
  19. .tones_item_in_download_head {color:#767676; padding: 0 0 5px;}
  20. .tones_item_in_download_icons {overflow: hidden; //zoom:1;}
  21. .tones_item_in_download_icon {float: left; padding: 0 0 0 10px;}
  22. .tones_item_in_download_icon img {vertical-align: top;}
  23. .tones_item_in_download_icon:first-child {padding-left: 0;}