From 50d0df38853e7d2bee431aa45fd139f01f2d43cf Mon Sep 17 00:00:00 2001 From: Goldman Kim Date: Fri, 21 Jun 2024 18:14:04 +0900 Subject: [PATCH] Working on removing Material Design 2 --- src/main/resources/static/css/common.css | 6 - src/main/resources/static/css/common.pub.css | 51 ++++++++ .../static/html/com/app/sample/temp0101.html | 8 +- .../static/html/com/app/sample/type0101.html | 10 +- .../static/html/com/app/sample/type0201.html | 20 ++-- .../static/html/com/app/sample/type0301.html | 22 ++-- .../static/html/com/app/sample/type0401.html | 108 +++++++++++------ .../static/html/com/app/sample/type0402.html | 107 ++++++++++++----- .../static/html/com/app/sample/type04P0.html | 8 +- .../static/html/com/app/sample/type0501.html | 109 ++++++++++++------ .../static/html/com/app/sample/type0601.html | 12 +- .../static/html/com/app/sample/type0701.html | 6 +- .../static/js/natural_js/natural.config.js | 4 +- .../templates/common/app/file/manager.html | 6 +- .../templates/common/shell/lefter.html | 4 +- 15 files changed, 327 insertions(+), 154 deletions(-) diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css index 6b4b06c..9299c34 100644 --- a/src/main/resources/static/css/common.css +++ b/src/main/resources/static/css/common.css @@ -350,12 +350,6 @@ th, tfoot td { margin-top: 16px; } -.view_context__ .button-panel { - text-align: right; - margin-bottom: 16px; - line-height: 40px; -} - .docs_contents__ .view_context__ pre>code, pre.shell>code { font-family: var(--njs-font-family-code); diff --git a/src/main/resources/static/css/common.pub.css b/src/main/resources/static/css/common.pub.css index e63c05c..76327cf 100644 --- a/src/main/resources/static/css/common.pub.css +++ b/src/main/resources/static/css/common.pub.css @@ -1 +1,52 @@ @charset "utf-8"; + +.view_context__ .search-panel>ul { + display: flex; + flex-wrap: wrap; + padding: 5px; + margin: 0 0 10px 0; + border: 1px solid var(--md-sys-color-outline-variant); +} +.view_context__ .search-panel>ul>li { + list-style: none; + padding: 5px 10px; + margin: 5px; + border-radius: var(--njs-border-radius-m); + background-color: var(--md-sys-color-surface-container-low); +} +.view_context__ .search-panel>ul>li>label>span { + display: block; + border-bottom: 1px solid var(--md-sys-color-outline-variant); + padding-bottom: 2px; + margin-bottom: 5px; + font-size: 90%; +} + +.view_context__ .button-panel { + text-align: right; + margin-bottom: 10px; + line-height: 40px; +} + +.view_context__ ul.form__ { + display: flex; + flex-wrap: wrap; + padding: 5px; + margin: 0; + border: 1px solid var(--md-sys-color-outline-variant); +} +.view_context__ ul.form__>li { + flex: 22%; + list-style: none; + padding: 5px 10px; + margin: 5px; + border-radius: var(--njs-border-radius-m); + background-color: var(--md-sys-color-surface-container-low); +} +.view_context__ ul.form__>li>label>span { + display: block; + border-bottom: 1px solid var(--md-sys-color-outline-variant); + padding-bottom: 2px; + margin-bottom: 5px; + font-size: 90%; +} \ No newline at end of file diff --git a/src/main/resources/static/html/com/app/sample/temp0101.html b/src/main/resources/static/html/com/app/sample/temp0101.html index d0e1e5a..8ecbd15 100644 --- a/src/main/resources/static/html/com/app/sample/temp0101.html +++ b/src/main/resources/static/html/com/app/sample/temp0101.html @@ -6,23 +6,23 @@

메시지

메시지(N.alert, N.notify)

-    +    N() 함수의 인수를 window로 지정하면 메시지 오버레이가 화면 전체를 덮어주고 HTML 요소를 지정하면 지정한 요소만 덮는 오버레이요소가 생성됩니다.
-    +    title 옵션 지정 시 타이틀바를 표시하고 confirm 옵션을 true로 지정하면 [확인]/[취소] 버튼을 표시해 줍니다.
-    +    input, select, textarea 등의 HTML 입력 요소를 지정하면 지정한 요소 옆에 메시지를 표시해 줍니다.

N.notify

-    +    사용자의 확인과정이 필요없는 알림 메시지를 표시합니다.
diff --git a/src/main/resources/static/html/com/app/sample/type0101.html b/src/main/resources/static/html/com/app/sample/type0101.html index a93fa36..c2c90fc 100644 --- a/src/main/resources/static/html/com/app/sample/type0101.html +++ b/src/main/resources/static/html/com/app/sample/type0101.html @@ -1,16 +1,16 @@
-
diff --git a/src/main/resources/static/html/com/app/sample/type0501.html b/src/main/resources/static/html/com/app/sample/type0501.html index 0e95f89..db97e68 100644 --- a/src/main/resources/static/html/com/app/sample/type0501.html +++ b/src/main/resources/static/html/com/app/sample/type0501.html @@ -1,26 +1,26 @@
-