Commit 9a624337 by Frances Botsford Committed by David Baumgold

removed symbolset, replaced with fontawesome for asset upload

parent 118a8884
...@@ -2,13 +2,25 @@ ...@@ -2,13 +2,25 @@
// ==================== // ====================
body.course.uploads { body.course.uploads {
.nav-actions {
.icon-cloud-upload {
@include font-size(16);
vertical-align: bottom;
margin-right: ($baseline/5);
}
}
input.asset-search-input { input.asset-search-input {
float: left; float: left;
width: 260px; width: 260px;
background-color: #fff; background-color: #fff;
} }
.asset-library { .asset-library {
@include clearfix; @include clearfix;
...@@ -102,7 +114,7 @@ body.course.uploads { ...@@ -102,7 +114,7 @@ body.course.uploads {
} }
.upload-modal { .upload-modal {
display: none; display: none;
width: 640px !important; width: 640px !important;
margin-left: -320px !important; margin-left: -320px !important;
...@@ -187,4 +199,4 @@ body.course.uploads { ...@@ -187,4 +199,4 @@ body.course.uploads {
display: none; display: none;
margin-bottom: 100px; margin-bottom: 100px;
} }
} }
\ No newline at end of file
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<h3 class="sr">Page Actions</h3> <h3 class="sr">Page Actions</h3>
<ul> <ul>
<li class="nav-item"> <li class="nav-item">
<a href="#" class="button upload-button new-button"><i class="ss-icon ss-symbolicons-standard icon icon-create">&#xEB40;</i> Upload New File</a> <a href="#" class="button upload-button new-button"><i class="icon-cloud-upload"></i> Upload New File</a>
</li> </li>
</ul> </ul>
</nav> </nav>
......
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