]> git.openstreetmap.org Git - rails.git/blob - public/stylesheets/ltr.css
26d4f1fd85983df4c21ff6a8289df9a7952c55d6
[rails.git] / public / stylesheets / ltr.css
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 OpenLayers maps */
96
97 #map {
98   left: 0px;
99   right: 2px;
100 }
101
102 #permalink {
103   left: 15px;
104   text-align: left;
105 }
106
107 /* Rules for attribution text under the main map shown on printouts */
108
109 .attribution_license {
110   text-align: left;
111 }
112
113 .attribution_project {
114   text-align: right;
115 }
116
117 /* Rules for the popout map sidebar */
118
119 #sidebar {
120   left: 0px;
121 }
122
123 #sidebar #sidebar_title {
124   text-align: left;
125 }
126
127 #sidebar #sidebar_close {
128   text-align: right;
129 }
130
131 /* Rules for the main content area */
132
133 #content {
134   left: 192px;
135   right: 10px;
136   text-align: left;
137 }
138
139 #slim_header img {
140   margin-right: 5px;
141 }
142
143 /* Rules for the copyright page */
144
145 #cc_logo {
146   float: right;
147 }
148
149 /* Rules for the changeset list shown by the history tab etc */
150
151 #changeset_list {
152   text-align: left;
153 }
154
155 #changeset_list_map {
156   float: right;
157   right: 0px;
158 }
159
160 /* Rules for the data browser */
161
162 #browse_navigation {
163   float: right;
164   margin-left: 10px;
165 }
166
167 #browse_map {
168   float: right;
169   text-align: right;
170   margin-left: 10px;
171 }
172
173 /* Rules for the trace list shown by the traces tab etc */
174
175 #trace_list {
176   text-align: right;
177 }
178
179 /* Rules for the diary list */
180
181 #diary_list img.user_thumbnail {
182   float: right;
183 }
184
185 /* Rules for the diary entry view */
186
187 #diary_entry img.user_image {
188   float: right;
189 }
190
191 #diary_entry img.user_thumbnail {
192   float: right;
193 }
194
195 /* Rules for the user list */
196
197 #user_list_actions {
198   float: right;
199 }
200
201 /* Rules for the login page */
202
203 #login_wrapper input[type=submit] {
204   float: right;
205 }
206
207 /* Rules for the account confirmation page */
208
209 form#termsForm div#buttons {
210   float: right;
211 }
212
213 form#termsForm input#agree {
214   margin-left: 50px;
215 }
216
217 /* Rules for the user view */
218
219 #user_details img.user_image {
220   float: right;
221 }
222
223 #user_details .user_map {
224   float: right;
225 }
226
227 /* Rules for rails validation error boxes */
228
229 #errorExplanation h2 {
230   text-align: left;
231   padding: 5px 5px 5px 15px;
232 }
233
234 /* Rules for forms */
235
236 .fieldName {
237   text-align: right;
238 }
239
240 .submitButton {
241   text-align: right;
242 }
243
244 input.openid_url { 
245   background: url('../images/openid_input.png') repeat-y left white;
246   padding-left: 16px;
247 }