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