Lazy commit on <function hostname at 0x7f945d9b8220>.
This commit is contained in:
@@ -63,3 +63,11 @@ body { display: none; }
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
.tabbody {
|
||||||
|
padding: 10px;
|
||||||
|
border-left: solid 1px rgb(222, 226, 230);
|
||||||
|
border-right: solid 1px rgb(222, 226, 230);
|
||||||
|
border-bottom: solid 1px rgb(222, 226, 230);
|
||||||
|
border-bottom-left-radius: 8px;
|
||||||
|
border-bottom-right-radius: 8px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -79,6 +79,17 @@
|
|||||||
<span class="input-group-text">Coordinates</span>
|
<span class="input-group-text">Coordinates</span>
|
||||||
<input type="text" class="form-control" v-model="events[frm.e].coordinates" v-on:keyup="validateEvents">
|
<input type="text" class="form-control" v-model="events[frm.e].coordinates" v-on:keyup="validateEvents">
|
||||||
</div>
|
</div>
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link active" aria-current="page" href="#">Agenda <input type="checkbox" /></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#">Minutes <input type="checkbox" /></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="tabbody">
|
||||||
|
<textarea class="form-control" rows="10"></textarea>
|
||||||
|
</div>
|
||||||
<button class="btn btn-danger btn-lg form-control mt-2" v-on:click="deleteEvent">Delete</button>
|
<button class="btn btn-danger btn-lg form-control mt-2" v-on:click="deleteEvent">Delete</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user