From: joinsang Date: Thu, 21 Feb 2019 14:06:18 +0000 (+0900) Subject: 프론트 페이지 조각에서 style코딩내용 css파일로 분리 X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=7dd41f59ec316eb929d242a4f557320dbcfd1294;p=ZipProject.git 프론트 페이지 조각에서 style코딩내용 css파일로 분리 partial_zip의 style부분 site.css쪽으로 분리 --- 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