misd-service-development / drupal-cambridge-theme

University of Cambridge Drupal 7 theme
GNU General Public License v2.0
9 stars 10 forks source link

bad kerning for external link icon #48

Closed jhnc closed 10 years ago

jhnc commented 10 years ago

The css added to external links by projectlight.markExternalLinks() in js/custom.js appears to place the icon too far to the right. Current css is:

a.campl-external{background: url("../images/interface/icon-external-link.png") no-repeat 100% 4px;  padding-right:15px; }

I would suggest:

a.campl-external{background: url("../images/interface/icon-external-link.png") no-repeat 100% 3px;  padding-right:12px; margin-right:4px; }
thewilkybarkid commented 10 years ago

I agree, but would need to be changed in Project Light.