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
c5d72463
Commit
c5d72463
authored
Sep 11, 2013
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #822 from edx/valera/fix_controls_stack_2_rows
Adding styles to fix issue BLD-221.
parents
2ddaf908
dd5506ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
common/lib/xmodule/xmodule/css/video/display.scss
+23
-0
No files found.
common/lib/xmodule/xmodule/css/video/display.scss
View file @
c5d72463
...
@@ -225,6 +225,19 @@ div.video {
...
@@ -225,6 +225,19 @@ div.video {
@include
transition
(
none
);
@include
transition
(
none
);
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
width
:
116px
;
width
:
116px
;
@media
(
max-width
:
1024px
)
{
width
:
86px
;
}
h3
{
display
:
block
;
@media
(
max-width
:
1024px
)
{
display
:
none
;
}
}
outline
:
0
;
outline
:
0
;
&
:focus
{
&
:focus
{
...
@@ -247,6 +260,11 @@ div.video {
...
@@ -247,6 +260,11 @@ div.video {
font-weight
:
bold
;
font-weight
:
bold
;
margin-bottom
:
0
;
margin-bottom
:
0
;
padding
:
0
lh
(
.5
)
0
0
;
padding
:
0
lh
(
.5
)
0
0
;
@media
(
max-width
:
1024px
)
{
padding
:
0
lh
(
.5
)
0
lh
(
.5
);
}
line-height
:
46px
;
line-height
:
46px
;
color
:
#fff
;
color
:
#fff
;
}
}
...
@@ -268,6 +286,11 @@ div.video {
...
@@ -268,6 +286,11 @@ div.video {
opacity
:
0
.0
;
opacity
:
0
.0
;
position
:
absolute
;
position
:
absolute
;
width
:
131px
;
width
:
131px
;
@media
(
max-width
:
1024px
)
{
width
:
101px
;
}
z-index
:
10
;
z-index
:
10
;
li
{
li
{
...
...
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