Browse code

bump(github.com/openshift/origin-web-console): 723de04d1e7707b6d9801816654b4a5efa9473b4

OpenShift Bot authored on 2016/12/21 03:55:24
Showing 1 changed files
... ...
@@ -114211,8 +114211,9 @@ body,html{margin:0;padding:0}
114211 114211
 .console-os .middle .middle-section{position:absolute;top:0;left:0;height:100%;width:100%}
114212 114212
 .console-os .middle .middle-section .middle-container{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}
114213 114213
 .console-os .middle .middle-section .middle-container .middle-header{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:20px}
114214
-.console-os .middle .middle-section .middle-container .middle-content{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding-bottom:40px;position:relative;width:100%}
114215
-.console-os .overview .middle .middle-section .middle-container .middle-content{padding-bottom:20px}
114214
+.console-os .middle .middle-section .middle-container .middle-content{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%}
114215
+.console-os .middle .middle-content>.container-fluid{padding-bottom:40px}
114216
+.console-os .no-sidebar .middle-content>.container,.console-os .overview .middle-content>.container-fluid{padding-bottom:20px}
114216 114217
 .header-toolbar{background-color:#fff;border-bottom:1px solid #e4e4e4}
114217 114218
 .surface-shaded{background-color:#f2f2f2}
114218 114219
 @media (min-width:768px){.layout-pf-alt-fixed .nav-pf-vertical-alt{position:fixed;bottom:0;overflow:visible}