forked from drupalprojects/rubik
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-rtl.css
More file actions
executable file
·151 lines (124 loc) · 2.88 KB
/
style-rtl.css
File metadata and controls
executable file
·151 lines (124 loc) · 2.88 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/**
* Branding ===========================================================
*/
#branding a { float:right; }
#branding ul.links { float:left; }
#branding .breadcrumb { float:right; }
#branding .breadcrumb a,
#branding .breadcrumb strong { float:right; }
#branding .breadcrumb a, #branding .breadcrumb strong {
background: url(images/bleeds-rtl.png) 0 -60px no-repeat;
}
#branding ul.links a {
background: url(images/bleeds-rtl.png) 100% -30px no-repeat;
}
#branding ul.links a:hover { background-position:100% -90px; }
#branding .breadcrumb-depth-0 a,
#branding .breadcrumb-depth-0 strong { padding-right:10px; }
#branding .breadcrumb a:hover { background-position:0% -90px; }
ul.primary-tabs.links li{float:left !important;}
#branding .breadcrumb-link {float: right;}
/**
* Page title =========================================================
*/
#page-title .page-title span.icon {
float:right;
margin-left:10px;
margin-right:0;
}
/**
* Tabs ===============================================================
*/
ul.primary-tabs {
left:60px;
right:auto;
float: left;
}
ul.primary-tabs li {
padding-left:0;
padding-right:5px;
}
ul.primary-tabs li.active a,
ul.primary-tabs li.active a.active {
-moz-border-radius:3px 0px 0px 3px;
}
ul.secondary-tabs { float:left; }
/**
* Footer =============================================================
*/
#footer .footer-message {
float:right;
}
#footer .feed-icons {
float:left;
}
#footer .feed-icons label,
#footer .feed-icons a {
float:right;
}
/**
* Help ===============================================================
*/
a#help-toggler {
left:30px;
right:auto;
}
#help-text.with-tabs {
-moz-border-radius:2px 0px 0px 2px;
}
#help-text .breadcrumb-link {
padding-left:0;
padding-right:20px;
}
/**
* Content ============================================================
*/
#help-text,
.help-page,
div.comment,
div.node { background-position:35% 0%; }
#help-text .column-main .column-wrapper {
padding-left:0px;
padding-right:59px;
}
#help-text .column-main .column-wrapper span.icon {
left:auto;
right:15px;
}
/**
* System =============================================================
*/
.admin .right {
padding-left: 0;
padding-right: 5px;
float: left;
margin-left: 0 !important;
}
.admin .left {
padding-left: 5px;
padding-right: 0;
float: right;
margin-right: 0 !important;
}
/* admin/content/node & admin/user/user */
#content dl.multiselect,
#content dl.multiselect dt,
#content dl.multiselect dd { margin:0px 0px 0px 10px; }
/* update options */
.admin-options label,
.admin-options .form-item {
margin-left:10px;
margin-right:0px;
float:right;
}
/* tabs and shortcut icons */
#page-title .page-title {
float: right;
}
.add-or-remove-shortcuts, .action-links {
float: right;
}
.tabledrag-toggle-weight-wrapper {
float: left;
text-align: right;
}