X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCanvasPanelTray.scss;h=55844b64f426523937d224f47d41ec9e759ec273;hp=7e9e3360f9f9d3b68f3c65f736a705409b18bc17;hb=1065d361f1c1b0c4f1334efe736f2e6e940e7035;hpb=0a464389eabb51c9502a112e03b09a53a55b85c9 diff --git a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss index 7e9e3360f..55844b64f 100644 --- a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss +++ b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -29,7 +29,8 @@ $tray-head-height: 25px; right: 0; height: 25px; min-width: 300px; - background-color: white; + /* background-color: white;*/ + background: #cbd1d1; &.-with-transitions { transition: height 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); } @@ -60,4 +61,42 @@ $tray-head-height: 25px; } } + + &-buttons { + display: -ms-flexbox; + display: flex; + margin-top: 1px; + } + .tray-body { + top:31px; + } + .ConfigParameterMap { + + background: #cbd1d1; + + .EditDescriptorModelProperties { + margin-left: 8px; + } + + .toggleable { + display:-ms-flexbox; + display:flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + & > .leaf-property { + -ms-flex: 1 0 100%; + flex: 1 0 100%; + margin: 8px 0; + padding: 0 8px; + background: none; + .property-label { + } + } + & > .container-property { + -ms-flex: 1 1; + flex: 1 1; + } + } + } + }