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
b51e57ed
Commit
b51e57ed
authored
Apr 08, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - refining style and presentation of course link and invitation button on details settings
parent
4e331a2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
cms/static/sass/views/_settings.scss
+13
-2
No files found.
cms/static/sass/views/_settings.scss
View file @
b51e57ed
...
...
@@ -287,10 +287,10 @@ body.course.settings {
// course link note
.note-promotion-courseURL
{
@include
box-shadow
(
0
1
px
1px
$shadow-l1
);
@include
box-shadow
(
0
2
px
1px
$shadow-l1
);
@include
border-radius
((
$baseline
/
5
));
margin-top
:
(
$baseline
*
1
.5
);
border
:
1px
solid
$gray-l
3
;
border
:
1px
solid
$gray-l
4
;
padding
:
(
$baseline
/
2
)
0
0
0
;
.title
{
...
...
@@ -312,14 +312,17 @@ body.course.settings {
}
.list-actions
{
@include
transition
(
opacity
0
.25s
ease-in-out
);
@include
box-shadow
(
inset
0
1px
1px
$shadow-l1
);
border-top
:
1px
solid
$gray-l4
;
padding
:
(
$baseline
/
2
);
background
:
$gray-l5
;
opacity
:
0
.5
;
.action-primary
{
@include
blue-button
();
@include
font-size
(
13
);
font-weight
:
600
;
.icon
{
@extend
.t-icon
;
...
...
@@ -329,6 +332,14 @@ body.course.settings {
}
}
}
&
:hover
{
border-color
:
$gray-l2
;
.list-actions
{
opacity
:
1
.0
;
}
}
}
}
...
...
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