Commit fc7198d5 authored by Jason's avatar Jason

Merge remote-tracking branch 'origin/alice'

parents d50d1319 ecf208b1
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<a type="button" class="btn btn-info float-right mb-2 @disabledClass" id="CreateKey">@Localizer["Create key"]</a> <a type="button" class="btn btn-info float-right mb-2 @disabledClass" id="CreateKey">@Localizer["Create key"]</a>
<div class="table-responsive"> <div class="table-responsive">
<!--交易紀錄列表 table--> <!--交易紀錄列表 table-->
<table class="table table-striped"> <table class="table table-striped TBL_keysList">
<thead> <thead>
<tr> <tr>
<th style=" border-left: solid 0.1px #d9d9d9;">@Localizer["Serial number"]</th> <th style=" border-left: solid 0.1px #d9d9d9;">@Localizer["Serial number"]</th>
......
...@@ -219,8 +219,8 @@ ...@@ -219,8 +219,8 @@
</div> </div>
</div> </div>
<div class="SubmitBlock"> <div class="SubmitBlock">
<button id="createMaskBtn" type="button" class="btn btn-mainblue-solid btnSubmit"> @Localizer["Send out"]</button> <button id="createMaskBtn" type="button" class="btn btn-mainblue-solid btnSubmit0"> @Localizer["Send out"]</button>
<button type="button" class="btn btn-mainblue-hollow btnReset" data-dismiss="modal"> @Localizer["Cancel"]</button> <button type="button" class="btn btn-mainblue-hollow btnReset0" data-dismiss="modal"> @Localizer["Cancel"]</button>
</div> </div>
</form> </form>
</div> <!--END of div "modal-body"--> </div> <!--END of div "modal-body"-->
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
<!-- Modal --> <!-- Modal -->
<div class="modal fade " id="delete-field-mask" tabindex="-1" style=" padding-right: 17px;" aria-modal="true" role="dialog"> <div class="modal fade " id="delete-field-mask" tabindex="-1" style=" padding-right: 17px;" aria-modal="true" role="dialog">
<div class="modal-dialog modal-sm modalforMemberGo"> <div class="modal-dialog modal-md modalforMemberGo">
<!-- Modal content--> <!-- Modal content-->
<div class="modal-content"> <div class="modal-content">
...@@ -259,8 +259,8 @@ ...@@ -259,8 +259,8 @@
</p> </p>
<div class="SubmitBlock SubmitBlock_sm"> <div class="SubmitBlock SubmitBlock_sm">
<button type="button" id="delMaskConfirmBtn" class="btn btn-mainblue-solid" style="margin-right: 10px; width: 80px"> @Localizer["Confirm"]</button> <button type="button" id="delMaskConfirmBtn" class="btn btn-mainblue-solid" style=""> @Localizer["Confirm"]</button>
<button type="button" class="btn btn-mainblue-hollow" data-dismiss="modal" style="margin-right: 10px; width: 80px"> @Localizer["Cancel"]</button> <button type="button" class="btn btn-mainblue-hollow" data-dismiss="modal" style=""> @Localizer["Cancel"]</button>
</div> </div>
</form> </form>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<a type="button" class="btn btn-info float-right mb-2 @disabledClass" asp-action="CreateUser">@Localizer["Create"]</a> <a type="button" class="btn btn-info float-right mb-2 @disabledClass" asp-action="CreateUser">@Localizer["Create"]</a>
@*列表*@ @*列表*@
<div class=""> <div class="table-responsive">
<table class="table table-striped" style="display: none;"> <table class="table table-striped" style="display: none;">
<thead> <thead>
<tr> <tr>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
offText: 'OFF', offText: 'OFF',
onColor: 'success', onColor: 'success',
offColor: 'danger', offColor: 'danger',
size: 'small', size: 'mini',
onInit: function () { onInit: function () {
// 初始化完成時的操作 // 初始化完成時的操作
// 例如顯示表格等 // 例如顯示表格等
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
offText: 'OFF', offText: 'OFF',
onColor: 'success', onColor: 'success',
offColor: 'danger', offColor: 'danger',
size: 'small', size: 'mini',
onInit: function () { onInit: function () {
// 初始化完成時的操作 // 初始化完成時的操作
// 例如顯示表格等 // 例如顯示表格等
......
...@@ -58,4 +58,22 @@ ...@@ -58,4 +58,22 @@
height: 100vh; height: 100vh;
margin: 0; margin: 0;
top: 0!important; top: 0!important;
} }
\ No newline at end of file
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
padding: 1px 5px !important;
font-size: 8px !important;
line-height: 1.5 !important;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
padding: 5px 10px !important;
font-size: 12px !important;
line-height: 1.5 !important;
}
...@@ -2289,7 +2289,7 @@ input:checked + .slider:before { ...@@ -2289,7 +2289,7 @@ input:checked + .slider:before {
} }
#memberGoTbl_masksList tbody td:nth-last-child(3) { #memberGoTbl_masksList tbody td:nth-last-child(3) {
text-align: center; text-align: left;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
border:solid 1px #d9d9d9; border:solid 1px #d9d9d9;
} }
...@@ -2300,11 +2300,11 @@ input:checked + .slider:before { ...@@ -2300,11 +2300,11 @@ input:checked + .slider:before {
border:solid 1px #d9d9d9; border:solid 1px #d9d9d9;
} }
#memberGoTbl_masksList tbody td:nth-last-child(1) { #memberGoTbl_masksList tbody td:nth-last-child(1) {
text-align: left; text-align: center;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
border:solid 1px #d9d9d9; border: solid 1px #d9d9d9;
} }
...@@ -2417,6 +2417,41 @@ input:checked + .slider:before { ...@@ -2417,6 +2417,41 @@ input:checked + .slider:before {
/*.TBL_keysList {
margin-bottom: 40px;
font-size: 0.96em;
}
.TBL_keysList a {
text-decoration: none;
color: #6e6e6e;
}
.TBL_keysList thead th {
text-align: center;
}
.TBL_keysList tbody th {
font-weight: bold;
text-align: center;
}
TBL_keysList tbody td {
padding: 10px 10px 10px 10px;
vertical-align: middle !important;
line-height: 130%;
}
.TBL_keysList tbody td:first-child {
text-align: center;
}
.TBL_keysList tbody td:nth-last-child(2) {
text-align: center !important;
}
.TBL_keysList tbody td:nth-last-child(1) {
text-align: center;
}*/
.TBL_keysList a {
color: #337ab7 !important;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment