X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCanvasPanel.scss;fp=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCanvasPanel.scss;h=9fa11499c755186e6ff0e3ccfa191a9d8c871ad2;hb=b06607173b5bafa999594cdc1e60a825f578e8e6;hp=4b9f1538290744b140ea78e81cd9ad44794c5bf3;hpb=3b6a64f8e61794b1283d707e60c2b698c988d3fb;p=osm%2FUI.git diff --git a/skyquake/plugins/composer/src/src/styles/CanvasPanel.scss b/skyquake/plugins/composer/src/src/styles/CanvasPanel.scss index 4b9f15382..9fa11499c 100644 --- a/skyquake/plugins/composer/src/src/styles/CanvasPanel.scss +++ b/skyquake/plugins/composer/src/src/styles/CanvasPanel.scss @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -45,5 +45,23 @@ .CanvasPanelBody { position: absolute; bottom: 0; + top: 142px; + } + .CanvasPanelTabs { + height: 32px; + margin-top: 49px; + background-color: #cbd1d1; + .CatalogFilter { + max-width:25%; + margin-left: 1rem; + margin-top: 3px; + button { + -ms-flex-pack: center; + justify-content: center; + &.-selected { + background:#e5e5e5; + } + } + } } }