styling - settings layout and delete buttons

This commit is contained in:
Brian Talbot
2012-12-13 13:35:58 -05:00
parent 3b784f2145
commit 6b17659195
2 changed files with 5 additions and 25 deletions

View File

@@ -65,5 +65,5 @@
</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>

View File

@@ -147,7 +147,7 @@
border: none;
@include box-shadow(none);
padding: 0;
color: $darkGrey;
color: $darkGrey !important;
font-weight: bold;
background: #fff;
}
@@ -291,10 +291,6 @@
width: 100%;
}
}
.remove-item {
float: right;
}
}
}
@@ -305,6 +301,7 @@
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dotted $lightGrey;
@include clearfix();
&:last-child {
border: 0;
@@ -393,20 +390,8 @@
// editing controls - removing
.remove-item {
clear: both;
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;
}
.delete-button {
float: right;
}
// editing controls - preview
@@ -500,11 +485,6 @@
.course-grading-assignment-list-item {
.row:nth-child(4) {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
}
.input-list {