Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent 9ea8fa70df
commit 95ca130417
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ echo $this->getData('nav')->render();
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Groups'); ?></caption>
<thead>
<tr>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<table class="box table">
<table class="box table red">
<caption><?= $this->getText('Groups'); ?></caption>
<thead>
<tr>

View File

@ -32,7 +32,7 @@ $footerView->setResults(count($modules));
<div class="row">
<div class="col-xs-12">
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Modules'); ?></caption>
<thead>
<tr>

View File

@ -68,7 +68,7 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
<div class="tab">
<div class="row">
<div class="col-xs-12 col-md-4">
<section class="box wf-100 orange">
<section class="box wf-100">
<header><h1><?= $this->getText('Localization') ?></h1></header>
<div class="inner">
<form id="fLocalization" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/settings/localization'); ?>" method="post">