some text improvements
This commit is contained in:
parent
90f95ca1f5
commit
5e0a93ff86
@ -42,7 +42,7 @@
|
||||
<!-- Main Sidebar Container -->
|
||||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||
<!-- Brand Logo -->
|
||||
<a href="myindex.html" class="brand-link">
|
||||
<a href="dashboard.html" class="brand-link">
|
||||
<img src="lib/AdminLTE/dist/img/AdminLTELogo.png" alt="AdminLTE Logo"
|
||||
class="brand-image img-circle elevation-3"
|
||||
style="opacity: .8">
|
||||
@ -244,7 +244,7 @@
|
||||
<div class="input-group mt-3 mb-3" style="width: 100%;">
|
||||
<div class="input-group-prepend">
|
||||
<button id="dropdown-wastetype" type="button"
|
||||
class="btn btn-outline-light dropdown-toggle"
|
||||
class="btn btn-outline-dark dropdown-toggle"
|
||||
data-toggle="dropdown">
|
||||
Select waste type
|
||||
</button>
|
||||
@ -268,7 +268,7 @@
|
||||
</div>
|
||||
|
||||
<h4>Your Data:</h4>
|
||||
<table class="table table-dark table-hover" style="width: 50%;">
|
||||
<table class="table table-dark table-hover" style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Waste type</th>
|
Loading…
Reference in New Issue
Block a user