make sure the text field for the upload name doesn't overflow the screen
[lantea.git] / style / lantea.css
index d05d1cc18fd5b51475ce2a90399f21ebc7fd50d8..6fa7aa013091b76ad1a4d1f144a20092b66e8634 100644 (file)
@@ -78,7 +78,7 @@ h1 {
   border-radius: 3px;
 }
 
-#map, #glmap, #track {
+#map, #track {
   position: fixed;
   border: 0;
   top: 0;
@@ -91,10 +91,6 @@ h1 {
   z-index: 1;
 }
 
-#glmap {
-  z-index: 2;
-}
-
 #track {
   z-index: 3;
 }
@@ -168,6 +164,10 @@ h1 {
   opacity: .66;
 }
 
+#uploadDesc {
+  max-width: 95%;
+}
+
 @media screen and (max-width: 500px) {
   body {
     font-size: 10px;