mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Readjust the responsive widths of various tables
Most tables now occupy the full width of the container row. Some of them are otherwise squished. Also make sure the new fixed container layout has not reduced the originally intended width of a table.
This commit is contained in:
parent
2c204429c6
commit
ff0d117a89
@ -20,7 +20,7 @@
|
||||
{% load i18n %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-5">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-striped diagnostics-results">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
<div>{% trans "The following disks are in use:" %}</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
{% else %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<div class="col-lg-8">
|
||||
<table class='table table-autowidth table-striped'>
|
||||
<thead>
|
||||
<th>{% trans "Service/Port" %}</th>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
{% block configuration %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-10">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
{% block configuration %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-5">
|
||||
<div class="col-lg-8">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<div class="list-group">
|
||||
{% for connection in connections %}
|
||||
<div class="list-group-item clearfix">
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
{% block configuration %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<th>{% trans "Number" %}</th>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<p>{% trans "Delete this snapshot permanently?" %}</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<th>{% trans "Number" %}</th>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<th>{% trans "Number" %}</th>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
{% if status.hs_enabled %}
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<div class="col-sm-6">
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-6">
|
||||
<div class="list-group">
|
||||
{% for user in object_list %}
|
||||
<div class="list-group-item clearfix">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user