CHANGELOG.txt |
CHANGELOG.txt |
|
Text Size 7.x Releases
======================
Text Size 7.x-1.1, 2016-03-xx
-----------------------------
Text Size 7.x-1.1-rc1, 2016-03-13
---------------------------------
- #2049995 by hgneng. Fixed: Textsize breaks login page in some… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
Drupal Text Size Module
-----------------------
Author - Christian Zwahlen info@zwahlendesign.ch
Requires - Drupal 7
License - GPL (see LICENSE.txt)
Description
-----------
This module display a adjustable text size changer or a zoom function on the… |
textsize-form.tpl.php |
textsize-form.tpl.php |
|
Form theme implementation for rendering a block. |
textsize-image.tpl.php |
textsize-image.tpl.php |
|
Image theme implementation for rendering a block. |
textsize-rtl.css |
textsize-rtl.css |
|
div.block-textsize div h3.inline {
padding: 0 0 0.25em 0;
}
div.block-textsize div h3.inline,
div.textsize_inline div#edit-textsize-select-wrapper,
div.textsize_inline div#edit-textsize-select-wrapper label,
div.textsize_current_inline… |
textsize-text.tpl.php |
textsize-text.tpl.php |
|
Default theme implementation for rendering a block. |
textsize.admin.inc |
includes/textsize.admin.inc |
|
Provides the Text Size administrative interface. |
textsize.block.inc |
includes/textsize.block.inc |
|
block, page and theme functions. |
textsize.css |
textsize.css |
|
/* subtitle */
div.block-textsize div h3.list {
display: block;
float: none;
margin: 0;
}
div.block-textsize div h3.inline {
display: inline;
float: left;
margin: 0;
padding: 0 0.5em 0.25em 0em;
}
div.textsize_list… |
textsize.info |
textsize.info |
|
name = Text Size
description = Display a adjustable text size changer or a zoom function on the page for a better web accessibility.
package = User interface
core = 7.x
files[] = textsize.module
files[] = includes/textsize.admin.inc
files[] =… |
textsize.install |
textsize.install |
|
This file install and uninstall the Text Size module. |
textsize.module |
textsize.module |
|
Display a text size changer on the page for a better web accessibility. |