]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/ltr.css.scss
d557ba61833d1fed456a674146895465c26b1da0
[rails.git] / app / assets / stylesheets / ltr.css.scss
1 /* Styles for LTR languages */
2
3 /* Default rules for the body of every page */
4
5 html body {
6   text-align: left;
7 }
8
9 /*
10  * Rules for alert boxes shown in the left sidebar when important
11  * information needs to be conveyed such as when the site is
12  * undergoing maintenance.
13  */
14
15 #alert {
16   text-align: left;
17 }
18
19 /*
20  * Rules for notice boxes shown in the left sidebar when important, but
21  * non-critical information needs to be conveyed such as notices about
22  * donation drives.
23  */
24
25 .notice {
26   text-align: left;
27 }
28
29 /* Rules for the menu displayed in the left sidebar */
30
31 .left_menu {
32   left: 0px;
33 }
34
35 .left_menu td {
36   padding-right: 4px;
37 }
38
39 .left_menu h1 {
40   text-align: left;
41   padding: 0em 0em 0em 1em;
42 }
43
44 .left_menu ul {
45   padding-left: 0px;
46 }
47
48 .left_menu img {
49   margin: 2px 8px 0px 0px;
50 }
51
52 /*
53  * Rules for "optional boxes" which appear in the left sidebar on
54  * certain pages. Current users are the seach box on the main page
55  * and the tag cloud on the traces pages.
56  */
57
58 .optionalbox {
59   left: 0px;
60   text-align: left;
61 }
62
63 /* Rules for the search box */
64
65 .whereami {
66   float: right;
67 }
68
69 /* Rules for tabbed navigation bar */
70
71 #tabnav
72 {
73   padding-left: 215px;
74 }
75
76 #tabnav a, #tabnav a:link, #tabnav a:visited 
77 {
78   float: left;
79   margin-right: 4px;
80 }
81
82 /* Rules for greeting bar in the top right corner */
83
84 #greeting {
85   float: right;
86   padding-right: 10px;
87 }
88
89 /* Rules for the message shown in place of the map when javascript is disabled */
90
91 #noscript {
92   left: 15px
93 }
94
95 /* Rules for attribution text under the main map shown on printouts */
96
97 .attribution_license {
98   text-align: left;
99 }
100
101 .attribution_project {
102   text-align: right;
103 }
104
105 /* Rules for the popout map sidebar */
106
107 #sidebar {
108   left: 0px;
109 }
110
111 #sidebar #sidebar_title {
112   text-align: left;
113 }
114
115 #sidebar #sidebar_close {
116   text-align: right;
117 }
118
119 /* Rules for the main content area */
120
121 #content {
122   left: 192px;
123   right: 10px;
124   text-align: left;
125 }
126
127 #slim_header img {
128   margin-right: 5px;
129 }
130
131 /* Rules for the copyright page */
132
133 #cc_logo {
134   float: right;
135 }
136
137 /* Rules for the changeset list shown by the history tab etc */
138
139 #changeset_list {
140   text-align: left;
141 }
142
143 #changeset_list_map {
144   float: right;
145   right: 0px;
146 }
147
148 /* Rules for the data browser */
149
150 #browse_navigation {
151   float: right;
152   margin-left: 10px;
153 }
154
155 #browse_map {
156   float: right;
157   text-align: right;
158   margin-left: 10px;
159 }
160
161 /* Rules for the trace list shown by the traces tab etc */
162
163 #trace_list {
164   text-align: right;
165 }
166
167 /* Rules for the diary list */
168
169 .diary_entry_list img.user_thumbnail {
170   float: right;
171 }
172
173 /* Rules for the diary entry view */
174
175 .diary_entry_view img.user_image {
176   float: right;
177 }
178
179 .diary_entry_view img.user_thumbnail {
180   float: right;
181 }
182
183 /* Rules for the user list */
184
185 #user_list_actions {
186   float: right;
187 }
188
189 /* Rules for the login page */
190
191 #login_wrapper input[type=submit] {
192   float: right;
193 }
194
195 /* Rules for the account confirmation page */
196
197 form#termsForm div#buttons {
198   float: right;
199 }
200
201 form#termsForm input#agree {
202   margin-left: 50px;
203 }
204
205 /* Rules for the user view */
206
207 .user_view img.user_image {
208   float: right;
209 }
210
211 .user_view .user_map {
212   float: right;
213 }
214
215 /* Rules for rails validation error boxes */
216
217 #errorExplanation h2 {
218   text-align: left;
219   padding: 5px 5px 5px 15px;
220 }
221
222 /* Rules for forms */
223
224 .fieldName {
225   text-align: right;
226 }
227
228 .submitButton {
229   text-align: right;
230 }
231
232 input.openid_url { 
233   background: image-url('openid_input.png') repeat-y left white;
234   padding-left: 16px;
235 }