]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Remove unused permalink styles
[rails.git] / app / assets / stylesheets / common.css.scss
index 8f500acea2e4d8801a152fa41b3d281dfa8a75b3..48112c2c6ed8244c14783ced909cefca0eec0ece 100644 (file)
@@ -332,6 +332,7 @@ h2 {
 
 #top-bar {
   position: absolute;
+  z-index: 10000;
   top: 0;
   left: 185px;
   right: 0;
@@ -438,24 +439,9 @@ body.site-export #tabnav a#exportanchor {
   padding: 0px;
 }
 
-#permalink {
-  z-index: 10000;
-  position: absolute;
-  bottom: 0px;
-  right: 0px;
-  padding: 5px;
-  background:#fff;
-  text-align: right;
-  font-size: 12px;
-}
-
-#permalink a {
-  padding: 5px;
-}
-
 .site-index .leaflet-top,
 .site-export .leaflet-top {
-  top: 10px !important;
+  top: 40px !important;
 
   .leaflet-control {
     margin-top: 0px !important;
@@ -679,6 +665,7 @@ body.site-export #tabnav a#exportanchor {
 .site-index #content,
 .site-export #content {
   position: fixed;
+  margin-top: 0px;
   left: 0px;
   right: 0px;
   top: 0px;
@@ -686,6 +673,10 @@ body.site-export #tabnav a#exportanchor {
   padding: 0px;
 }
 
+.site-edit #content {
+  top: 30px;
+}
+
 #slim_container {
   width: 100%;
 }