height: 1px;
}
+/* Default rules for headings */
+
h2 {
margin: 5px 0;
font-size: 25px;
position: absolute;
top: 0px;
width: 185px;
+ font-size: 11px;
+ line-height: 12px;
}
/* Rules for the OpenStreetMap logo in the top left corner */
/* Rules for the introductory text displayed in the left sidebar to new users */
#intro {
- font-size: 11px;
- line-height: 12px;
border-top: 1px solid #ccc;
}
/* Rules for the menu displayed in the left sidebar */
.left_menu {
- padding: 10px;
+ padding: 5px;
margin: 4px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
-.left_menu td {
- font-size: 12px;
-}
-
.left_menu h1 {
font-style: normal;
font-size: 15px;
padding: 5px;
margin: 4px 0;
border-top: 1px solid #ccc;
- line-height: 15px;
- font-size: 12px;
}
.optionalbox h1 {
}
.search_help {
- font-size: 10px;
- line-height: 15px;
margin-top: 2px;
margin-bottom: 0px;
}
}
/* Rules for OpenLayers maps */
+
#map {
margin: 0px;
padding: 0px;
}
#permalink a {
- padding: 5px;
+ padding: 5px;
}
/* Rules for edit menu */
#sidebar {
display: none;
position: absolute;
- border: 1px solid #888;
margin: 0px;
padding: 0px;
width: 30%;
#sidebar .sidebar_title {
margin: 0px;
- padding: 3px 6px;
+ padding: 3px 6px 4px 6px;
height: 29px;
font-size: 14px;
line-height: 15px;
- border-bottom: 1px solid #888;
background: #bbb;
}
.search_results_heading {
margin: 0px;
- padding: 3px 6px;
- border: 1px solid #ccc;
- background: #ddd;
+ padding: 2px 5px;
+ border-bottom: 1px solid #ccc;
+ font-weight: bold;
}
.search_results_entry {
margin: 0px;
- padding: 2px 6px;
+ padding: 2px 5px;
}
.search_results_error {
/* Rules for the main content area */
-body.site #content {
- padding: 0px;
- margin: 0px;
- position: absolute;
- bottom: 0px;
-}
-
#content {
padding: 10px;
margin: 0px;
bottom: 0px;
}
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+ border: 0px;
+ padding: 0px;
+}
+
#slim_container {
width: 100%;
}
position: relative;
width: 90%;
height: 400px;
+ border: 1px solid #ccc;
display: none;
}
position: relative;
width: 500px;
height: 400px;
+ border: 1px solid #ccc;
}
#accountImage td {
position: relative;
width: 400px;
height: 400px;
+ border: 1px solid #ccc;
}
.user_view .user_map p#no_home_location {