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
c0aef206
Commit
c0aef206
authored
May 24, 2013
by
marco
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'style/btalbot/metadata-ui' into feature/christina/metadata-ui
parents
8b76afb9
1371c8d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
14 deletions
+17
-14
cms/static/sass/views/_static-pages.scss
+4
-4
cms/static/sass/views/_unit.scss
+10
-7
common/lib/xmodule/xmodule/css/problem/edit.scss
+3
-3
No files found.
cms/static/sass/views/_static-pages.scss
View file @
c0aef206
...
...
@@ -2,7 +2,7 @@
// ====================
body
.course.static-pages
{
.new-static-page-button
{
@include
grey-button
;
display
:
block
;
...
...
@@ -43,8 +43,8 @@ body.course.static-pages {
display
:
none
;
padding
:
0
;
border-radius
:
2px
2px
0
0
;
//Overrides general edit-box mixin
//Overrides general edit-box mixin
.row
{
margin-bottom
:
0px
;
}
...
...
@@ -56,7 +56,7 @@ body.course.static-pages {
background-color
:
$gray-l6
;
.save-button
{
margin
:
15px
8px
0
0
;
margin
:
(
$baseline
/
2
)
8px
0
0
;
}
}
}
...
...
cms/static/sass/views/_unit.scss
View file @
c0aef206
...
...
@@ -464,7 +464,7 @@ body.course.unit {
background-color
:
$gray-l6
;
.save-button
{
margin
:
15px
8px
0
0
;
margin
:
(
$baseline
/
2
)
8px
0
0
;
}
}
...
...
@@ -487,11 +487,14 @@ body.course.unit {
//Component Name
.component-name
{
@extend
.t-copy-sub1
;
color
:
$white
;
width
:
50%
;
color
:
$white
;
font-weight
:
600
;
em
{
font-weight
:
600
;
display
:
inline-block
;
margin-right
:
(
$baseline
/
4
);
font-weight
:
400
;
color
:
$white
;
}
}
...
...
@@ -502,7 +505,7 @@ body.course.unit {
right
:
0
;
top
:
0
;
position
:
absolute
;
padding
:
1
5px
;
padding
:
1
2px
(
$baseline
*
0
.75
)
;
.mode
{
display
:
inline-block
;
...
...
@@ -517,15 +520,15 @@ body.course.unit {
@include
blue-button
;
&
.is-set
{
@include
transition
(
box-shadow
0
.5
ease-in-out
);
@include
linear-gradient
(
$blue
,
$blue
);
color
:
$blue-d1
;
box-shadow
:
inset
0
1px
2px
2px
$shadow
;
box-shadow
:
inset
0
1px
2px
1px
$shadow-l1
;
background-color
:
$blue-d4
;
cursor
:
default
;
&
:hover
{
box-shadow
:
inset
0
1px
2px
2px
$shadow
;
background-color
:
$blue-d4
;
box-shadow
:
inset
0
1px
2px
1px
$shadow
;
}
}
}
...
...
common/lib/xmodule/xmodule/css/problem/edit.scss
View file @
c0aef206
...
...
@@ -5,7 +5,7 @@
.advanced-toggle
{
@include
white-button
;
height
:
auto
;
margin-top
:
-
1
px
;
margin-top
:
-
4
px
;
padding
:
3px
9px
;
font-size
:
12px
;
...
...
@@ -16,7 +16,7 @@
color
:
$darkGrey
!
important
;
pointer-events
:
none
;
cursor
:
none
;
&
:hover
{
box-shadow
:
0
0
0
0
!
important
;
}
...
...
@@ -27,7 +27,7 @@
width
:
21px
;
height
:
21px
;
padding
:
0
;
margin
:
0
5px
0
15px
;
margin
:
-1px
5px
0
15px
;
border-radius
:
22px
;
border
:
1px
solid
#a5aaaf
;
background
:
#e5ecf3
;
...
...
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