styles review

This commit is contained in:
fbsanchez 2019-06-04 22:34:17 +02:00
parent b14cdfb4c2
commit 6ed2a0636e
3 changed files with 11 additions and 3 deletions

View File

@ -844,7 +844,7 @@ if (check_login()) {
$table->headstyle[5] = 'min-width: 85px';
$table->headstyle[6] = 'min-width: 125px; text-align: center;';
$table->headstyle[7] = 'min-width: 125px;';
$table->headstyle[8] = 'min-width: 85px; text-align: center;';
$table->headstyle[8] = 'min-width: 100px; text-align: center;';
$table->headstyle[9] = 'min-width: 120px; text-align: right;';
$last_modulegroup = 0;

View File

@ -13,7 +13,7 @@ div.criticity {
div.mini-criticity {
width: 5px;
height: 4em;
height: 3em;
padding: 0;
margin: 0;
display: inline-block;

View File

@ -101,6 +101,15 @@
background-color: #f5f5f5;
}
.info_table tr > td:first-child,
.info_table tr > th:first-child {
padding-left: 5px;
}
.info_table tr > td:last-child,
.info_table tr > th:last-child {
padding-right: 5px;
}
.info_table tr:first-child > th {
background-color: #fff;
color: #000;
@ -147,7 +156,6 @@
padding: 0.1em;
font-weight: normal;
color: #000;
font-size: 1.2em;
margin-left: 0.5em;
}