README.txt |
README.txt |
|
// $Id $
Description
-------
The Text Resize module creates a block with links that use
jQuery to resize text within the specified DIV.
Text Resize was by Mark W. Jarrell (attheshow) at
Fleet Thought… |
text_resize.css |
text_resize.css |
|
/* $Id $ */
a#text_resize_increase {
background: url(aBig.gif) no-repeat 0 0;
display: block;
float: right;
width: 28px;
height: 27px;
margin: 6px 0 0 0;
outline: none;
text-indent: -9000px;
cursor: pointer;
}
a#text_resize_reset {
… |
text_resize.info |
text_resize.info |
|
name = Text Resize
description = Creates a block that allows your users to resize text on the page.
core = "7.x"
version = VERSION
configure = admin/config/user-interface/text_resize
files[] = text_resize.install
files[] = text_resize.module |
text_resize.install |
text_resize.install |
|
This file handles uninstallation of Text Resize variables. |
text_resize.module |
text_resize.module |
|
Creates a small block with jQuery links that resize text within the BODY tag. |