]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Fix the popup image - was updated in OL 2.10 release with a new size
[rails.git] / public / stylesheets / common.css
index 42f28612ee809c73ab152df8d2b4a781801c7362..9a5bcdf9d1ff7ce185bbddc9634d4da0f654633f 100644 (file)
@@ -344,6 +344,27 @@ hr {
   text-align: right;
 }
 
+/* Rules for edit menu */
+
+#editmenu {
+  display: none;
+  z-index: 10000;
+  position: absolute;
+  background-color: #ffffff;
+  border: 1px solid black;
+}
+
+#editmenu ul {
+  margin-top: 10px;
+  margin-bottom: 10px;
+  padding-left: 10px;
+  padding-right: 10px;
+}
+
+#editmenu li {
+  list-style-type: none;
+}
+
 /* Rules for attribution text under the main map shown on printouts */
 
 #attribution {
@@ -570,7 +591,7 @@ hr {
 }
 
 #user_list tr {
-  vertical-align: center;
+  vertical-align: middle;
 }
 
 #user_list p {