From 9a624337972a604932a3d94ce354b644e16dbdb5 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 15 May 2013 13:43:57 -0400 Subject: [PATCH] removed symbolset, replaced with fontawesome for asset upload --- cms/static/sass/views/_assets.scss | 18 +++++++++++++++--- cms/templates/asset_index.html | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cms/static/sass/views/_assets.scss b/cms/static/sass/views/_assets.scss index 779dc56684..d01dd988ef 100644 --- a/cms/static/sass/views/_assets.scss +++ b/cms/static/sass/views/_assets.scss @@ -2,13 +2,25 @@ // ==================== body.course.uploads { - + + + .nav-actions { + + .icon-cloud-upload { + @include font-size(16); + vertical-align: bottom; + margin-right: ($baseline/5); + } + + } + input.asset-search-input { float: left; width: 260px; background-color: #fff; } + .asset-library { @include clearfix; @@ -102,7 +114,7 @@ body.course.uploads { } .upload-modal { - display: none; + display: none; width: 640px !important; margin-left: -320px !important; @@ -187,4 +199,4 @@ body.course.uploads { display: none; margin-bottom: 100px; } -} \ No newline at end of file +} diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index 2fdf87642b..f03a9012f8 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -44,7 +44,7 @@

Page Actions