Commit 902a3e69 by Prasong Putichanchai

no message

parent dc5283c2
...@@ -188,8 +188,9 @@ use Cake\I18n\Time; ...@@ -188,8 +188,9 @@ use Cake\I18n\Time;
<!-- <div class="col-xs-1"> <!-- <div class="col-xs-1">
</div> --> </div> -->
<div class="col-xs-8 "> <div class="col-xs-8 ">
<br>
<div> <div>
<label>id<label> <label>id</label>
</div> </div>
<div> <div>
<?php echo $value['card_code'] ?> <?php echo $value['card_code'] ?>
...@@ -409,33 +410,37 @@ use Cake\I18n\Time; ...@@ -409,33 +410,37 @@ use Cake\I18n\Time;
-o-transform: rotate(270deg); -o-transform: rotate(270deg);
writing-mode: rl-tb; writing-mode: rl-tb;
position: absolute; position: absolute;
font-size: 25px; font-size: 30px;
} }
.form_1 .date-name{ .form_1 .date-name{
width: 500px; width: 500px;
margin: 50% 0% 0% -40%; margin: 55% 0% 0% -40%;
border-bottom:1px solid red; border-bottom:0px solid red;
}
.date-name div div{
height:35px;
} }
.form_1 .date-position{ .form_1 .date-position{
width: 500px; width: 500px;
margin: 70% 0% 0% 5%; margin: 70% 0% 0% -15%;
border-bottom:1px solid #000; border-bottom:0px solid #000;
} }
.form_1 .date-time{ .form_1 .date-time{
width: 500px; width: 500px;
margin: 70% 0% 0% 16%; margin: 70% 0% 0% 10%;
border-bottom:1px solid #000; border-bottom:0px solid #000;
} }
.form_1 .date-label{ .form_1 .date-label{
width: 500px; width: 500px;
margin: 70% 0% 0% 25%; margin: 70% 0% 0% 20%;
border-bottom:1px solid #000; border-bottom:0px solid #000;
} }
</style> </style>
......
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 sign in to comment