Browse code

bump(github.com/openshift/origin-web-console): 6010439649cd7550ea95adef27e3698979ee24f4

OpenShift Bot authored on 2016/12/20 06:37:32
Showing 1 changed files
... ...
@@ -1785,6 +1785,8 @@ var e = $(this).data("timestamp"), f = $(this).data("omit-single"), g = $(this).
1785 1785
 return h ? b(e, null) || d :a(e, null, f, g) || d;
1786 1786
 });
1787 1787
 }, 1e3);
1788
+} ]).run([ "IS_IOS", function(a) {
1789
+a && $("body").addClass("ios");
1788 1790
 } ]), hawtioPluginLoader.addModule("openshiftConsole"), hawtioPluginLoader.registerPreBootstrapTask(function(a) {
1789 1791
 if (_.get(window, "OPENSHIFT_CONFIG.api.k8s.resources")) return void a();
1790 1792
 var b = {
... ...
@@ -112967,6 +112969,8 @@ code.command{display:inline-block;line-height:1.3;margin-right:2px}
112967 112967
 body{padding-right:0px!important}
112968 112968
 .modal-open{overflow-y:auto}
112969 112969
 }
112970
+.ios .nav-tabs li>a:hover:before{content:none}
112971
+.ios .nav-tabs li.active>a:before{content:''}
112970 112972
 .console-os .wrap>.container{margin-top:35px;margin-bottom:80px}
112971 112973
 .console-os .wrap>.container h1{margin:10px 0 20px}
112972 112974
 @media (min-width:992px){.console-os .middle .container-fluid{margin-left:10px;margin-right:10px}