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
ebeb9a99
Commit
ebeb9a99
authored
Dec 31, 2014
by
Frances Botsford
Committed by
Andy Armstrong
Jan 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added cohort group editing styles
parent
fff84928
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
cms/static/sass/views/_group-configuration.scss
+4
-2
cms/templates/js/content-group-details.underscore
+1
-1
No files found.
cms/static/sass/views/_group-configuration.scss
View file @
ebeb9a99
...
...
@@ -27,7 +27,7 @@
margin-bottom
:
(
$baseline
*
1
.5
);
.title
{
@extend
%t-title
5
;
@extend
%t-title
4
;
@extend
%t-strong
;
}
...
...
@@ -49,14 +49,16 @@
.group-configuration-header
{
margin-bottom
:
0
;
border-bottom
:
0
;
padding-bottom
:
0
;
}
.group-configuration-title
{
@extend
%t-title
4
;
@extend
%t-title
5
;
@extend
%t-strong
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin-right
:
(
$baseline
*
14
);
color
:
$black
;
.group-toggle
{
display
:
inline-block
;
...
...
cms/templates/js/content-group-details.underscore
View file @
ebeb9a99
<div class="wrapper-group-configuration">
<header class="group-configuration-header">
<h3 class="group-configuration-title">
<%
=
name %>
<%
-
name %>
</h3>
</header>
...
...
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