Commit 9dd00d3a by Phạm Văn Đoan

thêm css cho src option

parent e1a02b77
......@@ -137,17 +137,23 @@ $check = "checked => 1";
<div class="col-lg-3" id="source">
<div class="row">
<div class="col-lg-4">
<label class="src-option">
<input name="source" id="zing" value="zing" type="radio"
<?php if ($source == 'zing' || $source != 'nct' || $source != 'keeng') echo 'checked';?>>
Zing
</label>
</div>
<div class="col-lg-4">
<label class="src-option">
<input name="source" id="nct" value="nct" type="radio"
<?php if($source == 'nct' ) echo 'checked' ;?>> NCT
</label>
</div>
<div class="col-lg-4">
<label class="src-option">
<input name="source" id="keeng" value="keeng" type="radio"
<?php if($source == 'keeng' ) echo 'checked'; ?>> Keeng
</label>
</div>
</div>
<?php
......
......@@ -32,3 +32,5 @@ div.error > li{
}
.color-red{ color: red}
label.src-option:hover { cursor: pointer }
\ No newline at end of file
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