You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zipdownload.css 190B

12345678
  1. /* Roundcube Zipdownload plugin styles for classic skin */
  2. a.zipdownload {
  3. display: inline-block;
  4. padding: 0 0 2px 20px;
  5. background: url(zip.png) 0 1px no-repeat;
  6. font-style: italic;
  7. }