X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fpods%2Fpods.component.scss;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fpods%2Fpods.component.scss;h=866f4552685b2b7940de7a7986fc04b30c3e975a;hb=a45c96e6ef35810d4803bad8d00e76258710eb5b;hp=0000000000000000000000000000000000000000;hpb=fd64df9852e4701aaa074676e35518f9b53d1b74;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss new file mode 100644 index 0000000..866f455 --- /dev/null +++ b/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss @@ -0,0 +1,42 @@ +.maindiv { + padding: 20px; + height: 90%; + + + width: 95%; + + .dropdown { + + padding-bottom: 40px; + right: 0; + .options { + float: right; + padding-right: 20px; + .filter { + padding-left: 20px; + } + } + position: relative; + mat-form-field { + right: 0; + position: relative; + } + } + + .tablepage { + + position: relative; + + .filter { + width: 70%; + padding-left: 20px; + } + .podtable { + table { + width: 100%; + } + } + + } + +} \ No newline at end of file