Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6b176591
Commit
6b176591
authored
Dec 13, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling - settings layout and delete buttons
parent
3b784f21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
25 deletions
+5
-25
cms/static/client_templates/course_grade_policy.html
+1
-1
cms/static/sass/_settings.scss
+4
-24
No files found.
cms/static/client_templates/course_grade_policy.html
View file @
6b176591
...
@@ -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>
cms/static/sass/_settings.scss
View file @
6b176591
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment