Closed mba242 closed 7 years ago
$ composer show sonata-project/* sonata-project/admin-bundle 3.10.0 The missing Symfony Admin Generator sonata-project/block-bundle 3.2.0 Symfony SonataBlockBundle sonata-project/cache 1.0.7 Cache library sonata-project/core-bundle 3.1.1 Symfony SonataCoreBundle sonata-project/datagrid-bundle 2.2 Symfony SonataDatagridBundle sonata-project/doctrine-extensions 1.0.2 Doctrine2 behavioral extensions sonata-project/doctrine-orm-admin-bundle 3.1.1 Symfony Sonata / Integrate Doctrine ORM into the Son... sonata-project/easy-extends-bundle 2.1.10 Symfony SonataEasyExtendsBundle sonata-project/exporter 1.7.0 Lightweight Exporter library sonata-project/google-authenticator 1.0.2 Library to integrate Google Authenticator into a PHP... sonata-project/user-bundle 3.2.0 Symfony SonataUserBundle
$ composer show symfony/* symfony/monolog-bundle 2.12.0 Symfony MonologBundle symfony/phpunit-bridge v2.8.14 Symfony PHPUnit Bridge symfony/polyfill-apcu v1.3.0 Symfony polyfill backporting apcu_* functions to lower PHP versions symfony/polyfill-intl-icu v1.3.0 Symfony polyfill for intl's ICU-related data and classes symfony/polyfill-mbstring v1.3.0 Symfony polyfill for the Mbstring extension symfony/polyfill-php54 v1.3.0 Symfony polyfill backporting some PHP 5.4+ features to lower PHP ... symfony/polyfill-php55 v1.3.0 Symfony polyfill backporting some PHP 5.5+ features to lower PHP ... symfony/polyfill-php56 v1.3.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP ... symfony/polyfill-php70 v1.3.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP ... symfony/polyfill-util v1.3.0 Symfony utilities for portability of PHP codes symfony/security-acl v3.0.0 Symfony Security Component - ACL (Access Control List) symfony/swiftmailer-bundle v2.4.0 Symfony SwiftmailerBundle symfony/symfony v2.8.14 The Symfony PHP framework
$ php -v PHP 5.6.27-0+deb8u1 (cli) (built: Oct 15 2016 15:53:28) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
Dropdown arrows in left-tree-menu position is wrong
Browser: Firefox 34.0 perhaps others too
All pages
After comparing HTML-Structure with https://almsaeedstudio.com/themes/AdminLTE/index2.html
Solution: ./Resources/views/Menu/sonata_menu.html.twig Search: <i class="fa pull-right fa-angle-left">
<i class="fa pull-right fa-angle-left">
Replace with: <span class="pull-right-container"><i class="fa pull-right fa-angle-left"></i></span>
<span class="pull-right-container"><i class="fa pull-right fa-angle-left"></i></span>
Can make a PR with before and after screenshots?
Environment
Sonata packages
Symfony packages
PHP version
Subject
Dropdown arrows in left-tree-menu position is wrong
Browser: Firefox 34.0 perhaps others too
Steps to reproduce
All pages
Actual results
After comparing HTML-Structure with https://almsaeedstudio.com/themes/AdminLTE/index2.html
Solution: ./Resources/views/Menu/sonata_menu.html.twig Search:
<i class="fa pull-right fa-angle-left">
Replace with:
<span class="pull-right-container"><i class="fa pull-right fa-angle-left"></i></span>