Skip to content

Commit efa3e09

Browse files
committed
moved sidebar to the right for farsi users completely.
1 parent 0c80105 commit efa3e09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

public/css/rtl.css

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.powered-by {
22
left: 20px;
3+
right: inherit;
4+
}
5+
6+
.sidebar ul li.active{
7+
border-left: none;
8+
border-right: 7px solid #f26101;
39
}
410

511
.top-icon-bar {
@@ -10,6 +16,10 @@
1016
text-align: right;
1117
}
1218

19+
#side-menu .badge {
20+
left: 0px !IMPORTANT;
21+
}
22+
1323

1424
@media (min-width: 768px) {
1525
.sidebar {

0 commit comments

Comments
 (0)