tweak alignment in UI

This commit is contained in:
bohanjason 2019-10-06 23:39:13 -04:00 committed by Dana Van Aken
parent 924cccc459
commit c5702e9159
4 changed files with 11 additions and 11 deletions

View File

@ -64,8 +64,8 @@
{% if user.is_authenticated %}
<div class="dropdown navbar-right"><a class="dropdown-toggle navbar-text" style="font-size: 18px;" data-toggle="dropdown" href="#">Hello, {{ user.username }} <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="{% url 'change_password' %}">Change Password</a></li>
<li><a href="{% url 'logout' %}">Sign Out</a></li>
<li style="font-size: 10px"><a href="{% url 'change_password' %}">Change Password</a></li>
<li style="font-size: 10px"><a href="{% url 'logout' %}">Sign Out</a></li>
</ul>
</div>
{% else %}

View File

@ -6,11 +6,11 @@
<div class="container">
<div class="container" style="overflow: auto;">
<table class="table table-striped table-bordered table-condensed table-hover">
<caption><h4>{{ labels.title }}</h4></caption>
<caption><h4 style="text-align: center;">{{ labels.title }}</h4></caption>
<tbody>
<tr>
<td><div class="text-right">{{ labels.name }}</div></td>
<td>{{ dbms_data.name }}</td>
<td style="width: 50%"><div class="text-right">{{ labels.name }}</div></td>
<td style="width: 50%">{{ dbms_data.name }}</td>
</tr>
<tr>
<td><div class="text-right">{{ labels.dbms }}</div></td>

View File

@ -6,11 +6,11 @@
<div class="container">
<table class="table table-striped table-bordered table-condensed table-hover">
<caption><h4>{{ labels.title }}</h4></caption>
<caption><h4 style="text-align: center;">{{ labels.title }}</h4></caption>
<tbody>
<tr>
<td><div class="text-right">{{ labels.id }}</div></td>
<td>{{ result.pk }}</td>
<td style="width: 50%"><div class="text-right">{{ labels.id }}</div></td>
<td style="width: 50%">{{ result.pk }}</td>
</tr>
<tr>
<td><div class="text-right">{{ labels.session }}</div></td>

View File

@ -6,11 +6,11 @@
<div id="workload_info" class="container">
<table class="table table-striped table-bordered table-condensed table-hover">
<caption><h4>{{ labels.title }}</h4></caption>
<caption><h4 style="text-align: center;">{{ labels.title }}</h4></caption>
<tbody>
<tr>
<td><div class="text-right">{{ labels.dbms }}</div></td>
<td>{{ workload.dbms }}</td>
<td style="width: 50%"><div class="text-right">{{ labels.dbms }}</div></td>
<td style="width: 50%">{{ workload.dbms }}</td>
</tr>
<tr>
<td><div class="text-right">{{ labels.name }}</div></td>