1.9.x
Alex Aragon 12 years ago committed by Yannick Warnier
parent 33ac0e664c
commit 194bcfd425
  1. 13
      main/css/responsive.css
  2. 7
      main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

@ -507,7 +507,7 @@ The more frequent ones have been marked with *
display: none;
}
.section-mycampus .hot-course-box, .section-mycourses .course-box {
width: 660px;
width: 95%;
}
#top_main_content .span9 {
float: left;
@ -537,6 +537,10 @@ The more frequent ones have been marked with *
footer .container .row {
padding-top: 15px;
}
.social-menu .social-background-content .thumbnail{
background-color: #FFFFFF;
border:none;
}
}
@media (max-width: 600px) {
@ -580,14 +584,15 @@ The more frequent ones have been marked with *
width: 280px;
}
.section-mycampus .hot-course-box, .section-mycourses .course-box {
width: 535px;
width: 94%;
}
.course-box-thumbnail-box{
float: left;
}
#main_content .course-box .row .span7 .row .span6 h3 {
font-size: 16px;
#announcements{
clear: both;
}
}

@ -161,7 +161,12 @@
padding-left: 0px;
}
}
@media (width: 600px){
.bx-pager {
width: 700px;
margin-top: -20px;
}
}
@media (min-width: 601px) and (max-width: 800px) {
#container-slider #slider li img {
max-height: 300px;

Loading…
Cancel
Save