Commit 6c061566 by Damien Moulard

slight style updates

parent 3a3b4dc7
Pipeline #1555 passed with stage
in 1 minute 32 seconds
...@@ -34,11 +34,11 @@ table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before { ...@@ -34,11 +34,11 @@ table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
color: #0275d8; color: #0275d8;
background-color: white; background-color: white;
font-weight: bold; font-weight: bold;
border: none; /* border: none;
font-size: 1.6rem; font-size: 1.6rem;
height: 16px; height: 16px;
width: 16px; width: 16px;
border-radius: 2em; border-radius: 2em; */
} }
@media screen { @media screen {
...@@ -49,11 +49,11 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before { ...@@ -49,11 +49,11 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
color: #d8534f; color: #d8534f;
background-color: white; background-color: white;
font-weight: bold; font-weight: bold;
border: none; /* border: none;
font-size: 1.6rem; font-size: 1.6rem;
height: 16px; height: 16px;
width: 16px; width: 16px;
border-radius: 2em; border-radius: 2em; */
} }
.loading-more-history { .loading-more-history {
......
...@@ -54,7 +54,6 @@ body { ...@@ -54,7 +54,6 @@ body {
font-size: 2.4rem; font-size: 2.4rem;
padding: 2rem 0; padding: 2rem 0;
width: 80%; width: 80%;
word-break: break-all;
} }
.tile_content { .tile_content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment