fix app-icon color and use bs class for w100
This commit is contained in:
parent
7634d4ce69
commit
c327b00efa
@ -1609,11 +1609,8 @@ dl.bb-dl > dd > li {
|
|||||||
border-left: 0.2rem solid #eee;
|
border-left: 0.2rem solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w100 {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-icon {
|
.app-icon {
|
||||||
|
color: #777;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
text-shadow: 3px 3px 3px lightgrey;
|
text-shadow: 3px 3px 3px lightgrey;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<div class="sub-menu">
|
<div class="sub-menu">
|
||||||
<form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form">
|
<form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input id="event-upload-choose" class="form-control-file w100" type="file" name="userfile" />
|
<input id="event-upload-choose" class="form-control-file w-100" type="file" name="userfile" />
|
||||||
</div>
|
</div>
|
||||||
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$submit}}</button>
|
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$submit}}</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<!-- Or upload a zipped file containing the website -->
|
<!-- Or upload a zipped file containing the website -->
|
||||||
<p class="descriptive-text">{{$file_upload_text}}</p>
|
<p class="descriptive-text">{{$file_upload_text}}</p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input class="form-control-file w100" type="file" name="zip_file" />
|
<input class="form-control-file w-100" type="file" name="zip_file" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Submit</button>
|
<button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Submit</button>
|
||||||
|
Reference in New Issue
Block a user