mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
styles review
This commit is contained in:
parent
b14cdfb4c2
commit
6ed2a0636e
@ -844,7 +844,7 @@ if (check_login()) {
|
|||||||
$table->headstyle[5] = 'min-width: 85px';
|
$table->headstyle[5] = 'min-width: 85px';
|
||||||
$table->headstyle[6] = 'min-width: 125px; text-align: center;';
|
$table->headstyle[6] = 'min-width: 125px; text-align: center;';
|
||||||
$table->headstyle[7] = 'min-width: 125px;';
|
$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;';
|
$table->headstyle[9] = 'min-width: 120px; text-align: right;';
|
||||||
|
|
||||||
$last_modulegroup = 0;
|
$last_modulegroup = 0;
|
||||||
|
@ -13,7 +13,7 @@ div.criticity {
|
|||||||
|
|
||||||
div.mini-criticity {
|
div.mini-criticity {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 4em;
|
height: 3em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -101,6 +101,15 @@
|
|||||||
background-color: #f5f5f5;
|
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 {
|
.info_table tr:first-child > th {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -147,7 +156,6 @@
|
|||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 1.2em;
|
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user