X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fnodes%2Fnodes.component.scss;h=1eb4f90dd5d60a3932da0b25f23e8bf95a870f51;hb=5c2048d4d3e672783eea4f306aa9a03f33a1a9f2;hp=cecf113cb28850fa2415d3a89533a0609ad1cc2f;hpb=59f512662c02a16c1d5c45b090b185d2e773310f;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.scss index cecf113..1eb4f90 100644 --- a/blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.scss +++ b/blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.scss @@ -1,27 +1,31 @@ .maindiv { - padding: 20px; - height: 85%; position: center; position: relative; - width: 95%; .centerdiv { width: 100%; margin: 0; position: absolute; - + padding-top: 30px; + .tablepage { position: relative; - width: 100%; + margin: 0 auto; + width: 95%; mat-form-field { - width: 90%; + width: 100%; padding-left: 20px; } table { width: 100%; } + .admin-template { + float:right; + padding-right:40px; + padding-top: 25px; + } } .nodetable { table { @@ -53,3 +57,15 @@ display: inline-block; padding-right: 20px; } + +.mat-table { + background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); +} + +mat-form-field{ + background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); +} + +mat-paginator{ + background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); +}