Commit 6b176591 by Brian Talbot

styling - settings layout and delete buttons

parent 3b784f21
...@@ -65,5 +65,5 @@ ...@@ -65,5 +65,5 @@
</div> </div>
</div> </div>
</div> </div>
<a href="#" class="delete-button remove-item remove-grading-data"><span class="delete-icon"></span>Delete</a> <a href="#" class="delete-button standard remove-item remove-grading-data"><span class="delete-icon"></span>Delete</a>
</li> </li>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
border: none; border: none;
@include box-shadow(none); @include box-shadow(none);
padding: 0; padding: 0;
color: $darkGrey; color: $darkGrey !important;
font-weight: bold; font-weight: bold;
background: #fff; background: #fff;
} }
...@@ -291,10 +291,6 @@ ...@@ -291,10 +291,6 @@
width: 100%; width: 100%;
} }
} }
.remove-item {
float: right;
}
} }
} }
...@@ -305,6 +301,7 @@ ...@@ -305,6 +301,7 @@
margin-bottom: 15px; margin-bottom: 15px;
padding-bottom: 15px; padding-bottom: 15px;
border-bottom: 1px dotted $lightGrey; border-bottom: 1px dotted $lightGrey;
@include clearfix();
&:last-child { &:last-child {
border: 0; border: 0;
...@@ -393,20 +390,8 @@ ...@@ -393,20 +390,8 @@
// editing controls - removing // editing controls - removing
.remove-item { .delete-button {
clear: both; float: right;
display: block;
margin-top: 10px;
opacity: 0.75;
font-size: 13px;
text-align: right;
@include transition(opacity 0.25s ease-in-out);
&:hover {
color: $blue;
opacity: 0.99;
}
} }
// editing controls - preview // editing controls - preview
...@@ -500,11 +485,6 @@ ...@@ -500,11 +485,6 @@
.course-grading-assignment-list-item { .course-grading-assignment-list-item {
.row:nth-child(4) {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
} }
.input-list { .input-list {
......
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