Skip to content
Snippets Groups Projects
Commit e9611b3c authored by DELARUELLE Myriam's avatar DELARUELLE Myriam
Browse files

popover in student progression are bigger, now with ellipsis

parent 363e5776
No related branches found
No related tags found
No related merge requests found
......@@ -655,11 +655,11 @@ ul.nav.navbar-nav.ml-auto {
display: none;
position: absolute;
top: -3rem;
left: -85px;
left: -135px;
background-color: #333;
color: #fafafa;
padding: 0 5px;
width: 200px;
padding: 0 10px;
width: 300px;
height: 2.5rem;
line-height: 2.5rem;
border-radius: 0.15rem;
......@@ -669,6 +669,9 @@ ul.nav.navbar-nav.ml-auto {
}
.iena-h-prog-mod-item:hover span.popover-module {
display: inline;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.iena-h-prog-mod-item span.popover-module:before {
content:'';
......@@ -677,7 +680,7 @@ ul.nav.navbar-nav.ml-auto {
position:absolute;
left:0;
top:0;
background:linear-gradient(90deg, rgba(51, 51, 51, 0) 160px, rgba(51, 51, 51, 1) 185px);
/*background:linear-gradient(90deg, rgba(51, 51, 51, 0) 220px, rgba(51, 51, 51, 1) 300px);*/
}
/* Group select */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment