Skip to content

Commit

Permalink
IFW Branch Updates (#69)
Browse files Browse the repository at this point in the history
* [4.0] Remove grunt in favour of native node build scripts (joomla#18446)

* These are junk

* First pass on converting JS

* Fix path to loader

* CS tweaks for IFW JS, move event listener registration into success callback so that the changed DOM elements correctly receive them, change how custom events are triggered so they'll actually work

* Make sure elements exist in DOM
  • Loading branch information
mbabker authored and brianteeman committed Jan 18, 2018
1 parent 56ce708 commit f74f954
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 278 deletions.
4 changes: 2 additions & 2 deletions media/plg_installer_webinstaller/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ body.ifw-busy {
opacity: .95;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 95);
filter: alpha(opacity = 95);
background: url('../../../../media/jui/images/ajax-loader.gif') rgba(255,255,255,0.7) 50% 10px no-repeat;
background: url(../../system/images/ajax-loader.gif) rgba(255,255,255,0.7) 50% 10px no-repeat;
}
/* Put breakpoints in when the design breaks, not at generic widths */
@media (max-width: 869px) {
Expand Down Expand Up @@ -238,7 +238,7 @@ body.ifw-busy {

@media (max-width: 580px) {
.nav-tabs > li {

width: 100%;
}
#myTabTabs {
Expand Down
2 changes: 1 addition & 1 deletion media/plg_installer_webinstaller/css/client.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f74f954

Please sign in to comment.