diff options
Diffstat (limited to 'graphgraph-fe/src/GraphInfoMenu.css')
-rw-r--r-- | graphgraph-fe/src/GraphInfoMenu.css | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/graphgraph-fe/src/GraphInfoMenu.css b/graphgraph-fe/src/GraphInfoMenu.css new file mode 100644 index 0000000..59ad6e4 --- /dev/null +++ b/graphgraph-fe/src/GraphInfoMenu.css @@ -0,0 +1,73 @@ +.node-property-list { + float:top; + display: flex; + height: 250px; + width: 100%; +} + +.pagination { + margin: 0 12px 0 20px !important; +} + +.fixed-height-container { + overflow: scroll; + float:top; + height: 250px; + width:40%; + padding:3px; + background:white; +} + +.kv-table { + width: 100%; + background: white +} + +.Content +{ + height:224px; + overflow:auto; + background:yellow; +} + + +.breadcrumb > li + li:before { + color: #ccc !important; + content: "> " !important; + padding: 0 5px !important; +} + +.breadcrumb { + margin: 5px 0 0 0 !important; +} + +.path-heading { + margin-top: 6px; + color: #333333; + color: rgb(51, 51, 51); + background-color: #000000; + background-color: rgba(0, 0, 0, 0); + font-size: 14px; + line-height: 20px; + vertical-align: bottom; + letter-spacing: normal; + word-spacing: 0px; + font-weight: 700; + font-style: normal; + font-variant: normal; + text-transform: none; + text-decoration: none; + text-align: left; + text-indent: 0px; +} + +.datatable{ + height: 100%; + width: 100%; +} + +.datatable .row{ + margin-right: 0; + margin-left: 0; +} + |