Changed to h2 for title, and table-sm for table to compacts tables a bit.

pull/626/head
Andreas 2020-09-22 14:27:52 +02:00
rodzic 2c44517370
commit 4d490edaa3
9 zmienionych plików z 21 dodań i 23 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
<div class="container">
<h1><?php echo $page_title?></h1>
<h2><?php echo $page_title?></h2>
<?php $this->load->view("awards/nav_bar")?>
@ -146,7 +146,7 @@
$i = 1;
if ($cq_array) {
echo '
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table table-sm table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>

Wyświetl plik

@ -1,12 +1,12 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
<?php $this->load->view("awards/nav_bar")?>
<table class="table table-striped table-hover">
<table class="table table-sm table-striped table-hover">
<thead>
<tr>
<td style="width:225px">DOKs (<?php echo count($doks)?>)</td>

Wyświetl plik

@ -1,6 +1,6 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
@ -8,7 +8,6 @@
<form class="form" action="<?php echo site_url('awards/dxcc'); ?>" method="post" enctype="multipart/form-data">
<fieldset>
<!-- Multiple Checkboxes (inline) -->
<div class="form-group row">
<div class="col-md-2 control-label" for="checkboxes">Deleted DXCC</div>
<div class="col-md-10">
@ -116,8 +115,7 @@
$i = 1;
if ($dxcc_array) {
echo '
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table-sm table tabledxcc table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>
@ -141,9 +139,9 @@
echo '</tr>';
}
echo '</table>
<h1>Summary</h1>
<h2>Summary</h2>
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table-sm table table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr><td></td>';

Wyświetl plik

@ -1,6 +1,6 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
@ -103,7 +103,7 @@
if ($iota_array) {
echo '
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table table-sm table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>

Wyświetl plik

@ -1,12 +1,12 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
<?php $this->load->view("awards/nav_bar")?>
<table class="table table-striped table-hover">
<table class="table table-sm table-striped table-hover">
<tr>
<td>Reference</td>

Wyświetl plik

@ -5,7 +5,7 @@
<?php
$i = 1;
if ($vucc_array) {
echo '<table class="table table-bordered table-hover table-striped table-condensed text-center">
echo '<table class="table table-sm tablevucc table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>

Wyświetl plik

@ -1,10 +1,10 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
<?php $this->load->view("awards/nav_bar")?>
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table table-sm table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>Band</td>

Wyświetl plik

@ -1,12 +1,12 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
<?php $this->load->view("awards/nav_bar")?>
<table class="table table-striped table-hover">
<table class="table table-sm table-striped table-hover">
<tr>
<td>Square</td>

Wyświetl plik

@ -1,6 +1,6 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h2><?php echo $page_title; ?></h2>
<!-- Sub Nav for Awards -->
@ -71,7 +71,7 @@
if ($was_array) {
$i = 1;
echo '
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table table-sm table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>
@ -94,9 +94,9 @@
}
echo '</table>
<h1>Summary</h1>
<h2>Summary</h2>
<table class="table table-bordered table-hover table-striped table-condensed text-center">
<table class="table table-sm table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr><td></td>';