]> dev.renevier.net Git - syj.git/blobdiff - public/css/syj.css
kml export
[syj.git] / public / css / syj.css
index f50af3ed846fedff4ff941e1632199dbf448594e..44cfc9f63152d1a06b1a1c19cc06fdb57f063af2 100644 (file)
@@ -78,12 +78,20 @@ body, html {
     background-color: #BBBBFF;
 }
 
+.info-title {
+    text-decoration: underline;
+}
+
 #path-infos-content {
-    background-color: white;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
-    margin: 2px 10px 2px 0;
+    text-align: center;
+    padding: 4px 15px 15px 15px;
+}
+
+#path-export-title {
+    margin-top: 1em;
+}
+#path-export-content a {
+    text-decoration: none;
 }
 
 #path-length {
@@ -101,9 +109,6 @@ body, html {
     border-radius: 5px;
     background-color: white;
 }
-#path-length-title {
-    text-decoration: underline;
-}
 
 #data_controls {
     position: absolute;