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
0230ee40
Commit
0230ee40
authored
Jul 09, 2014
by
Frances Botsford
Committed by
cahrens
Aug 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unit publishing widget cleanup
parent
00549158
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
18 deletions
+27
-18
cms/static/sass/elements/_modules.scss
+19
-7
cms/static/sass/views/_container.scss
+8
-11
cms/templates/ux/reference/container.html
+0
-0
No files found.
cms/static/sass/elements/_modules.scss
View file @
0230ee40
...
...
@@ -22,10 +22,16 @@
padding
:
(
$baseline
*.
75
)
(
$baseline
*.
75
)
$baseline
(
$baseline
*.
75
);
.title
{
@extend
%t-title
7
;
margin-bottom
:
(
$baseline
/
2
);
@extend
%t-title
8
;
margin-bottom
:
(
$baseline
/
4
);
font-weight
:
600
;
color
:
$gray-d1
;
color
:
$gray-l2
;
text-transform
:
uppercase
;
}
.meta
{
@extend
%t-copy-sub2
;
color
:
$gray-l1
;
}
}
}
...
...
@@ -40,7 +46,6 @@
}
}
// green bar and title bg version
%bar-module-green
{
@extend
%bar-module
;
...
...
@@ -51,7 +56,6 @@
}
}
// yellow bar and title bg version
%bar-module-yellow
{
@extend
%bar-module
;
...
...
@@ -62,8 +66,6 @@
}
}
// red bar and title bg version
%bar-module-red
{
@extend
%bar-module
;
...
...
@@ -74,6 +76,16 @@
}
}
// black bar and title bg version
%bar-module-black
{
@extend
%bar-module
;
border-top
:
5px
solid
$black
;
.bar-mod-title
{
background-color
:
$gray-l4
;
}
}
// Add new component menu with big green buttons
// outermost wrapper for add a new component menu
.add-xblock-component
{
...
...
cms/static/sass/views/_container.scss
View file @
0230ee40
...
...
@@ -117,7 +117,7 @@
}
&
.staff-only
{
@extend
%bar-module
;
@extend
%bar-module
-black
;
}
.bar-mod-content
{
...
...
@@ -125,15 +125,7 @@
padding
:
(
$baseline
/
2
)
(
$baseline
*.
75
)
(
$baseline
*.
75
)
(
$baseline
*.
75
);
.title
{
@extend
%t-title8
;
margin-bottom
:
(
$baseline
/
10
);
text-transform
:
uppercase
;
color
:
$gray-l3
;
}
.meta
{
@extend
%t-copy-sub2
;
color
:
$gray-l1
;
}
}
...
...
@@ -156,8 +148,14 @@
.wrapper-visibility
{
.copy
{
margin-bottom
:
(
$baseline
/
10
);
font-weight
:
600
;
}
.action-inline
[
class
^=
"icon-"
]
{
margin
:
0
(
$baseline
/
4
);
}
}
.wrapper-pub-actions
{
...
...
@@ -218,7 +216,6 @@
.unit-id-value
{
@extend
%t-copy-sub1
;
display
:
inline-block
;
margin
:
(
$baseline
/
4
)
0
;
}
.tip
{
...
...
@@ -235,7 +232,7 @@
display
:
none
;
}
// need to explicitly set this since the html st
ur
cture is different than the others
// need to explicitly set this since the html st
ru
cture is different than the others
.section-name
:hover
{
background
:
$blue-l5
;
color
:
$blue
;
...
...
cms/templates/ux/reference/container.html
View file @
0230ee40
This diff is collapsed.
Click to expand it.
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