X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Fcss%2Fmodal.css;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Fcss%2Fmodal.css;h=e24832ae8037d8dbd32bde7dc97ed2f0c81cf727;hp=0000000000000000000000000000000000000000;hb=c4f35d65a835e53a7847524eea61cb172a2433f5;hpb=6956370b1e022b7fb4da42107542fc49964bfc72 diff --git a/ui/src/main/webapp/app/css/modal.css b/ui/src/main/webapp/app/css/modal.css new file mode 100644 index 0000000..e24832a --- /dev/null +++ b/ui/src/main/webapp/app/css/modal.css @@ -0,0 +1,18 @@ +.modal { + background-clip: padding-box; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 8px; + box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.4); + margin: 0 auto; + /* margin-bottom: 10%; */ + outline: medium none; + /* position: absolute; */ + padding: 25px; + height: 175px; + overflow-y: scroll; + /* top: 10%; */ + width: 1100px; + overflow-x: scroll; + z-index: -1; +} \ No newline at end of file