X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeApp.scss;h=2869560946242918749e976a71543b8a6b017f5f;hp=a01f1547fb9d0f1a7b8f649adc4e0d0c65c0dbcb;hb=ca1da3e8781d04f526bf8462887dabc1b84b95c2;hpb=3cfa5123b73abd2b5b90917f14e4d41567bab98d diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss index a01f1547f..286956094 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss +++ b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss @@ -1,14 +1,21 @@ -//import a reset +/*import a reset*/ @import '../../style/_colors.scss'; html, body { height:100%; width:100%; } +.crouton { + span { + white-space: pre; + } +} .skyquakeApp { + display: -ms-flexbox; display: flex; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; height: 100%; background: $gray-lightest; h1 { @@ -20,6 +27,7 @@ html, body { color: #fff!important } .skyquakeNav { + display: -ms-flexbox; display: flex; color:white; background:black; @@ -27,17 +35,22 @@ html, body { z-index: 10; font-size:0.75rem; .secondaryNav { - flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + display: -ms-flexbox; display: flex; - justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; } .app { position:relative; h2 { font-size:0.75rem; border-right: 1px solid black; + display: -ms-flexbox; display: flex; - align-items: center; + -ms-flex-align: center; + align-items: center; .oi { padding-right: 0.5rem; } @@ -102,18 +115,19 @@ html, body { .titleBar { padding: 1rem 0 0; h1 { - // background: url('../../style/img/header-logo.png') no-repeat; + /* background: url('../../style/img/header-logo.png') no-repeat;*/ background-size:contain; height: 51px; line-height: 51px; margin-left: 20px; - // padding-left: 100px; + /* padding-left: 100px;*/ left: 0; font-size: 1.625rem; font-weight: 400; text-align:left; position:relative; - flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; } } .corner-accent {