Merge pull request #3335 from carlangas159/2915

Chamilo 11.chamilo.org link progess not responsive. #2915
pull/3375/head
Yannick Warnier 5 years ago committed by GitHub
commit 1037d787c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      app/Resources/public/css/base.css

@ -9624,6 +9624,13 @@ ul.dropdown-menu.inner > li > a {
#show_graph {
text-align: center;
}
#my_timeline {
width: 320px;
overflow: scroll;
}
}
@media (min-width: 480px) and (max-width: 767px) {
@ -9675,7 +9682,7 @@ ul.dropdown-menu.inner > li > a {
}
.navbar-nav .open .dropdown-menu {
background-color: #FFF;
background-color: #ffffff;
}
.navbar-nav {
@ -9685,6 +9692,12 @@ ul.dropdown-menu.inner > li > a {
.grid-courses .items.my-courses {
width: 310px;
}
#my_timeline {
width: 480px;
overflow: scroll;
}
}
@media (min-width: 320px) and (max-width: 479px) {

Loading…
Cancel
Save