From 7dd41f59ec316eb929d242a4f557320dbcfd1294 Mon Sep 17 00:00:00 2001 From: joinsang Date: Thu, 21 Feb 2019 23:06:18 +0900 Subject: [PATCH] =?utf8?q?=ED=94=84=EB=A1=A0=ED=8A=B8=20=ED=8E=98=EC=9D=B4?= =?utf8?q?=EC=A7=80=20=EC=A1=B0=EA=B0=81=EC=97=90=EC=84=9C=20style?= =?utf8?q?=EC=BD=94=EB=94=A9=EB=82=B4=EC=9A=A9=20css=ED=8C=8C=EC=9D=BC?= =?utf8?q?=EB=A1=9C=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit partial_zip의 style부분 site.css쪽으로 분리 --- ZipProject/Views/WebZip/partial_zip.cshtml | 28 ---------------------- ZipProject/wwwroot/css/site.css | 26 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/ZipProject/Views/WebZip/partial_zip.cshtml b/ZipProject/Views/WebZip/partial_zip.cshtml index b4ee228..b6cd1dc 100644 --- a/ZipProject/Views/WebZip/partial_zip.cshtml +++ b/ZipProject/Views/WebZip/partial_zip.cshtml @@ -3,34 +3,6 @@ string lang = (string)ViewData["lang"]; } - -
diff --git a/ZipProject/wwwroot/css/site.css b/ZipProject/wwwroot/css/site.css index 0d4728d..18d3de5 100644 --- a/ZipProject/wwwroot/css/site.css +++ b/ZipProject/wwwroot/css/site.css @@ -118,4 +118,30 @@ body { .webzip-section-explore label { display: block; +} + +.webzip-btn-formatstyle input { + margin-left: 10px; +} + +ul { + padding-left: 20px; + list-style: none; +} + +#zipExplore label { + display: inline; +} + +.webzip-explore-placeholder { + border: 1px solid red; +} + +.webzip-explore-liEmpty { + margin-top: -22px; + line-height: 1.8; +} + +#zipExplore ul li { + line-height: 1.5; } \ No newline at end of file -- 2.43.0