admin_icons.css |
admin_icons.css |
|
/**
* Tecnique from: http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
*/
/**
* Default link padding;
*/
.admin-panel .admin-list .compact a ,
.content .admin-list a {
padding: 4px 0 4px 24px;
}
/* Seven uses ul-li… |
CHANGELOG.txt |
CHANGELOG.txt |
|
Version 7.x-1.3
Issue -NA- by thePanz: fixed makefile for admin_icons and mimetypes icons
Issue -NA- by thePanz: Added JQuery Update icon
Issue -NA- by thePanz: fixed default value for "Override file-type icons directory", default to… |
files_icons.css |
files_icons.css |
|
/**
* CSS and Icons taken from:
* http://pooliestudios.com/projects/iconize/
*/
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'] {
padding: 5px 20px 5px 0;
background: transparent url(files_icons/icon_doc.gif)… |
iconizer.admin.inc |
iconizer.admin.inc |
|
Admin settings for Iconizer Module |
iconizer.info |
iconizer.info |
|
name = Iconizer
description = "Adds icons next to links in Admin-section, well-know protocols and files links."
core = 7.x
configure = admin/config/user-interface/iconizer
files[] = iconizer.admin.inc |
iconizer.install |
iconizer.install |
|
Install functions for Iconizer Module |
iconizer.module |
iconizer.module |
|
@author: thePanz ( thePanz@gmail.com ) |
proto_icons.css |
proto_icons.css |
|
/**
* CSS and Icons taken from:
* http://pooliestudios.com/projects/iconize/
*/
a[href ^="aim:"] {
padding: 5px 20px 5px 0;
background: transparent url(proto_icons/icon_aim.gif) no-repeat center right;
}
a[href ^="msnim:"]… |
README.txt |
README.txt |
|
1. Install ---------------------------------------------
Install this module as other modules: copy iconizer/ directory into your
"sites/all/modules" directory
Admin-icons are avaiable for download from my Blog-post:
… |
readme.txt |
mimetypes/readme.txt |
|
Drop in this fomder the mimetype icons (default 16x16px) |
readme.txt |
admin_icons/readme.txt |
|
Place here the Admin Icons to be displayed in the "admin" pannel.
Refer to admin_icons.css for icon file names. |