Skip to content
Snippets Groups Projects

Resolve "support new frontend"

Merged Piotr Gawron requested to merge 8-support-new-frontend into master
Files
7
+ 29
24
@@ -9,20 +9,21 @@
}
.ceOptionsShowHideButton {
width:100%;
width: 100%;
}
.ceRowOptions {
padding-top: 3px;
}
.ceRowOptions>div {
.exploration-plugin .ceRowOptions > div,
.ceRowOptions > div {
padding-left: 3px;
padding-right: 3px;
}
.ceRowOptions span.fa {
font-size:14px;
font-size: 14px;
}
@@ -38,13 +39,13 @@
.ceSvg {
width:100%;
height:100%;
width: 100%;
height: 100%;
}
.ceSvgOverlayRect{
width:100%;
height:100%;
.ceSvgOverlayRect {
width: 100%;
height: 100%;
fill: none;
pointer-events: all;
}
@@ -71,7 +72,7 @@ Tree visualization
fill: steelblue;
}
.ce-spawned circle{
.ce-spawned circle {
stroke: black;
stroke-width: 3px;
}
@@ -139,7 +140,7 @@ Tree visualization
border-bottom-right-radius: 5px;
}
.ceSearchBarContainers{
.ceSearchBarContainers {
position: absolute;
bottom: 0;
width: 100%;
@@ -153,25 +154,28 @@ Tree visualization
.ce-search-bar-container {
margin-right: 3px;
}
.ce-search-bar-container.last {
margin-right: 0px;
}
.ce-search-bar-input-group .input-group-addon{
.ce-search-bar-input-group .input-group-addon {
/*background: white !important;*/
background-color: rgba(160, 160, 160, 0.09);
}
.ce-search-bar-container .form-control{
box-shadow:0 0 0;
border-color:#ccc;
.ce-search-bar-container .form-control {
box-shadow: 0 0 0;
border-color: #ccc;
background-color: rgba(160, 160, 160, 0.09);
}
.ce-search-bar-container button{
border:0;
background:transparent;
position:absolute;
top:0;
.ce-search-bar-container button {
border: 0;
background: transparent;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
@@ -185,16 +189,17 @@ General
}
.ce-hidden {
display:none;
display: none;
}
.row.no-gutter {
margin-right:0;
margin-left:0;
margin-right: 0;
margin-left: 0;
}
.row.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
padding-right: 0;
padding-left: 0;
}
/******************************************************************************
Loading