]> insang Git - ZipProject.git/commitdiff
프론트 페이지 조각에서 style코딩내용 css파일로 분리
authorjoinsang <dhkq92@icloud.com>
Thu, 21 Feb 2019 14:06:18 +0000 (23:06 +0900)
committerjoinsang <dhkq92@icloud.com>
Thu, 21 Feb 2019 14:06:18 +0000 (23:06 +0900)
partial_zip의 style부분 site.css쪽으로 분리

ZipProject/Views/WebZip/partial_zip.cshtml
ZipProject/wwwroot/css/site.css

index b4ee228fa840ea399f058abcc81ca3741fca2ab7..b6cd1dc17bafa2c56d495d2033b6a01f8a2129a7 100644 (file)
@@ -3,34 +3,6 @@
   string lang = (string)ViewData["lang"];\r
 }\r
 \r
-<style>\r
-  .webzip-btn-formatstyle input {\r
-    margin-left: 10px;\r
-  }\r
-\r
-  ul {\r
-    padding-left: 20px;\r
-    list-style: none;\r
-  }\r
-\r
-  #zipExplore label {\r
-    display: inline;\r
-  }\r
-\r
-  .webzip-explore-placeholder {\r
-    border: 1px solid red;\r
-  }\r
-\r
-  .webzip-explore-liEmpty {\r
-    margin-top: -22px;\r
-    line-height: 1.8;\r
-  }\r
-\r
-  #zipExplore ul li {\r
-    line-height: 1.5;\r
-  }\r
-</style>\r
-\r
 <div class="col-sm-5 webzip-section-sidezip">\r
   <!-- Section Set Option -->\r
   <table class="table table-hover">\r
index 0d4728d1594960d9d00dc63c9f5d83d38c696baa..18d3de5f296275a6c8a183b3c07716aaa8a17b68 100644 (file)
@@ -118,4 +118,30 @@ body {
 \r
 .webzip-section-explore label {\r
   display: block;\r
+}\r
+\r
+.webzip-btn-formatstyle input {\r
+  margin-left: 10px;\r
+}\r
+\r
+ul {\r
+  padding-left: 20px;\r
+  list-style: none;\r
+}\r
+\r
+#zipExplore label {\r
+  display: inline;\r
+}\r
+\r
+.webzip-explore-placeholder {\r
+  border: 1px solid red;\r
+}\r
+\r
+.webzip-explore-liEmpty {\r
+  margin-top: -22px;\r
+  line-height: 1.8;\r
+}\r
+\r
+#zipExplore ul li {\r
+  line-height: 1.5;\r
 }
\ No newline at end of file