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
93425a7c
Commit
93425a7c
authored
Oct 24, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5719 from edx/frances/fix/rtl-dashboard-fixes
small UI fixes on dashboard for RTL
parents
60bb6a10
13b97e36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
lms/static/sass/multicourse/_dashboard.scss
+9
-2
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
93425a7c
...
...
@@ -479,7 +479,7 @@
.sts-enrollment
{
position
:
absolute
;
top
:
105px
;
left
:
0
;
@include
left
(
0
)
;
display
:
inline-block
;
text-align
:
center
;
width
:
200px
;
...
...
@@ -702,12 +702,19 @@
.ui-toggle-expansion
{
@include
transition
(
all
0
.25s
ease-in-out
0s
);
@include
transform
(
rotate
(
-90deg
));
@include
transform-origin
(
50%
50%
);
@include
font-size
(
21
);
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
@include
rtl
{
@include
transform
(
rotate
(
90deg
));
}
@include
ltr
{
@include
transform
(
rotate
(
-90deg
));
}
}
.message-copy
{
...
...
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