Commit 8b4b1fdd by Tom Giannattasio

added new wrapper styles

parent 3b02e6a1
...@@ -18,7 +18,7 @@ table { ...@@ -18,7 +18,7 @@ table {
} }
.container { .container {
padding: lh(2); padding: 1.4em lh(2);
> div { > div {
display: table; display: table;
......
...@@ -3,12 +3,12 @@ html { ...@@ -3,12 +3,12 @@ html {
max-height: 100%; max-height: 100%;
} }
div.info-wrapper { div.inner-container {
padding: 40px; padding: 40px;
box-sizing: border-box; box-sizing: border-box;
border-radius: 3px; border-radius: 3px;
background: #fff; 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 { div.course-wrapper {
...@@ -17,7 +17,7 @@ div.course-wrapper { ...@@ -17,7 +17,7 @@ div.course-wrapper {
box-sizing: border-box; box-sizing: border-box;
border-radius: 3px; border-radius: 3px;
background: #fff; 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 { ul, ol {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<%include file="course_navigation.html" args="active_page='courseware'" /> <%include file="course_navigation.html" args="active_page='courseware'" />
<section class="container"> <section class="container">
<div class="course-wrapper"> <div class="course-wrapper inner-container">
<section aria-label="Course Navigation" class="course-index"> <section aria-label="Course Navigation" class="course-index">
<header id="open_close_accordion"> <header id="open_close_accordion">
<a href="#">close</a> <a href="#">close</a>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<%include file="course_navigation.html" args="active_page=''" /> <%include file="course_navigation.html" args="active_page=''" />
<section class="container"> <section class="container">
<div class="gradebook-wrapper"> <div class="gradebook-wrapper inner-container">
<section class="gradebook-content"> <section class="gradebook-content">
<h1>Gradebook</h1> <h1>Gradebook</h1>
......
...@@ -20,7 +20,7 @@ $(document).ready(function(){ ...@@ -20,7 +20,7 @@ $(document).ready(function(){
</%block> </%block>
<section class="container"> <section class="container">
<div class="info-wrapper"> <div class="info-wrapper inner-container">
% if user.is_authenticated(): % if user.is_authenticated():
<section class="updates"> <section class="updates">
<h1>Course Updates &amp; News</h1> <h1>Course Updates &amp; News</h1>
......
...@@ -113,7 +113,7 @@ $(function() { ...@@ -113,7 +113,7 @@ $(function() {
<%include file="course_navigation.html" args="active_page='profile'" /> <%include file="course_navigation.html" args="active_page='profile'" />
<section class="container"> <section class="container">
<div class="profile-wrapper"> <div class="profile-wrapper inner-container">
<section class="course-info"> <section class="course-info">
<header> <header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment