From 194bcfd42561ffeb328fb91742a737f87008baee Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Fri, 21 Feb 2014 11:21:09 -0500 Subject: [PATCH] update --- main/css/responsive.css | 13 +++++++++---- .../lib/javascript/bxslider/bx_styles/bx_styles.css | 7 ++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/main/css/responsive.css b/main/css/responsive.css index 0a80372eb4..16c6751824 100644 --- a/main/css/responsive.css +++ b/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; } + } diff --git a/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css b/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css index 3555968012..19aff1e55b 100755 --- a/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css +++ b/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;