Commit e00424a0 by David Baumgold

Moved Studio images from img/ directory to images/ directory

OPEN-304
parent a0a5746e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
width: 7px; width: 7px;
height: 22px; height: 22px;
margin-left: 10px; margin-left: 10px;
background: url(../img/drag-handles.png) no-repeat; background: url(../images/drag-handles.png) no-repeat;
cursor: move; cursor: move;
} }
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-advanced-icon.png) center no-repeat; background: url(../images/large-advanced-icon.png) center no-repeat;
} }
.large-discussion-icon { .large-discussion-icon {
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-discussion-icon.png) center no-repeat; background: url(../images/large-discussion-icon.png) center no-repeat;
} }
.large-html-icon { .large-html-icon {
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-html-icon.png) center no-repeat; background: url(../images/large-html-icon.png) center no-repeat;
} }
.large-problem-icon { .large-problem-icon {
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-problem-icon.png) center no-repeat; background: url(../images/large-problem-icon.png) center no-repeat;
} }
.large-video-icon { .large-video-icon {
...@@ -45,5 +45,5 @@ ...@@ -45,5 +45,5 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-video-icon.png) center no-repeat; background: url(../images/large-video-icon.png) center no-repeat;
} }
...@@ -281,12 +281,12 @@ ...@@ -281,12 +281,12 @@
// CASE: right to left layout // CASE: right to left layout
@include rtl { @include rtl {
background: transparent url("../img/drag-handles.png") no-repeat left center; background: transparent url("../images/drag-handles.png") no-repeat left center;
} }
// CASE: left to right layout // CASE: left to right layout
@include ltr { @include ltr {
background: transparent url("../img/drag-handles.png") no-repeat right center; background: transparent url("../images/drag-handles.png") no-repeat right center;
} }
} }
......
...@@ -418,7 +418,7 @@ input.search { ...@@ -418,7 +418,7 @@ input.search {
@include box-sizing(border-box); @include box-sizing(border-box);
border: 1px solid $darkGrey; border: 1px solid $darkGrey;
border-radius: 20px; border-radius: 20px;
background: url(../img/search-icon.png) no-repeat 8px 7px #edf1f5; background: url(../images/search-icon.png) no-repeat 8px 7px #edf1f5;
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
color: $baseFontColor; color: $baseFontColor;
outline: 0; outline: 0;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// base - assets // base - assets
@import 'assets/fonts'; @import 'assets/fonts';
@import 'assets/graphics'; // sprites, basic img/figure/svg styling @import 'assets/graphics'; // sprites, basic image/figure/svg styling
@import 'assets/anims'; // animations @import 'assets/anims'; // animations
// base - starter // base - starter
......
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
} }
// Returns "en" or "ar", useful for image suffixes. // Returns "en" or "ar", useful for image suffixes.
// Usage: background-image: url(/img/header-#{lang()}.png); // Usage: background-image: url(/images/header-#{lang()}.png);
@function lang() { @function lang() {
@if $bi-app-direction == ltr { @if $bi-app-direction == ltr {
@return 'en'; @return 'en';
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
} }
&.is-locked { &.is-locked {
background-image: url('../img/bg-micro-stripes.png'); background-image: url('../images/bg-micro-stripes.png');
background-position: 0 0; background-position: 0 0;
background-repeat: repeat; background-repeat: repeat;
} }
......
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
} }
.drag-handle { .drag-handle {
background: url(../img/drag-handles.png) center no-repeat #fff; background: url(../images/drag-handles.png) center no-repeat #fff;
} }
} }
...@@ -208,10 +208,10 @@ ...@@ -208,10 +208,10 @@
width: 35px; width: 35px;
height: 100%; height: 100%;
border: none; border: none;
background: url(../img/drag-handles.png) center no-repeat #fff; background: url(../images/drag-handles.png) center no-repeat #fff;
&:hover { &:hover {
background: url(../img/drag-handles.png) center no-repeat #fff; background: url(../images/drag-handles.png) center no-repeat #fff;
} }
&.is-fixed { &.is-fixed {
......
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
<div class="content-modal" id="preview-lms-staticpages"> <div class="content-modal" id="preview-lms-staticpages">
<h3 class="title">${_("Pages in Your Course")}</h3> <h3 class="title">${_("Pages in Your Course")}</h3>
<figure> <figure>
<img src="${static.url("img/preview-lms-staticpages.png")}" alt="${_('Preview of Pages in your course')}" /> <img src="${static.url("images/preview-lms-staticpages.png")}" alt="${_('Preview of Pages in your course')}" />
<figcaption class="description">${_("Pages appear in your course's top navigation bar. The default pages (Courseware, Course Info, Discussion, Wiki, and Progress) are followed by textbooks and custom pages.")}</figcaption> <figcaption class="description">${_("Pages appear in your course's top navigation bar. The default pages (Courseware, Course Info, Discussion, Wiki, and Progress) are followed by textbooks and custom pages.")}</figcaption>
</figure> </figure>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<li class="feature"> <li class="feature">
<figure class="img zoom"> <figure class="img zoom">
<a rel="modal" href="#hiw-feature1"> <a rel="modal" href="#hiw-feature1">
<img src="${static.url("img/thumb-hiw-feature1.png")}" alt="${_('Studio Helps You Keep Your Courses Organized')}" /> <img src="${static.url("images/thumb-hiw-feature1.png")}" alt="${_('Studio Helps You Keep Your Courses Organized')}" />
<figcaption class="sr">${_("Studio Helps You Keep Your Courses Organized")}</figcaption> <figcaption class="sr">${_("Studio Helps You Keep Your Courses Organized")}</figcaption>
<span class="action-zoom"> <span class="action-zoom">
<i class="icon-zoom-in"></i> <i class="icon-zoom-in"></i>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<li class="feature"> <li class="feature">
<figure class="img zoom"> <figure class="img zoom">
<a rel="modal" href="#hiw-feature2"> <a rel="modal" href="#hiw-feature2">
<img src="${static.url("img/thumb-hiw-feature2.png")}" alt="${_('Learning is More than Just Lectures')}" /> <img src="${static.url("images/thumb-hiw-feature2.png")}" alt="${_('Learning is More than Just Lectures')}" />
<figcaption class="sr">${_("Learning is More than Just Lectures")}</figcaption> <figcaption class="sr">${_("Learning is More than Just Lectures")}</figcaption>
<span class="action-zoom"> <span class="action-zoom">
<i class="icon-zoom-in"></i> <i class="icon-zoom-in"></i>
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<li class="feature"> <li class="feature">
<figure class="img zoom"> <figure class="img zoom">
<a rel="modal" href="#hiw-feature3"> <a rel="modal" href="#hiw-feature3">
<img src="${static.url("img/thumb-hiw-feature3.png")}" alt="${_('Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.')}" /> <img src="${static.url("images/thumb-hiw-feature3.png")}" alt="${_('Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.')}" />
<figcaption class="sr">${_("Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.")}</figcaption> <figcaption class="sr">${_("Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.")}</figcaption>
<span class="action-zoom"> <span class="action-zoom">
<i class="icon-zoom-in"></i> <i class="icon-zoom-in"></i>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
<div class="content-modal" id="hiw-feature1"> <div class="content-modal" id="hiw-feature1">
<h3 class="title">${_("Outlining Your Course")}</h3> <h3 class="title">${_("Outlining Your Course")}</h3>
<figure> <figure>
<img src="${static.url("img/hiw-feature1.png")}" alt="" /> <img src="${static.url("images/hiw-feature1.png")}" alt="" />
<figcaption class="description">${_("Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.")}</figcaption> <figcaption class="description">${_("Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.")}</figcaption>
</figure> </figure>
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<div class="content-modal" id="hiw-feature2"> <div class="content-modal" id="hiw-feature2">
<h3 class="title">${_("More than Just Lectures")}</h3> <h3 class="title">${_("More than Just Lectures")}</h3>
<figure> <figure>
<img src="${static.url("img/hiw-feature2.png")}" alt="" /> <img src="${static.url("images/hiw-feature2.png")}" alt="" />
<figcaption class="description">${_("Quickly create videos, text snippets, inline discussions, and a variety of problem types.")}</figcaption> <figcaption class="description">${_("Quickly create videos, text snippets, inline discussions, and a variety of problem types.")}</figcaption>
</figure> </figure>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
<div class="content-modal" id="hiw-feature3"> <div class="content-modal" id="hiw-feature3">
<h3 class="title">${_("Publishing on Date")}</h3> <h3 class="title">${_("Publishing on Date")}</h3>
<figure> <figure>
<img src="${static.url("img/hiw-feature3.png")}" alt="" /> <img src="${static.url("images/hiw-feature3.png")}" alt="" />
<figcaption class="description">${_("Simply set the date of a section or subsection, and Studio will publish it to your students for you.")}</figcaption> <figcaption class="description">${_("Simply set the date of a section or subsection, and Studio will publish it to your students for you.")}</figcaption>
</figure> </figure>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="wrapper wrapper-l"> <div class="wrapper wrapper-l">
## "edX Studio" should not be translated ## "edX Studio" should not be translated
<h1 class="branding"><a href="/"><img src="${static.url("img/edx-studio-logo.png")}" alt="edX Studio" /></a></h1> <h1 class="branding"><a href="/"><img src="${static.url("images/edx-studio-logo.png")}" alt="edX Studio" /></a></h1>
% if context_course: % if context_course:
<% <%
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div class="row"> <div class="row">
<h6>${_("Heading 1")}</h6> <h6>${_("Heading 1")}</h6>
<div class="col sample heading-1"> <div class="col sample heading-1">
<img src="${static.url("img/header-example.png")}" /> <img src="${static.url("images/header-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>H1 <pre><code>H1
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<div class="row"> <div class="row">
<h6>${_("Multiple Choice")}</h6> <h6>${_("Multiple Choice")}</h6>
<div class="col sample multiple-choice"> <div class="col sample multiple-choice">
<img src="${static.url("img/choice-example.png")}" /> <img src="${static.url("images/choice-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>( ) red <pre><code>( ) red
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<div class="row"> <div class="row">
<h6>${_("Checkboxes")}</h6> <h6>${_("Checkboxes")}</h6>
<div class="col sample check-multiple"> <div class="col sample check-multiple">
<img src="${static.url("img/multi-example.png")}" /> <img src="${static.url("images/multi-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>[x] earth <pre><code>[x] earth
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<div class="row"> <div class="row">
<h6>${_("Text Input")}</h6> <h6>${_("Text Input")}</h6>
<div class="col sample string-response"> <div class="col sample string-response">
<img src="${static.url("img/string-example.png")}" /> <img src="${static.url("images/string-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>= dog <pre><code>= dog
...@@ -89,7 +89,7 @@ or= mouse</code></pre> ...@@ -89,7 +89,7 @@ or= mouse</code></pre>
<div class="row"> <div class="row">
<h6>${_("Numerical Input")}</h6> <h6>${_("Numerical Input")}</h6>
<div class="col sample numerical-response"> <div class="col sample numerical-response">
<img src="${static.url("img/number-example.png")}" /> <img src="${static.url("images/number-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>= 3.14 +- 2%</code></pre> <pre><code>= 3.14 +- 2%</code></pre>
...@@ -99,7 +99,7 @@ or= mouse</code></pre> ...@@ -99,7 +99,7 @@ or= mouse</code></pre>
<div class="row"> <div class="row">
<h6>${_("Dropdown")}</h6> <h6>${_("Dropdown")}</h6>
<div class="col sample option-reponse"> <div class="col sample option-reponse">
<img src="${static.url("img/select-example.png")}" /> <img src="${static.url("images/select-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>[[wrong, (right)]]</code></pre> <pre><code>[[wrong, (right)]]</code></pre>
...@@ -114,7 +114,7 @@ or= mouse</code></pre> ...@@ -114,7 +114,7 @@ or= mouse</code></pre>
<div class="row"> <div class="row">
<h6>${_("Explanation")}</h6> <h6>${_("Explanation")}</h6>
<div class="col sample explanation"> <div class="col sample explanation">
<img src="${static.url("img/explanation-example.png")}" /> <img src="${static.url("images/explanation-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>[explanation] A short explanation of the answer. [explanation]</code></pre> <pre><code>[explanation] A short explanation of the answer. [explanation]</code></pre>
......
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