X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fpanel%2Fpanel.scss;h=75dc8acf516bfce0d244c8d060a05b8afa25dcc8;hb=ba19ffdfd442c7ebe66f482b90f6bc65a0e9b8be;hp=2a31b1c143cba42a9d8f7621b95e56edbffef61f;hpb=d1f2a7f4631cca78b7dfc744aae1beb3123c5698;p=osm%2FUI.git diff --git a/skyquake/framework/widgets/panel/panel.scss b/skyquake/framework/widgets/panel/panel.scss index 2a31b1c14..75dc8acf5 100644 --- a/skyquake/framework/widgets/panel/panel.scss +++ b/skyquake/framework/widgets/panel/panel.scss @@ -53,9 +53,22 @@ width:100%; height:100%; } + .close-btn { + cursor:pointer; + position: absolute; + right: -0.5rem; + top: -0.5rem; + img { + width: 1rem; + } + } } .skyquakePanelWrapper.column { + -ms-flex-direction:column; + flex-direction:column; + display:-ms-flexbox; + display:flex; .skyquakePanel-wrapper { height:auto; }