]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/ltr.css.scss
Cleanup style
[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   margin-left: 185px;
73 }
74
75 #tabnav a, #tabnav a:link, #tabnav a:visited {
76   float: left;
77   margin-right: 4px;
78 }
79
80 /* Rules for greeting bar in the top right corner */
81
82 #greeting {
83   float: right;
84   padding-right: 10px;
85 }
86
87 /* Rules for the message shown in place of the map when javascript is disabled */
88
89 #noscript {
90   left: 15px
91 }
92
93 /* Rules for attribution text under the main map shown on printouts */
94
95 .attribution_license {
96   text-align: left;
97 }
98
99 .attribution_project {
100   text-align: right;
101 }
102
103 #map {
104   border-left: 1px solid #ccc;
105 }
106
107 /* Rules for the popout map sidebar */
108
109 #sidebar {
110   left: 0px;
111   margin-right: 3px;
112 }
113
114 #sidebar #sidebar_title {
115   text-align: left;
116 }
117
118 #sidebar #sidebar_close {
119   text-align: right;
120 }
121
122 /* Rules for the main content area */
123
124 body.site #content {
125   border: 0;
126 }
127
128 #content {
129   border-left: 1px solid #ccc;
130   left: 185px;
131   right: 0px;
132   text-align: left;
133 }
134
135 #slim_header img {
136   margin-right: 5px;
137 }
138
139 /* Rules for the copyright page */
140
141 #cc_logo {
142   float: right;
143 }
144
145 /* Rules for the changeset list shown by the history tab etc */
146
147 #changeset_list {
148   text-align: left;
149 }
150
151 #changeset_list_map {
152   float: right;
153   right: 0px;
154 }
155
156 /* Rules for the data browser */
157
158 #browse_navigation {
159   float: right;
160   margin-left: 10px;
161 }
162
163 #browse_map {
164   float: right;
165   text-align: right;
166   margin-left: 10px;
167 }
168
169 /* Rules for the trace list shown by the traces tab etc */
170
171 #trace_list {
172   text-align: right;
173 }
174
175 /* Rules for the diary list */
176
177 .diary_entry_list img.user_thumbnail {
178   float: right;
179 }
180
181 /* Rules for the diary entry view */
182
183 .diary_entry_view img.user_image {
184   float: right;
185 }
186
187 .diary_entry_view img.user_thumbnail {
188   float: right;
189 }
190
191 /* Rules for the user list */
192
193 #user_list_actions {
194   float: right;
195 }
196
197 /* Rules for the login page */
198
199 #login_wrapper input[type=submit] {
200   float: right;
201 }
202
203 /* Rules for the account confirmation page */
204
205 form#termsForm div#buttons {
206   float: right;
207 }
208
209 form#termsForm input#agree {
210   margin-left: 50px;
211 }
212
213 /* Rules for the user view */
214
215 .user_view img.user_image {
216   float: right;
217 }
218
219 .user_view .user_map {
220   float: right;
221 }
222
223 /* Rules for rails validation error boxes */
224
225 #errorExplanation h2 {
226   text-align: left;
227   padding: 5px 5px 5px 15px;
228 }
229
230 /* Rules for forms */
231
232 .fieldName {
233   text-align: right;
234 }
235
236 .submitButton {
237   text-align: right;
238 }
239
240 input.openid_url { 
241   background: image-url('openid_input.png') repeat-y left white;
242   padding-left: 16px;
243 }