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
e3965770
Commit
e3965770
authored
Oct 26, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked modal and drop styles
parent
b34aecd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
cms/static/sass/_header.scss
+6
-9
cms/static/sass/_modal.scss
+1
-1
No files found.
cms/static/sass/_header.scss
View file @
e3965770
...
...
@@ -18,6 +18,10 @@ body.no-header {
color
:
#fff
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.2
)
,
0
-1px
0px
rgba
(
255
,
255
,
255
,
0
.05
)
inset
);
.inner-wrapper
{
position
:
relative
;
}
&
.active-tab-courseware
#courseware-tab
{
@include
active
;
}
...
...
@@ -73,7 +77,7 @@ body.no-header {
.user-drop
{
display
:
none
;
position
:
absolute
;
top
:
3
6
px
;
top
:
3
5
px
;
right
:
0
;
z-index
:
999
;
width
:
170px
;
...
...
@@ -100,7 +104,7 @@ body.no-header {
position
:
relative
;
float
:
left
;
display
:
inline-block
;
height
:
2
9
px
;
height
:
2
8
px
;
padding
:
7px
15px
0
;
color
:
#e4e6ee
;
}
...
...
@@ -148,10 +152,4 @@ body.no-header {
overflow
:
hidden
;
height
:
auto
;
}
.close-button
{
position
:
absolute
;
top
:
5px
;
right
:
5px
;
}
}
\ No newline at end of file
cms/static/sass/_modal.scss
View file @
e3965770
...
...
@@ -53,7 +53,7 @@
.close-button
{
@include
white-button
;
position
:
absolute
;
top
:
0
;
top
:
15px
;
right
:
15px
;
width
:
29px
;
height
:
29px
;
...
...
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