Skip to content

Commit

Permalink
Smaller title
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Jan 13, 2024
1 parent 46abca8 commit aad21a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ZKEACMS.WebHost/Views/Shared/_DesignLayout.cshtml
Expand Up @@ -131,7 +131,7 @@
<div class="zk-modal-content">
<div class="zk-modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="zk-modal-title" id="myModalLabel">@L("Grid System")</h4>
<h5 class="zk-modal-title" id="myModalLabel">@L("Grid System")</h5>
</div>
<div class="zk-modal-body">
<div class="table-responsive">
Expand Down Expand Up @@ -180,9 +180,9 @@
</tbody>
</table>
</div>
<h3>
<h4>
@L("Help")
</h3>
</h4>
<ul>
<li>
<a href="http://www.zkea.net/zkeacms/document/layout" target="_blank">@L("Document")</a>
Expand All @@ -201,11 +201,11 @@
<div class="zk-modal-content">
<div class="zk-modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="zk-modal-title">@L("Layout Code")</h4>
<h5 class="zk-modal-title">@L("Layout Code")</h5>
</div>
<div id="layout-code-editor" style="width:100%;height:75vh"></div>
<div class="zk-modal-footer">
<button type="button" class="zk-btn zk-btn-default" data-dismiss="modal">@L("Close")</button>
<button type="button" class="zk-btn zk-btn-default" data-dismiss="modal">@L("Cancel")</button>
<button type="button" class="zk-btn zk-btn-primary" id="save-layout-code" data-dismiss="modal">@L("OK")</button>
</div>
</div>
Expand Down

0 comments on commit aad21a7

Please sign in to comment.