added new wrapper styles
This commit is contained in:
@@ -18,7 +18,7 @@ table {
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: lh(2);
|
||||
padding: 1.4em lh(2);
|
||||
|
||||
> div {
|
||||
display: table;
|
||||
|
||||
@@ -3,12 +3,12 @@ html {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
div.info-wrapper {
|
||||
div.inner-container {
|
||||
padding: 40px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
|
||||
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .08), 0 1px 10px rgba(0, 0, 0, 0.1));
|
||||
}
|
||||
|
||||
div.course-wrapper {
|
||||
@@ -17,7 +17,7 @@ div.course-wrapper {
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
|
||||
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .08), 0 1px 10px rgba(0, 0, 0, 0.1));
|
||||
|
||||
|
||||
ul, ol {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<%include file="course_navigation.html" args="active_page='courseware'" />
|
||||
|
||||
<section class="container">
|
||||
<div class="course-wrapper">
|
||||
<div class="course-wrapper inner-container">
|
||||
<section aria-label="Course Navigation" class="course-index">
|
||||
<header id="open_close_accordion">
|
||||
<a href="#">close</a>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<%include file="course_navigation.html" args="active_page=''" />
|
||||
|
||||
<section class="container">
|
||||
<div class="gradebook-wrapper">
|
||||
<div class="gradebook-wrapper inner-container">
|
||||
<section class="gradebook-content">
|
||||
<h1>Gradebook</h1>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ $(document).ready(function(){
|
||||
</%block>
|
||||
|
||||
<section class="container">
|
||||
<div class="info-wrapper">
|
||||
<div class="info-wrapper inner-container">
|
||||
% if user.is_authenticated():
|
||||
<section class="updates">
|
||||
<h1>Course Updates & News</h1>
|
||||
|
||||
@@ -113,7 +113,7 @@ $(function() {
|
||||
<%include file="course_navigation.html" args="active_page='profile'" />
|
||||
|
||||
<section class="container">
|
||||
<div class="profile-wrapper">
|
||||
<div class="profile-wrapper inner-container">
|
||||
|
||||
<section class="course-info">
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user