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
8a6dc040
Commit
8a6dc040
authored
Jan 25, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - styled first children in an overview's subsection list for drag and drop work
parent
0009430b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
19 deletions
+27
-19
cms/static/sass/_courseware.scss
+27
-19
No files found.
cms/static/sass/_courseware.scss
View file @
8a6dc040
...
...
@@ -25,18 +25,18 @@ input.courseware-unit-search-input {
width
:
145px
;
.status-label
{
position
:
absolute
;
top
:
2px
;
right
:
-5px
;
display
:
none
;
width
:
110px
;
padding
:
5px
40px
5px
10px
;
@include
border-radius
(
3px
);
color
:
$lightGrey
;
text-align
:
right
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
16px
;
position
:
absolute
;
top
:
2px
;
right
:
-5px
;
display
:
none
;
width
:
110px
;
padding
:
5px
40px
5px
10px
;
@include
border-radius
(
3px
);
color
:
$lightGrey
;
text-align
:
right
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
16px
;
}
.menu-toggle
{
...
...
@@ -645,10 +645,19 @@ input.courseware-unit-search-input {
color
:
$darkGrey
;
}
// sort/drag and drop
.ui-droppable
{
min-height
:
22px
;
&
.dropover
{
padding-top
:
11px
;
padding-bottom
:
11px
;
}
}
\ No newline at end of file
min-height
:
20px
;
&
.dropover
{
padding-top
:
10px
;
padding-bottom
:
10px
;
}
}
ol
.ui-droppable
.branch
:first-child
.section-item
{
border-top
:
none
;
}
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