diff --git a/src/main/webapp/css/nlib.css b/src/main/webapp/css/nlib.css index 8c533aa7..5911f98e 100644 --- a/src/main/webapp/css/nlib.css +++ b/src/main/webapp/css/nlib.css @@ -8,6 +8,10 @@ * {margin:0;padding:0;} +h1 { + padding-bottom:20px; +} + html { height: 100%; box-sizing: border-box; @@ -111,6 +115,11 @@ html, body { height: 100%; } bottom: 0; } +#jsGrid { + margin-top: 20px; + margin-bottom: 10px; +} + ul, ol, li { list-style: none; } @@ -120,6 +129,31 @@ a { text-decoration: none; background-color: transparent; font: 16px "Noto Sans KR", sans-serif; - color: #333; + color: blue; } +button { + floating: right; + cursor: pointer; +} + + +.float{ + height:40px; + float: right; + background-color:#ddd; + color:#000; + text-align:center; + box-shadow: 2px 2px 3px #999; + padding: 10px; + margin-right: 10px; + margin-top: 10px; +} + +.table_content table { + width: 100% !important; + margin-top: 10px; +} +.table_content table, th, td { + border: 1px solid #444444; +}