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