Commit e9e6b182 by Tom Giannattasio

new header styles

parent 8b4b1fdd
...@@ -18,12 +18,14 @@ table { ...@@ -18,12 +18,14 @@ table {
} }
.container { .container {
padding: 1.4em lh(2); padding: 1.4em 0;
> div { > div {
display: table;
width: 100%; width: 100%;
table-layout: fixed; box-sizing: border-box;
border-radius: 3px;
background: #fff;
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .08), 0 1px 10px rgba(0, 0, 0, 0.1));
} }
} }
......
...@@ -3,14 +3,6 @@ html { ...@@ -3,14 +3,6 @@ html {
max-height: 100%; max-height: 100%;
} }
div.inner-container {
padding: 40px;
box-sizing: border-box;
border-radius: 3px;
background: #fff;
@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 {
@extend .table-wrapper; @extend .table-wrapper;
padding: 40px; padding: 40px;
......
...@@ -17,6 +17,7 @@ nav.course-material { ...@@ -17,6 +17,7 @@ nav.course-material {
@include border-top-radius(4px); @include border-top-radius(4px);
@include clearfix; @include clearfix;
padding: 10px 0 0 0; padding: 10px 0 0 0;
margin-left: 10px;
li { li {
float: left; float: left;
...@@ -57,6 +58,10 @@ nav.course-material { ...@@ -57,6 +58,10 @@ nav.course-material {
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
.logo {
margin-left: 13px !important;
}
.find-courses-button { .find-courses-button {
display: none; display: none;
} }
......
...@@ -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 inner-container"> <div class="course-wrapper">
<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 inner-container"> <div class="gradebook-wrapper">
<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 inner-container"> <div class="info-wrapper">
% 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 inner-container"> <div class="profile-wrapper">
<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