modal_page.css |
css/modal_page.css |
|
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4,
.h4 {
font-size: 18px;
}
.btn {
… |
modal_page.info |
modal_page.info |
|
name = Modal Page
description = Create modal for specifics pages.
core = 7.x
configure = admin/config/user-interface/modal-page |
modal_page.install |
modal_page.install |
|
Install, update and uninstall functions for the Modal Page. |
modal_page.module |
modal_page.module |
|
Main file for the Modal Page. |
modal_page_modal.tpl.php |
templates/modal_page_modal.tpl.php |
|
Default theme implementation for modal. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
The Modal Page allow create Modal in CMS and set page to show. If the
user visit this page… |