diff --git a/IntelligentPumpPanel_VFD.v12.ccwsuo b/IntelligentPumpPanel_VFD.v12.ccwsuo index 9eba5f8..afb8e62 100644 Binary files a/IntelligentPumpPanel_VFD.v12.ccwsuo and b/IntelligentPumpPanel_VFD.v12.ccwsuo differ diff --git a/POCloud_Driver/HTML/Configuration.html b/POCloud_Driver/HTML/Configuration.html index 1b4c2a6..227c6ba 100644 --- a/POCloud_Driver/HTML/Configuration.html +++ b/POCloud_Driver/HTML/Configuration.html @@ -475,14 +475,14 @@ margin-top: 1em; } - .row { + .row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } - .row > [class*='col-'] { + .row-flex > [class*='col-'] { display: flex; flex-direction: column; } diff --git a/POCloud_Driver/HTML/Overview.html b/POCloud_Driver/HTML/Overview.html index 83eccc3..24d947b 100644 --- a/POCloud_Driver/HTML/Overview.html +++ b/POCloud_Driver/HTML/Overview.html @@ -126,14 +126,14 @@ margin-top: 1em; } - .row { + .row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } - .row > [class*='col-'] { + .row-flex > [class*='col-'] { display: flex; flex-direction: column; } diff --git a/POCloud_Driver/HTML/Permissives.html b/POCloud_Driver/HTML/Permissives.html index f3aa555..029d703 100644 --- a/POCloud_Driver/HTML/Permissives.html +++ b/POCloud_Driver/HTML/Permissives.html @@ -313,14 +313,14 @@ z-index: 100; } -.row { +.row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } -.row > [class*='col-'] { +.row-flex > [class*='col-'] { display: flex; flex-direction: column; }