.attr('class', 'control-key');
var button = $('<a>')
- .attr('class', 'control-button mobile-hide')
+ .attr('class', 'control-button')
.attr('href', '#')
.html('<span class="icon key"></span>')
.on('click', toggle)
.attr('class', 'control-layers');
var button = $('<a>')
- .attr('class', 'control-button mobile-hide')
+ .attr('class', 'control-button')
.attr('href', '#')
.attr('title', I18n.t('javascripts.map.layers.title'))
.html('<span class="icon layers"></span>')
.attr('class', 'control-share');
var button = $('<a>')
- .attr('class', 'control-button mobile-hide')
+ .attr('class', 'control-button')
.attr('href', '#')
.attr('title', I18n.t('javascripts.share.title'))
.html('<span class="icon share"></span>')
/* Styles specific to a small screen, such as iPhone, Android, etc... */
-* { -webkit-appearance: none; }
+input[type="submit"],
+input[type="text"] { -webkit-appearance: none; }
/* Default rules for the body of every page */
// height: 100%;
// position: fixed;
}
+ #map-ui {
+ z-index: 9999;
+ width: 100%;
+ overflow-y: scroll;
+ }
}
.leaflet-top.leaflet-right {
min-height: auto;
}
-/* Rules for the map UI */
-
-.layers-ui {
- .leaflet-container {
- display: none;
- }
-
- li {
- border-radius: 0;
- margin-bottom: 0;
-
- &:first-child {
- border-radius: 4px 4px 0 0;
- }
-
- &:last-child {
- border-radius: 0 0 4px 4px;
- }
- }
-
- .overlay-layers p {
- display: none;
- }
-}
-
/* Rules for the login form */
#login_login input#user_email {