forked from prose/prose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-rtl.css
27 lines (22 loc) · 848 Bytes
/
style-rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Global */
.icon.branding { float:left; }
.content-search { margin-right:10px; }
/* Listings */
.listing .listing-icon { right:15px; left:auto; }
.listing .actions a { float:right; }
.details { padding-right:55px; padding-left:0; }
.heading .details { padding-right:70px; padding-left:0; }
.details .parent-trail span { margin-right:5px; margin-left:5px; }
/* Editor */
.toolbar .group { margin-right:15px; margin-left:0; }
.dialog.link { right:23px; left:auto; }
.dialog.no-directory { right:50px; left:auto; }
/* Helper Classes Reversed */
.fl { float:right; }
.fr { float:left; }
.inline { margin-left:8px; margin-right:0; }
/* Media Rules */
@media all and (max-width:1240px) {
#heading { margin-right:15px; }
.fixed .containment, .limiter { padding-right: 30%; }
}