admin_icons.css |
admin_icons.css |
|
/**
* Tecnique from: http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
*/
/**
* Default link padding;
*/
dl.admin-list dt a {
padding: 4px 0px 4px 24px;
}
div.admin-panel ul li {
background: none;
padding:… |
CHANGELOG.txt |
CHANGELOG.txt |
|
Branch: 1.x-dev
+ Added "Hide description" admin icons
+ Added Admin-icons: Node Import, VotingAPI, RealName
+ Added jQuery for admin settings (to be continued..)
+ Added Files-icons visibility settings
+ Added new Admin icons (OG,… |
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 = 6.x |
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 |
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. |