display: inline-block;
text-decoration: none;
color: $darkgrey;
- padding: 3px 5px 5px 5px;
+ padding: 5px;
&:hover { color: darken($darkgrey, 25%); }
}
}
}
+ .welcome {
+ display: none;
+ }
+
.overlay-sidebar #sidebar {
position: absolute;
z-index: 1000;
height: auto;
border-bottom-right-radius: 5px;
overflow: hidden;
+ .welcome {
+ display: block;
+ }
+ #sidebar_content {
+ display: none;
+ }
}
.welcome {
margin-bottom: $lineheight/2;
input[type="text"] {
width: 80px;
+ text-align: center;
margin-bottom: 5px;
}
}
+ .export_boxy {
+ background: #eee;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+
+ #maxlat { margin-top: -1px; }
+ #minlon {
+ float: left;
+ margin-left: -1px;
+ }
+ #maxlon {
+ float: right;
+ margin-right: -1px;
+ }
+ #minlat { margin-bottom: 0; }
+ }
+
.export_bound {
margin: $lineheight/4;
}