|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
|
/* Responsive Docs |
|
|
|
|
-------------------------------------------------- */ |
|
|
|
|
@media (max-width: 480px) { |
|
|
|
|
@media (max-width: 479px) { |
|
|
|
|
.resize_font { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
@ -14,10 +14,26 @@ |
|
|
|
|
|
|
|
|
|
h4 { |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.notification-panel { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#header2 .nav-pills { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
|
|
@media (max-width: 767px) { |
|
|
|
|
|
|
|
|
|
.notification-panel { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#header2 .nav-pills { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Remove any padding from the body */ |
|
|
|
|
body { |
|
|
|
@ -29,14 +45,10 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Removing just for now*/ |
|
|
|
|
#header4{ |
|
|
|
|
#header4 { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#header2 { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Subnav */ |
|
|
|
|
.subnav { |
|
|
|
|
border:1px solid #fff; |
|
|
|
@ -48,7 +60,7 @@ |
|
|
|
|
-webkit-box-shadow: none; |
|
|
|
|
-moz-box-shadow: none; |
|
|
|
|
box-shadow: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.subnav .nav > li { |
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
@ -65,18 +77,6 @@ |
|
|
|
|
border-radius: 4px 4px 0 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Popovers */ |
|
|
|
|
.large-bird { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.popover-well .popover-wrapper { |
|
|
|
|
margin-left: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Space out the show-grid examples */ |
|
|
|
|
.show-grid [class*="span"] { |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Unfloat the back to top link in footer */ |
|
|
|
|
.footer .pull-right { |
|
|
|
@ -85,31 +85,29 @@ |
|
|
|
|
.footer p { |
|
|
|
|
margin-bottom: 9px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 480px) and (max-width: 768px) { |
|
|
|
|
|
|
|
|
|
.notification-panel { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#header2 .nav-pills { |
|
|
|
|
display:none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 980px) { |
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) { |
|
|
|
|
/* fixes tabs */ |
|
|
|
|
#header3 .nav-tabs > li > a, #header3 .nav-pills > li > a { |
|
|
|
|
padding-left: 6px; |
|
|
|
|
padding-right: 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* only for the course tools */ |
|
|
|
|
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] { |
|
|
|
|
float: left; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (max-width: 979px) { |
|
|
|
|
/* Remove any padding from the body */ |
|
|
|
|
body { |
|
|
|
|
padding-top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#topbar_push { |
|
|
|
|
height: 0px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (min-width: 980px) and (max-width: 1024px) { |
|
|
|
@ -122,22 +120,7 @@ |
|
|
|
|
/* only for the course tools */ |
|
|
|
|
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] { |
|
|
|
|
float: left; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 980px) { |
|
|
|
|
|
|
|
|
|
/* Remove any padding from the body */ |
|
|
|
|
body { |
|
|
|
|
padding-top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#topbar_push { |
|
|
|
|
height: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|