Change create edge dialog.

This commit is contained in:
Oleg Sh
2021-06-13 18:40:56 +02:00
parent d70c3d27e5
commit 1b3d8d72bc
3 changed files with 56 additions and 11 deletions

View File

@@ -84,18 +84,37 @@
width : 100%;
}
#EdgeWeightControls
{
width: 100%;
}
#EdgeWeight
{
width: 86px;
width: 100%;
}
#EdgeWeightSlider
{
width: auto;
width: 100%;
max-width: 100%;
display: inline-block;
}
#MainEdgeWeightControl
{
border-width: 1px;
border-radius: 4px;
border-color: lightgray;
border-style: solid;
margin: 4px;
padding: 6px;
}
#EdgeLable {
width: 100%;
}
#sentAlgorithm
{
display: none;