fix footer list teachers

pull/2487/head
Alex Aragon 8 years ago
parent 9d6ad44af4
commit e7f61cbff3
  1. 7
      app/Resources/public/css/base.css

@ -6335,6 +6335,13 @@ a.panel-image{
white-space:nowrap;
overflow:hidden;
}
.sub-footer .teachers:hover,
.sub-footer .session-teachers:hover{
width:100%;
text-overflow: inherit;
overflow: visible;
white-space: inherit;
}
/* CSS NEW TOP ******************************************************************************/
/* CSS Responsive */
@media (min-width: 1025px) and (max-width: 1200px) {

Loading…
Cancel
Save