colorpicker.css |
css/colorpicker.css |
|
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(../images/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
… |
README.txt |
README.txt |
|
DESCRIPTION
-----------
The Drupal Sharebar module lets you easily add a "floating" social media
submission bar on your website (like that found on Mashable) that includes
share buttons for the most popular social media websites online such… |
sharebar-buttons-table.html.twig |
templates/sharebar-buttons-table.html.twig |
|
<div>
{{ add_button }}
</div>
{{ out | raw }} |
sharebar.css |
css/sharebar.css |
|
body ul#sharebar {
display: none;
position: absolute;
width: 65px;
float: left;
background: #fff;
padding: 0;
text-align: center;
border: 1px solid #ccc;
list-style: none;
list-style-image: none;
… |
sharebar.info.yml |
sharebar.info.yml |
|
sharebar.info.yml |
sharebar.links.menu.yml |
sharebar.links.menu.yml |
|
sharebar.links.menu.yml |
sharebar.module |
sharebar.module |
|
Allows site owner to add share buttons on their website |
sharebar.permissions.yml |
sharebar.permissions.yml |
|
sharebar.permissions.yml |
sharebar.routing.yml |
sharebar.routing.yml |
|
sharebar.routing.yml |
sharebar.settings.yml |
config/install/sharebar.settings.yml |
|
config/install/sharebar.settings.yml |
SharebarAddButtonForm.php |
src/Form/SharebarAddButtonForm.php |
Drupal\sharebar\Form |
Contains \Drupal\sharebar\Form\SharebarAddButtonForm. |
SharebarController.php |
src/Controller/SharebarController.php |
Drupal\sharebar\Controller |
Contains \Drupal\page_example\Controller\PageExampleController. |
SharebarSettingsForm.php |
src/Form/SharebarSettingsForm.php |
Drupal\sharebar\Form |
Contains \Drupal\sharebar\Form\SharebarSettingsForm. |