forked from wallabag/wallabag
[#1604] First draft to fix SensioLabsInsight report
This commit is contained in:
committed by
Nicolas Lœuillet
parent
96fcb60c33
commit
b0b893eafd
@ -15,7 +15,7 @@ services:
|
||||
- { name: form.type }
|
||||
|
||||
wallabag_core.filter.type.entry:
|
||||
class: Wallabag\CoreBundle\Filter\EntryFilterType
|
||||
class: Wallabag\CoreBundle\Form\Type\EntryFilterType
|
||||
arguments:
|
||||
- "@wallabag_core.entry_repository"
|
||||
- "@security.token_storage"
|
||||
|
||||
@ -564,7 +564,7 @@ img.preview {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin-top: -30% !important; /* TODO: get rid of !important here; overridden by .messages selector */
|
||||
margin-top: -30% !important;
|
||||
padding: 2em;
|
||||
display: none;
|
||||
border-left: 1px #EEE solid;
|
||||
|
||||
0
src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/material/README.md
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/material/README.md
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig
Executable file → Normal file
0
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig
Executable file → Normal file
Reference in New Issue
Block a user