1 /* Styles for LTR languages */
3 /* Default rules for the body of every page */
9 /* Rules for the left sidebar */
12 border-right: 1px solid #ccc;
15 /* Rules for the menu displayed in the left sidebar */
27 padding: 0em 0em 0em 1em;
35 margin: 2px 8px 0px 0px;
39 * Rules for "optional boxes" which appear in the left sidebar on
40 * certain pages. Current users are the search box on the main page
41 * and the tag cloud on the traces pages.
49 /* Rules for the search box */
51 #search_field input[type="text"] {
52 padding: 2px 0px 2px 5px;
55 #search_field input[type="submit"] {
59 /* Rules for donation request box */
61 .donate .donate-icon {
65 /* Rules for tabbed navigation bar */
79 /* Rules for greeting bar in the top right corner */
86 /* Rules for the message shown in place of the map when javascript is disabled */
92 /* Rules for attribution text under the main map shown on printouts */
94 .attribution_license {
98 .attribution_project {
102 /* Rules for the popout map sidebar */
106 border-right: 1px solid #ccc;
109 #sidebar #sidebar_title {
113 #sidebar #sidebar_close {
117 /* Rules for the main content area */
121 border-left: 1px solid #ccc;
129 /* Rules for the copyright page */
135 /* Rules for the changeset list shown by the history tab etc */
141 #changeset_list_map {
146 /* Rules for the data browser */
159 /* Rules for the trace list shown by the traces tab etc */
165 /* Rules for the diary list */
167 .diary_entry-list img.user_image {
171 .diary_entry-list img.user_thumbnail {
175 /* Rules for the diary entry view */
177 .diary_entry-view img.user_image {
181 .diary_entry-view img.user_thumbnail {
185 /* Rules for the user list */
191 /* Rules for the account confirmation page */
193 form#termsForm div#buttons {
197 form#termsForm input#agree {
201 /* Rules for the user view */
203 .user-view img.user_image {
207 .user-view .user_map {
211 /* Rules for rails validation error boxes */
213 #errorExplanation h2 {
215 padding: 5px 5px 5px 15px;
218 /* Rules for forms */
229 background: image-url('openid_input.png') repeat-y left white;
233 /* Rules for rich text editors */
235 .richtext_container {
241 padding: 0px 15px 0px 0px !important;
248 input.richtext_doedit {
249 margin-right: 10px !important;
252 input.richtext_dopreview {
253 margin-left: 10px !important;