|
|
@@ -80,7 +80,7 @@ $(function(){
|
|
|
<textarea type="description" class="form-control create_art-input description_size" id="description" name="description" placeholder=" Enter Description"></textarea>
|
|
|
</div>
|
|
|
<!--Upload Art or choose what they bought before-->
|
|
|
- <hr style="border: 2px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
|
+ <hr class="hr_size">
|
|
|
<div class="row">
|
|
|
<div class="col input-group-prepend">
|
|
|
<label class="input-group-text">File upload</label>
|
|
|
@@ -96,33 +96,33 @@ $(function(){
|
|
|
</div>
|
|
|
<p class="upload_Create_art_position">**Accept Only <b>PNG's</b>, <b>JPEG's</b>**</p>
|
|
|
</div>
|
|
|
- <p class="body-column-create_art" style="margin-top: 10px; font-size: 20px;"><b>OR</b></p>
|
|
|
+ <p class="body-column-create_art word_OR_location"><b>OR</b></p>
|
|
|
<!-- Dropdown Menu-->
|
|
|
<div class="row">
|
|
|
<div class="col input-group-prepend">
|
|
|
<span class="input-group-text">Select Art in Platform</span>
|
|
|
- <select class="btn btn-secondary dropdown-toggle" name="web_group" style="height:47px; width:220px" required aria-invalid="false">
|
|
|
+ <select class="btn btn-secondary dropdown-toggle Closing-date-input-size" name="web_group" required aria-invalid="false">
|
|
|
<option value="cng-555">Select here</option>
|
|
|
<option name="web_group" value="bought_art">bought_Art</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <hr style="border: 2px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
|
+ <hr class="hr_size">
|
|
|
<!--Choose Time for Auction ends (I will check how I can limit the user 14days)-->
|
|
|
<div class="row">
|
|
|
<div class="col input-group-prepend">
|
|
|
- <span class="input-group-text" style="height:47px; width:175px">Auction End Date</span>
|
|
|
- <input type="date" id="closing_date" name="closing_date" class="body-column-create_art" style="height:47px; width:220px">
|
|
|
+ <span class="input-group-text Choose-Time-for-Auction-ends">Auction End Date</span>
|
|
|
+ <input type="date" id="closing_date" name="closing_date" class="body-column-create_art Closing-date-input-size">
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- Tips for the date to let user know-->
|
|
|
- <div class="row" style="margin-left:2px">
|
|
|
+ <div class="row tips_location">
|
|
|
<small>Tips:</small>
|
|
|
</div>
|
|
|
- <div class="row" style="margin-left:25px">
|
|
|
+ <div class="row tips_location">
|
|
|
<small>- The maximum Auction time is 14 days</small>
|
|
|
</div>
|
|
|
- <div class="row" style="margin-left:25px">
|
|
|
+ <div class="row tips_location">
|
|
|
<small>- The exact time of closing is 0000 hrs of that date</small>
|
|
|
</div>
|
|
|
<!-- Button for create Auction-->
|