aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph_info_menu.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/graph_info_menu.css')
-rw-r--r--graphgraph-fe/src/graph_info_menu.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/graphgraph-fe/src/graph_info_menu.css b/graphgraph-fe/src/graph_info_menu.css
new file mode 100644
index 0000000..6182210
--- /dev/null
+++ b/graphgraph-fe/src/graph_info_menu.css
@@ -0,0 +1,72 @@
+.node-property-list {
+ float:top;
+ display: flex;
+ height: 200px;
+ width: 100%;
+}
+
+.pagination {
+ margin: 0 12px 0 20px !important;
+}
+
+.fixed-height-container {
+ overflow: scroll;
+ float:top;
+ height: 200px;
+ 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;
+}