aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/GraphInfoMenu.css
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-01-15 18:53:50 +0100
committerPavel Paroulek <pavel.paroulek@orange.com>2019-01-15 18:53:50 +0100
commit58457a8de75959ae07dc09df095d72adc5965a7c (patch)
tree2c90c601d32099a42b33eeab4aa4bcf1e112767f /graphgraph-fe/src/GraphInfoMenu.css
parent81ff4563106192982aef4abcce91b78d54891247 (diff)
Initial commit
Java dummy backend and frontend Change-Id: I8c5528fcf8a746154e0463e065238061ddf6b877 Issue-ID: AAI-532 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Diffstat (limited to 'graphgraph-fe/src/GraphInfoMenu.css')
-rw-r--r--graphgraph-fe/src/GraphInfoMenu.css73
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;
+}
+