BackToTopSettingsForm.php |
src/Form/BackToTopSettingsForm.php |
Drupal\back_to_top\Form |
|
back_to_top.admin.css |
css/back_to_top.admin.css |
|
/* Admin interface of Back To Top module */
.color-field {
margin-bottom: 30px;
}
/* ~Admin interface of Back To Top module */ |
back_to_top.config_translation.yml |
back_to_top.config_translation.yml |
|
back_to_top.config_translation.yml |
back_to_top.css |
css/back_to_top.css |
|
#backtotop {
background: url(../backtotop.png) no-repeat center center;
border: 0;
bottom: 20px;
cursor: pointer;
display: none;
height: 70px;
position: fixed;
right: 20px;
text-indent: -9999px;
width: 70px;
z-index:… |
back_to_top.info.yml |
back_to_top.info.yml |
|
back_to_top.info.yml |
back_to_top.libraries.yml |
back_to_top.libraries.yml |
|
back_to_top.libraries.yml |
back_to_top.links.menu.yml |
back_to_top.links.menu.yml |
|
back_to_top.links.menu.yml |
back_to_top.links.task.yml |
back_to_top.links.task.yml |
|
back_to_top.links.task.yml |
back_to_top.module |
back_to_top.module |
|
Adds the back to top button. |
back_to_top.permissions.yml |
back_to_top.permissions.yml |
|
back_to_top.permissions.yml |
back_to_top.routing.yml |
back_to_top.routing.yml |
|
back_to_top.routing.yml |
back_to_top.schema.yml |
config/schema/back_to_top.schema.yml |
|
config/schema/back_to_top.schema.yml |
back_to_top.settings.yml |
config/install/back_to_top.settings.yml |
|
config/install/back_to_top.settings.yml |
back_to_top_text.css |
css/back_to_top_text.css |
|
#backtotop {
background: #f7f7f7;
border: 1px solid #cccccc;
/*border-radius: 5px 5px 5px 5px;*/
border-radius: 10px;
bottom: 10px;
color: #333333;
cursor: pointer;
display: none;
height: 30px;
width: max-content;
line-height:… |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Back To Top adds a button that hovers in the bottom of your screen and allow
users to smoothly scroll up the page… |