left: 15px
}
-/* Rules for OpenLayers maps */
+/* Rules for attribution text under the main map shown on printouts */
-#map {
- left: 0px;
- right: 2px;
+.attribution_license {
+ text-align: left;
}
-#permalink {
- left: 15px;
- text-align: left;
+.attribution_project {
+ text-align: right;
}
/* Rules for the popout map sidebar */
/* Rules for the diary list */
-#diary_list img.user_thumbnail {
+.diary_entry_list img.user_thumbnail {
float: right;
}
/* Rules for the diary entry view */
-#diary_entry img.user_image {
+.diary_entry_view img.user_image {
float: right;
}
-#diary_entry img.user_thumbnail {
+.diary_entry_view img.user_thumbnail {
float: right;
}
/* Rules for the user view */
-#user_details img.user_image {
+.user_view img.user_image {
float: right;
}
-#user_details .user_map {
+.user_view .user_map {
float: right;
}
text-align: right;
}
+.submitButton {
+ text-align: right;
+}
+
input.openid_url {
background: url('../images/openid_input.png') repeat-y left white;
padding-left: 16px;