Skip to content
Snippets Groups Projects
Commit b59027fe authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

fix css centered icons

parent 4a88fac8
No related branches found
No related tags found
No related merge requests found
...@@ -383,8 +383,8 @@ ul.nav.navbar-nav.ml-auto { ...@@ -383,8 +383,8 @@ ul.nav.navbar-nav.ml-auto {
} }
.iena-progress-legend #caption-iena .caption-status .pointer-help{ .iena-progress-legend #caption-iena .caption-status .pointer-help{
width: 1rem; width: 17px;
height: 1rem; height: 17px;
vertical-align: middle; vertical-align: middle;
border-radius: 10px; border-radius: 10px;
} }
...@@ -500,9 +500,9 @@ ul.nav.navbar-nav.ml-auto { ...@@ -500,9 +500,9 @@ ul.nav.navbar-nav.ml-auto {
} }
.section-progress .iena-h-prog-mod-item{ .section-progress .iena-h-prog-mod-item{
height: 1rem; height: 17px;
width: 1rem; width: 17px;
min-width: 1rem; min-width: 17px;
} }
.section-progress .iena-prog-bubble .icon-progress{ .section-progress .iena-prog-bubble .icon-progress{
...@@ -710,7 +710,7 @@ th.th-rotate > div > span { ...@@ -710,7 +710,7 @@ th.th-rotate > div > span {
.section-progress span.icon-progress::after, .iena-progress-legend span.icon-progress::after{ .section-progress span.icon-progress::after, .iena-progress-legend span.icon-progress::after{
font-size: small; font-size: small;
line-height: 1rem!important; line-height: 17px!important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment