Mobile: minor changes to responsive design alignment - refs #5658

skala
Yannick Warnier 13 years ago
parent 43debfcfe8
commit 7cfeb1caed
  1. 2
      main/css/base.css
  2. 10
      main/css/responsive.css

@ -260,7 +260,7 @@ form .formw input {
float: left;
}
#top_main_content .span6 {
width: 565px;
width: 460px;
}

@ -21,7 +21,7 @@
float: left;
}
#top_main_content .span6 {
width: 450px;
width: 440px;
}
.section-social #top_main_content .span3 {
width: 200px;
@ -38,6 +38,7 @@
}
}
/* Normal tablet or normal-screen phone */
@media (max-width: 979px) {
/* Remove any padding from the body */
body {
@ -47,11 +48,7 @@
#topbar_push {
height: 0px;
}
}
/* Normal tablet or normal-screen phone */
@media (min-width: 768px) and (max-width: 978px) {
/* No topbar */
#topbar {
display:none;
@ -91,6 +88,9 @@
#course_tools .row .span4 {
width: 220px;
}
.section-mycourses #top_main_content .span9 #main_content .well .pull-right, .section-mycampus #top_main_content .span9 #hot_courses .pull-right {
display: none;
}
}
@media (max-width: 767px) {

Loading…
Cancel
Save