
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch. I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
19 lines
471 B
CSS
19 lines
471 B
CSS
.type-attachs a {
|
|
padding-left: 25px;
|
|
background-image: url('unknown.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.type-images a {
|
|
padding-left: 25px;
|
|
background-image: url('image2.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.type-gallery a {
|
|
padding-left: 25px;
|
|
background-image: url('folder.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|