Skip to content

Commit 681ccbd

Browse files
committed
adding bootstrap flex classes
1 parent 445b524 commit 681ccbd

File tree

4 files changed

+9
-83
lines changed

4 files changed

+9
-83
lines changed

src/mote/static/css3/fragment.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,4 @@ hr {
190190
text-transform: none;
191191

192192
}
193-
194-
.form-check-input {
195-
margin-left: 780px;
196-
}
193+

src/mote/templates/mainpage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</a>
5959
</li>
6060
<li class="nav-item">
61-
<a class="nav-link" type="button" href="#">
61+
<a class="nav-link" type="button" href="/teams">
6262
Meetings by Group
6363
</a>
6464
</li>

src/mote/templates/teams.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</a>
6565
</li>
6666
<li class="nav-item">
67-
<a class="nav-link" type="button" href="#">
67+
<a class="nav-link" type="button" href="">
6868
Meetings by Group
6969
</a>
7070
</li>
@@ -94,17 +94,17 @@
9494
<div class="mt-4">
9595
<br><br>
9696
<div class="checkbox">
97-
<div class="d-flex">
98-
<div class="p-2 flex-fill "> <i class="fa fa-users" aria-hidden="true"></i> Meetings by Group</div>
99-
<div class="p-2 flex-fill"> <input class="form-check-input" type="checkbox"> Hide inactive</div>
97+
<div class="d-flex justify-content-between">
98+
<div><i class="fa fa-users" aria-hidden="true"></i> Meetings by Group</div>
99+
<div><input class="form-check-input" type="checkbox"> Hide inactive</div>
100100
</div>
101101
</div>
102102
</div>
103103
</div>
104104
<br><br>
105105
<div class="card">
106106
<div class="card-header">
107-
23 Groups
107+
{{ teamdata|length }} Groups
108108
</div>
109109
<table class="table">
110110
<tbody>
@@ -117,8 +117,8 @@
117117
</item>
118118
<div class="btn-group" role="group"
119119
aria-label="Basic checkbox toggle button group">
120-
<input type="checkbox" class="btn-check" id="btncheck1" autocomplete="off">
121-
<label class="btn btn-outline-primary" for="btncheck1"><i
120+
<input type="checkbox" class="btn-check" autocomplete="off">
121+
<label class="btn btn-outline-primary" ><i
122122
class="far fa-calendar-alt"></i> 15 Nov 2021</label>
123123
</div>
124124
</td>

src/mote/test.py

-71
This file was deleted.

0 commit comments

Comments
 (0)