page dash borad css!!

dev_tymeleaf
jangwonseokicom 1 year ago
parent b0ef466826
commit 2058c43ba8

@ -8,9 +8,6 @@
<title>대시보드</title> <title>대시보드</title>
</head> </head>
<body> <body>
<h1>ICOMSYS ADMIN</h1>
<h1>대시보드</h1>
<div class="skip_navigation"> <div class="skip_navigation">
<ul> <ul>
<li> <li>
@ -47,7 +44,7 @@
<div class="cont_box"> <div class="cont_box">
<div class="box_title"> <div class="box_title">
<div class="fl"> <div class="fl">
<h2 class="mt12">대시보드</h2> <!-- <h2 class="mt12">대시보드</h2>-->
</div> </div>
<div class="fr"> <div class="fr">
<div class="btn_wrap fl"> <div class="btn_wrap fl">

@ -2,18 +2,14 @@
<html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> <html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<th:block th:replace="layout/fragments/head :: headFragment"></th:block> <th:block th:replace="layout/fragments/head :: headFragment"></th:block>
<body> <th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
<section id="Content" class="bot_common"> <section id="Content" class="bot_common">
<div>
<!-- <th:block th:replace="layout/fragments/top :: topbarFragment"></th:block>--> <!-- <th:block th:replace="layout/fragments/top :: topbarFragment"></th:block>-->
<th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
<div> <div>
<div> <div>
<th:block layout:fragment="content"></th:block> <th:block layout:fragment="content"></th:block>
</div> </div>
<!-- <th:block th:replace="layout/fragments/footer :: footerFragment"></th:block>--> <!-- <th:block th:replace="layout/fragments/footer :: footerFragment"></th:block>-->
</div> </div>
</div>
</section> </section>
</body>
</html> </html>
Loading…
Cancel
Save