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
97de97cc
Commit
97de97cc
authored
May 13, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minimal mce editor style changes to borders
parent
c36046be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
cms/static/sass/views/_unit.scss
+4
-0
common/static/js/vendor/tiny_mce/themes/advanced/skins/studio/ui.css
+3
-3
No files found.
cms/static/sass/views/_unit.scss
View file @
97de97cc
...
...
@@ -453,6 +453,10 @@ body.course.unit {
font-weight
:
700
;
}
.row
{
margin-bottom
:
0px
;
}
// Module Actions
.module-actions
{
@include
box-shadow
(
inset
0
1px
1px
$shadow
);
...
...
common/static/js/vendor/tiny_mce/themes/advanced/skins/studio/ui.css
View file @
97de97cc
...
...
@@ -25,8 +25,8 @@
/* Layout */
.studioSkin
table
.mceLayout
{
border
:
0
;}
.studioSkin
table
.mceLayout
tr
.mceFirst
td
{
border-top
:
1px
solid
#3c3c3c
;}
.studioSkin
table
.mceLayout
tr
.mceLast
td
{
border-bottom
:
1px
solid
#3c3c3c
;}
.studioSkin
table
.mceLayout
tr
.mceFirst
td
{
border-top
:
1px
solid
#D1DCE6
;}
.studioSkin
table
.mceLayout
tr
.mceLast
td
{
border-bottom
:
none
;}
.studioSkin
table
.mceToolbar
,
.studioSkin
tr
.mceFirst
.mceToolbar
tr
td
,
.studioSkin
tr
.mceLast
.mceToolbar
tr
td
{
border
:
0
;
margin
:
0
;
padding
:
0
;}
.studioSkin
td
.mceToolbar
{
background
:
-webkit-linear-gradient
(
top
,
#d4dee8
,
#c9d5e2
);
...
...
@@ -36,7 +36,7 @@
background
:
linear-gradient
(
top
,
#d4dee8
,
#c9d5e2
);
border
:
1px
solid
#3c3c3c
;
border-bottom-color
:
#a5aaaf
;
border-radius
:
3px
3px
0
0
;
border-radius
:
0
;
padding
:
10px
10px
9px
;
vertical-align
:
top
;
}
...
...
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