From 04e3a67873d78a5fbf2998f793852465883d1b20 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 11 Mar 2016 15:16:07 -0600 Subject: [PATCH] Fixed css on POCloud templates --- IntelligentPumpPanel_VFD.v12.ccwsuo | Bin 20480 -> 20480 bytes POCloud_Driver/HTML/Configuration.html | 4 ++-- POCloud_Driver/HTML/Overview.html | 4 ++-- POCloud_Driver/HTML/Permissives.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/IntelligentPumpPanel_VFD.v12.ccwsuo b/IntelligentPumpPanel_VFD.v12.ccwsuo index 9eba5f894dc4920bfbb30e18c1e20f8bd83fb456..afb8e62f770feac23ccc712cb9d87fc0c42b93ce 100644 GIT binary patch delta 539 zcmZozz}T>Wae{#?69W_oFfgzHnT$aE@Bjb*AW`PYjvUq-6Dk-tG3BtZDNIVUSzj@^ zh^>jyZt_>QdPdvHrOfq=Hk-e)A7)Yo=>cIwsD5K0Z34umP(Db`V)8?-@QDd5lekzm z+i+VjGFneA<*8@1+WeL0KQp7{>bi(P(n1 z#D7ME$)%F@jQX3uN_Mkz^8wupbT!b)S0;BW#tG#om*%GCl@!N#q~;Y>#s`$glhbW?EmD!0tY~M*Y*0dv+~d#TBdcKSR#K%c-OV{)Ip5hLSdMJBPy2c%dg^Z0RWe(WgAG}*x^ z1c-Ge3%Kx1KI8O>vm6{{K#i06oz*9=a~7K9l{NX5v)1GgH=W53m_;T}am!)knat>J sFYv*c6Q~XX-YNd~n;hV5ATTBTF3U!Z(oEKZnWae~3*Txm`b0R{#^1_lO3ApZCN|9>FGz&P2F!+K*v1>+{B92T~K>f}B}PDTi8Y%`jL&gSj}1=&NJVDyMceMp-FBsn hi=3DyJGhBVc5u?!?BH~O5y)X#%;LecnZ@G|I{@2AKXU*8 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; }