Alex Aragon 11 years ago
parent
commit
194bcfd425

+ 9 - 4
main/css/responsive.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;
     }
+    
 
 }
 

+ 6 - 1
main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

@@ -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;