joomla / backend-template

backend template for Joomla 4 working area
GNU General Public License v2.0
13 stars 23 forks source link

Mobil changes #412

Closed nadjak77 closed 5 years ago

nadjak77 commented 5 years ago

Pull Request for Issue # .

Summary of Changes

some changes for responsive layout fix some broken buttons change color https://github.com/joomla/backend-template/issues/411

Testing Instructions

Expected result

Actual result

Documentation Changes Required

brianteeman commented 5 years ago

For the joomla-toolbar-button to work you need to add HTMLHelper::_('webcomponent', 'system/joomla-toolbar-button.min.js', ['version' => 'auto', 'relative' => true]);

look at layouts\joomla\toolbar\standard.php for an example

brianteeman commented 5 years ago

scss files are formatted using two spaces - not a tab You can see that in the rest of the files that you edited

nadjak77 commented 5 years ago

I corrected the tabs to spaces in the two scss files I changed

nadjak77 commented 5 years ago

I hope I added the HTMLHelper for the joomla-toolbar-buttons the right way