mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Change create edge dialog.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user