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
23e2b8b7
Commit
23e2b8b7
authored
Feb 11, 2015
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusting RTL styles for UX-1628
parent
eb2d8c4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
17 deletions
+11
-17
lms/static/sass/shared/_header.scss
+11
-17
No files found.
lms/static/sass/shared/_header.scss
View file @
23e2b8b7
...
...
@@ -162,7 +162,7 @@ header.global {
position
:
absolute
;
top
:
4px
;
@include
transition
(
all
0
.15s
linear
0s
);
width
:
26
px
;
width
:
19
px
;
}
&
:hover
,
&
:focus
{
...
...
@@ -299,11 +299,6 @@ header.global {
@extend
%m-btn-primary
;
}
}
// logged in
&
.authenticated
{
}
}
}
...
...
@@ -335,7 +330,6 @@ header.global-new {
@extend
%ui-depth1
;
/* Temp. fix until applied globally */
@include
box-sizing
(
border-box
);
position
:
relative
;
width
:
100%
;
border-bottom
:
4px
solid
$courseware-border-bottom-color
;
...
...
@@ -352,7 +346,7 @@ header.global-new {
}
h1
.logo
{
float
:
left
;
@include
float
(
left
)
;
margin
:
-2px
39px
0
10px
;
position
:
relative
;
...
...
@@ -361,12 +355,12 @@ header.global-new {
}
}
.
left
{
float
:
left
;
.
nav-global
{
@include
float
(
left
)
;
}
.guest
{
float
:
right
;
@include
float
(
right
)
;
}
>
li
{
...
...
@@ -436,7 +430,7 @@ header.global-new {
}
.user
{
float
:
right
;
@include
float
(
right
)
;
margin-top
:
4px
;
>
.primary
{
...
...
@@ -452,8 +446,8 @@ header.global-new {
&
:last-child
{
>
a
{
border-radius
:
0
4px
4px
0
;
border-left
:
none
;
@include
border-radius
(
0
,
4px
,
4px
,
0
)
;
@include
border-left
(
none
)
;
padding
:
5px
8px
7px
8px
;
&
.shopping-cart
{
...
...
@@ -485,7 +479,7 @@ header.global-new {
position
:
absolute
;
top
:
4px
;
@include
transition
(
all
0
.15s
linear
0s
);
width
:
26
px
;
width
:
19
px
;
}
&
:hover
,
&
:focus
{
...
...
@@ -568,7 +562,7 @@ header.global-new {
%default-header-nav
{
margin-top
:
(
$baseline
/
4
);
list-style
:
none
;
float
:
left
;
@include
float
(
left
)
;
li
,
div
{
...
...
@@ -601,7 +595,7 @@ header.global-new {
.nav-courseware
{
@extend
%default-header-nav
;
float
:
right
;
@include
float
(
right
)
;
div
{
display
:
inline-block
;
...
...
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