You are here

addtocopy.css in Add link to copied text 8

Styling for the addtocopy module.

File

css/addtocopy.css
View source
  1. /**
  2. * @file
  3. * Styling for the addtocopy module.
  4. */
  5. #ctrlcopy {
  6. overflow: hidden;
  7. position: absolute;
  8. width: 1px;
  9. height: 1px;
  10. margin: 5px 0 0 -1px;
  11. line-height: 0;
  12. opacity: 0;
  13. }