Tiny little adjustment
I'm patch-making-challenged, with Iconizer module enabled, it makes the playlist links look not so nice.

/modules/soundmanager2/players/page-player/page-player.css on Line 76

Before:

ul.playlist li a {
 display:block;
 text-decoration:none;
 font-weight:normal;
 color:#000;
 font-size:120%;
 outline:none;
 position:relative;
 z-index:2;
}

After:

ul.playlist li a {
 display:block;
 text-decoration:none;
 font-weight:normal;
 color:#000;
 background-image:none;
 font-size:120%;
 outline:none;
 position:relative;
 z-index:2;
}

The icons still show up for the ui360 player but for some reason the ui360 theme is coming from the libraries/soundmanager2/demos folder wierd, can't modify the libraries darnit.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theohawse’s picture

Issue summary: View changes

edit

theohawse’s picture

Status: Needs work » Needs review
FileSize
385 bytes

i think I just figured out how to make a patch...

attached below, please let me know how I did (first patch ever, even if it's trivial)

theohawse’s picture

FileSize
377 bytes

updated hopefully to fix whitespace warning

theohawse’s picture

Issue summary: View changes

whitespace