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
5f31de2d
Commit
5f31de2d
authored
Feb 04, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finalized styling of dropdown, text, etc
parent
fc0a26ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
cms/static/sass/_unit.scss
+13
-5
No files found.
cms/static/sass/_unit.scss
View file @
5f31de2d
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
margin
:
20px
40px
;
margin
:
20px
40px
;
.title
{
.title
{
margin
:
0
0
15px
0
;
margin
:
0
0
15px
0
;
color
:
$mediumGrey
;
color
:
$mediumGrey
;
...
@@ -73,10 +74,11 @@
...
@@ -73,10 +74,11 @@
}
}
&
.new-component-item
{
&
.new-component-item
{
border-radius
:
3px
;
margin
:
20px
0px
;
border
:
1px
solid
$mediumGrey
;
border-top
:
1px
solid
$mediumGrey
;
background
:
#fff
;
box-shadow
:
1px
3px
2px
rgba
(
182
,
182
,
182
,
0
.75
)
inset
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
.2
)
,
0
1px
0
rgba
(
255
,
255
,
255
,
.4
)
inset
);
background-color
:
$lightGrey
;
margin-bottom
:
0px
;
.new-component-button
{
.new-component-button
{
display
:
block
;
display
:
block
;
...
@@ -86,7 +88,7 @@
...
@@ -86,7 +88,7 @@
}
}
h5
{
h5
{
margin
-bottom
:
12
px
;
margin
:
12px
0
px
;
color
:
#fff
;
color
:
#fff
;
font-weight
:
600
;
font-weight
:
600
;
font-size
:
18px
;
font-size
:
18px
;
...
@@ -132,6 +134,10 @@
...
@@ -132,6 +134,10 @@
.new-component-templates
{
.new-component-templates
{
display
:
none
;
display
:
none
;
margin
:
20px
40px
0px
40px
;
border-radius
:
3px
;
border
:
1px
solid
$mediumGrey
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
.2
)
,
0
1px
0
rgba
(
255
,
255
,
255
,
.4
)
inset
);
@include
clearfix
;
@include
clearfix
;
.tab-group
{
.tab-group
{
...
@@ -152,6 +158,8 @@
...
@@ -152,6 +158,8 @@
// specific menu types
// specific menu types
&
.new-component-problem
{
&
.new-component-problem
{
padding-bottom
:
10px
;
background-color
:
#fff
;
.ss-icon
,
.editor-indicator
{
.ss-icon
,
.editor-indicator
{
display
:
inline-block
;
display
:
inline-block
;
...
...
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