Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight

[#1604] First draft to fix SensioLabsInsight report
This commit is contained in:
Jeremy Benoist
2016-02-01 13:51:35 +01:00
16 changed files with 10 additions and 24 deletions

View File

@ -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"

View File

@ -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;

View File

@ -1,3 +1,3 @@
# Baggy Theme
theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/
theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/

View File

@ -2,4 +2,4 @@
Theme created by Danilow (@modos189) Alexandr http://modos189.ru/
Used framework http://materializecss.com/
Used framework http://materializecss.com/