awesome-rtl.css |
tests/modules/fivestar_widget_provider/widgets/awesome/awesome-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
.fivestar-awesome div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
.fivestar-awesome div.fivestar-widget div.on a {
background-position:… |
awesome.css |
tests/modules/fivestar_widget_provider/widgets/awesome/awesome.css |
|
/* Static View-only Star Version */
.fivestar-awesome div.fivestar-widget-static .star {
background-image: url(star.png);
}
.fivestar-awesome div.fivestar-widget-static .star span.on {
background-image: url(star.png);
}
.fivestar-awesome… |
basic-rtl.css |
widgets/basic/basic-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-basic div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
[dir="rtl"] .fivestar-basic… |
basic.css |
widgets/basic/basic.css |
|
/* Static View-only Star Version */
.fivestar-basic div.fivestar-widget-static .star {
background-image: url(star.png);
}
.fivestar-basic div.fivestar-widget-static .star span.on {
background-image: url(star.png);
}
.fivestar-basic… |
cool-rtl.css |
tests/modules/fivestar_widget_provider/widgets/cool/cool-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
.fivestar-cool div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
.fivestar-cool div.fivestar-widget div.on a {
background-position: right… |
cool.css |
tests/modules/fivestar_widget_provider/widgets/cool/cool.css |
|
/* Static View-only Star Version */
.fivestar-cool div.fivestar-widget-static .star {
background-image: url(star.png);
}
.fivestar-cool div.fivestar-widget-static .star span.on {
background-image: url(star.png);
}
.fivestar-cool… |
craft-rtl.css |
widgets/craft/craft-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-craft div.fivestar-widget .star,
[dir="rtl"] .fivestar-craft div.fivestar-widget .star a,
[dir="rtl"] .fivestar-craft… |
craft.css |
widgets/craft/craft.css |
|
/**
* Settings for all stars.
*/
.fivestar-craft div.fivestar-widget-static .star,
.fivestar-craft div.fivestar-widget .star,
.fivestar-craft div.fivestar-widget div.on a {
height: 31px;
}
.fivestar-craft div.fivestar-widget… |
drupal.txt |
widgets/drupal/drupal.txt |
|
/* Static View-only Star Version */
div.fivestar-widget-static .star {
width: 17px;
height: 16px;
background: url(druplicon.gif) no-repeat 0 0px;
}
div.fivestar-widget-static .star span.on {
background: url(druplicon.gif) no-repeat 0… |
fivestar-admin-rtl.css |
css/fivestar-admin-rtl.css |
|
[dir="rtl"] div.fivestar-widgets div.form-item {
float: right;
}
[dir="rtl"] #placeholder {
left: 0;
right: auto;
}
[dir="rtl"] .color-form label {
float: right;
}
[dir="rtl"] .color-form .form-select… |
fivestar-admin.css |
css/fivestar-admin.css |
|
/* Fivestar Settings Preview */
div.fivestar-star-preview {
border: none;
width: 200px;
height: 70px;
}
div.fivestar-widgets div.form-item {
float: left; /* LTR */
}
/* Farbtastic placement */
.color-form {
max-width: 50em;
position:… |
fivestar-formatter-percentage.html.twig |
templates/fivestar-formatter-percentage.html.twig |
|
Default theme implementation for the Fivestar percentage formatter. |
fivestar-formatter-rating.html.twig |
templates/fivestar-formatter-rating.html.twig |
|
Default theme implementation for the Fivestar rating formatter. |
fivestar-rtl.css |
css/fivestar-rtl.css |
|
[dir="rtl"] div.fivestar-widget-static .star,
[dir="rtl"] div.fivestar-widget .cancel,
[dir="rtl"] div.fivestar-widget .star {
float: right;
}
/* Combo Static and Rate Widget */
[dir="rtl"]… |
fivestar-static-element.html.twig |
templates/fivestar-static-element.html.twig |
|
Default theme implementation for the Fivestar static element output. |
fivestar-static.html.twig |
templates/fivestar-static.html.twig |
|
Default theme implementation for the Fivestar static(view-only) output. |
fivestar-summary.html.twig |
templates/fivestar-summary.html.twig |
|
Default theme implementation for the Fivestar summary output. |
fivestar.api.php |
fivestar.api.php |
|
Provides API documentation for the Fivestar module. |
fivestar.base.test |
test/fivestar.base.test |
|
Based test file for the Fivestar module. |
fivestar.css |
css/fivestar.css |
|
/* Plain HTML Version */
form.fivestar-widget {
clear: both;
display: block;
}
form.fivestar-widget select,
form.fivestar-widget input {
margin: 0;
}
/* Combo Static and Rate Widget */
.fivestar-combo-stars .fivestar-static-form-item {
float:… |
fivestar.field.test |
test/fivestar.field.test |
|
Simpletests for the Fivestar module. |
fivestar.info.yml |
fivestar.info.yml |
|
fivestar.info.yml |
fivestar.install |
fivestar.install |
|
Install, update, and uninstall functions for the Fivestar module. |
fivestar.libraries.yml |
fivestar.libraries.yml |
|
fivestar.libraries.yml |
fivestar.module |
fivestar.module |
|
A simple n-star voting widget, usable in other forms. |
fivestar.permissions.yml |
fivestar.permissions.yml |
|
fivestar.permissions.yml |
Fivestar.php |
src/Element/Fivestar.php |
Drupal\fivestar\Element |
|
fivestar.schema.yml |
config/schema/fivestar.schema.yml |
|
config/schema/fivestar.schema.yml |
fivestar.services.yml |
fivestar.services.yml |
|
fivestar.services.yml |
fivestar.theme.inc |
includes/fivestar.theme.inc |
|
Provides the theming functions for fivestar. |
FivestarAjaxTestBase.php |
tests/src/FunctionalJavascript/FivestarAjaxTestBase.php |
Drupal\Tests\fivestar\FunctionalJavascript |
|
FivestarForm.php |
src/Form/FivestarForm.php |
Drupal\fivestar\Form |
|
FivestarFormatterBase.php |
src/Plugin/Field/FieldFormatter/FivestarFormatterBase.php |
Drupal\fivestar\Plugin\Field\FieldFormatter |
|
FivestarItem.php |
src/Plugin/Field/FieldType/FivestarItem.php |
Drupal\fivestar\Plugin\Field\FieldType |
|
FivestarTest.php |
tests/src/Functional/FivestarTest.php |
Drupal\Tests\fivestar\Functional |
|
FivestarTestTrait.php |
tests/src/Traits/FivestarTestTrait.php |
Drupal\Tests\fivestar\Traits |
|
FivestarWidgetBase.php |
src/Plugin/Field/FieldWidget/FivestarWidgetBase.php |
Drupal\fivestar\Plugin\Field\FieldWidget |
|
fivestar_widget_provider.info.yml |
tests/modules/fivestar_widget_provider/fivestar_widget_provider.info.yml |
|
tests/modules/fivestar_widget_provider/fivestar_widget_provider.info.yml |
fivestar_widget_provider.libraries.yml |
tests/modules/fivestar_widget_provider/fivestar_widget_provider.libraries.yml |
|
tests/modules/fivestar_widget_provider/fivestar_widget_provider.libraries.yml |
fivestar_widget_provider.module |
tests/modules/fivestar_widget_provider/fivestar_widget_provider.module |
|
A test module which provides two rating widgetes for use by Fivestar. |
flames-rtl.css |
widgets/flames/flames-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-flames div.fivestar-widget-static .star span.off,
[dir="rtl"] .fivestar-flames div.fivestar-widget-static… |
flames.css |
widgets/flames/flames.css |
|
/* Static View-only Star Version */
.fivestar-flames div.fivestar-widget-static .star {
width: 20px;
height: 26px;
background: url(flame.png) no-repeat 0 0;
}
.fivestar-flames div.fivestar-widget-static .star span.on {
background:… |
hearts-rtl.css |
widgets/hearts/hearts-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-hearts div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
[dir="rtl"] .fivestar-hearts… |
hearts.css |
widgets/hearts/hearts.css |
|
/* Static View-only Star Version */
.fivestar-hearts div.fivestar-widget-static .star {
width: 17px;
height: 15px;
background: url(heart.png) no-repeat 0 0;
}
.fivestar-hearts div.fivestar-widget-static .star span.on {
background:… |
HookFivestarWidgetsAlterTest.php |
tests/src/Kernel/HookFivestarWidgetsAlterTest.php |
Drupal\Tests\fivestar\Kernel |
|
HookFivestarWidgetsTest.php |
tests/src/Kernel/HookFivestarWidgetsTest.php |
Drupal\Tests\fivestar\Kernel |
|
lullabot.txt |
widgets/lullabot/lullabot.txt |
|
/* Static View-only Star Version */
div.fivestar-widget-static .star {
width: 17px;
height: 16px;
background: url(lullabot.gif) no-repeat 0 0px;
}
div.fivestar-widget-static .star span.on {
background: url(lullabot.gif) no-repeat 0… |
minimal-rtl.css |
widgets/minimal/minimal-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-minimal div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
[dir="rtl"] .fivestar-minimal… |
minimal.css |
widgets/minimal/minimal.css |
|
/* Static View-only Star Version */
.fivestar-minimal div.fivestar-widget-static .star {
width: 8px;
height: 18px;
background: url(min_star.png) no-repeat 0 0;
}
.fivestar-minimal div.fivestar-widget-static .star span.on {
background:… |
outline-rtl.css |
widgets/outline/outline-rtl.css |
|
/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-outline div.fivestar-widget-static .star span.on {
background-position: right -28px;
}
[dir="rtl"] .fivestar-outline… |