-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from AmirMehrabi/master
Added RTL style to the panel.
- Loading branch information
Showing
3 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.powered-by { | ||
left: 20px; | ||
right: inherit; | ||
} | ||
|
||
.sidebar ul li.active{ | ||
border-left: none; | ||
border-right: 7px solid #f26101; | ||
} | ||
|
||
.top-icon-bar { | ||
text-align: left; | ||
} | ||
|
||
.sidebar ul li { | ||
text-align: right; | ||
} | ||
|
||
#side-menu .badge { | ||
left: 0px !IMPORTANT; | ||
} | ||
|
||
|
||
@media (min-width: 768px) { | ||
.sidebar { | ||
right: 0px; | ||
} | ||
#page-wrapper { | ||
margin: 0px 210px 0px 0px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters