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
bd8adcce
Commit
bd8adcce
authored
Apr 26, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added styles for tabs
parent
b7cf6438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
123 additions
and
15 deletions
+123
-15
static/css/application.css
+63
-9
templates/sass/courseware/_amplifier.scss
+60
-6
No files found.
static/css/application.css
View file @
bd8adcce
...
...
@@ -3798,24 +3798,78 @@ section.tool-wrapper {
-moz-box-shadow
:
inset
0
0
0
4px
#084150
;
box-shadow
:
inset
0
0
0
4px
#084150
;
margin
:
22.652px
-22.652px
0
;
color
:
#839496
;
}
color
:
#839496
;
display
:
table
;
}
section
.tool-wrapper
div
#graph-container
{
width
:
48.641%
;
margin-left
:
2.717%
;
padding
:
22.652px
;
background
:
none
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
table-cell
;
vertical-align
:
top
;
}
padding
:
22.652px
;
vertical-align
:
top
;
width
:
51.359%
;
}
section
.tool-wrapper
div
#graph-container
.ui-widget-content
{
background
:
none
;
border
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
-ms-border-radius
:
0
;
-o-border-radius
:
0
;
border-radius
:
0
;
}
section
.tool-wrapper
div
#graph-container
canvas
{
width
:
100%
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
{
background
:
#062e39
;
margin
:
-22.652px
-22.652px
0
;
padding
:
0
;
position
:
relative
;
width
:
110%
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
-ms-border-radius
:
0
;
-o-border-radius
:
0
;
border-radius
:
0
;
border-bottom
:
1px
solid
#03181d
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
{
margin-bottom
:
0
;
background
:
none
;
color
:
#fff
;
border
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
-ms-border-radius
:
0
;
-o-border-radius
:
0
;
border-radius
:
0
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
.ui-tabs-selected
{
border-right
:
1px
solid
#03181d
;
border-left
:
1px
solid
#03181d
;
background-color
:
#073642
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
.ui-tabs-selected
:first-child
{
border-left
:
none
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
.ui-tabs-selected
a
{
color
:
#eee8d5
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
a
{
border
:
none
;
font
:
bold
12px
"Open Sans"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
Geneva
,
Verdana
,
sans-serif
;
text-transform
:
uppercase
;
letter-spacing
:
1px
;
color
:
#839496
;
}
section
.tool-wrapper
div
#graph-container
ul
.ui-tabs-nav
li
a
:hover
{
color
:
#eee8d5
;
}
section
.tool-wrapper
div
#controlls-container
{
display
:
table-cell
;
vertical-align
:
top
;
padding
:
22.652px
;
background
:
#062e39
;
border-right
:
1px
solid
#001317
;
-webkit-box-shadow
:
1px
0
0
#004355
,
inset
0
0
0
4px
#06323d
;
-moz-box-shadow
:
1px
0
0
#004355
,
inset
0
0
0
4px
#06323d
;
box-shadow
:
1px
0
0
#004355
,
inset
0
0
0
4px
#06323d
;
}
box-shadow
:
1px
0
0
#004355
,
inset
0
0
0
4px
#06323d
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
table-cell
;
padding
:
22.652px
;
vertical-align
:
top
;
width
:
48.641%
;
}
section
.tool-wrapper
div
#controlls-container
div
.graph-controls
{
padding
:
22.652px
0
22.652px
;
border-bottom
:
1px
solid
#05232b
;
...
...
templates/sass/courseware/_amplifier.scss
View file @
bd8adcce
...
...
@@ -7,27 +7,81 @@ section.tool-wrapper {
margin
:
lh
()
(
-
(
lh
()))
0
;
color
:
#839496
;
@extend
.clearfix
;
display
:
table
;
div
#graph-container
{
width
:
flex-grid
(
4
.5
,
9
);
margin-left
:
flex-gutter
(
9
);
padding
:
lh
();
background
:
none
;
@include
box-sizing
(
border-box
);
display
:
table-cell
;
padding
:
lh
();
vertical-align
:
top
;
width
:
flex-grid
(
4
.5
,
9
)
+
flex-gutter
(
9
);
.ui-widget-content
{
background
:
none
;
border
:
none
;
@include
border-radius
(
0
);
}
canvas
{
width
:
100%
;
}
ul
.ui-tabs-nav
{
background
:
darken
(
#073642
,
2%
);
margin
:
(
-
(
lh
()))
(
-
(
lh
()))
0
;
padding
:
0
;
position
:
relative
;
width
:
110%
;
@include
border-radius
(
0
);
border-bottom
:
1px
solid
darken
(
#073642
,
8%
);
li
{
margin-bottom
:
0
;
background
:
none
;
color
:
#fff
;
border
:
none
;
@include
border-radius
(
0
);
&
.ui-tabs-selected
{
border-right
:
1px
solid
darken
(
#073642
,
8%
);
border-left
:
1px
solid
darken
(
#073642
,
8%
);
background-color
:
#073642
;
&
:first-child
{
border-left
:
none
;
}
a
{
color
:
#eee8d5
;
}
}
a
{
border
:
none
;
font
:
bold
12px
$body-font-family
;
text-transform
:
uppercase
;
letter-spacing
:
1px
;
color
:
#839496
;
&
:hover
{
color
:
#eee8d5
;
}
}
}
}
}
div
#controlls-container
{
@extend
.clearfix
;
display
:
table-cell
;
vertical-align
:
top
;
padding
:
lh
();
background
:
darken
(
#073642
,
2%
);
border-right
:
1px
solid
darken
(
#002b36
,
6%
);
@include
box-shadow
(
1px
0
0
lighten
(
#002b36
,
6%
)
,
inset
0
0
0
4px
darken
(
#094959
,
6%
));
@include
box-sizing
(
border-box
);
display
:
table-cell
;
padding
:
lh
();
vertical-align
:
top
;
width
:
flex-grid
(
4
.5
,
9
);
div
.graph-controls
{
padding
:
lh
()
0
lh
();
...
...
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