mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-15 14:41:05 +00:00
Add creating graph using Edge List.
This commit is contained in:
47
i/css/create_graph_by_pair.css
Normal file
47
i/css/create_graph_by_pair.css
Normal file
@@ -0,0 +1,47 @@
|
||||
|
||||
.form-inline
|
||||
{
|
||||
.checkbox
|
||||
{
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
#PairFieldPage
|
||||
{
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
|
||||
#AdjacencyMatrixFieldInput
|
||||
{
|
||||
overflow: scroll;
|
||||
max-width: 100%;
|
||||
max-height: 300px;
|
||||
overflow-x: scroll;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
#BadFormatMessage
|
||||
{
|
||||
padding: 8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 4px;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
|
||||
}
|
||||
|
||||
#CreateByPair {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user