check-in bower_components
This commit is contained in:
parent
4cc16bccd0
commit
9e08e74132
101 changed files with 90960 additions and 0 deletions
83
bower_components/leaflet-search/dist/leaflet-search.mobile.src.css
vendored
Normal file
83
bower_components/leaflet-search/dist/leaflet-search.mobile.src.css
vendored
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
/*
|
||||
* Leaflet Search Control v1.4.7 - 2014-01-04
|
||||
*
|
||||
* Copyright 2014 Stefano Cudini
|
||||
* stefano.cudini@gmail.com
|
||||
* http://labs.easyblog.it/
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
*
|
||||
* Demo:
|
||||
* http://labs.easyblog.it/maps/leaflet-search/
|
||||
*
|
||||
* Source:
|
||||
* git@github.com:stefanocudini/leaflet-search.git
|
||||
*
|
||||
*/
|
||||
|
||||
/* SEARCH */
|
||||
.leaflet-control.leaflet-control-search {
|
||||
z-index:2000;
|
||||
}
|
||||
.leaflet-control-search .search-input {
|
||||
display:block;
|
||||
float:left;
|
||||
background: #fff;
|
||||
border:1px solid #666;
|
||||
border-radius:2px;
|
||||
height:24px;
|
||||
font-size:1.25em;
|
||||
padding:0 .125em;
|
||||
margin:3px;
|
||||
padding-right:30px;
|
||||
}
|
||||
.leaflet-control-search .search-button:hover,
|
||||
.leaflet-control-search .search-button {
|
||||
background-image: url('../images/search-icon-mobile.png');
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background-position: 1px 1px;
|
||||
width:32px;
|
||||
height:32px;
|
||||
}
|
||||
.leaflet-control-search.search-load .search-input {
|
||||
background: url('../images/loader.gif') no-repeat center right #fff;
|
||||
}
|
||||
.leaflet-control-search .search-cancel {
|
||||
background-image: url('../images/search-icon-mobile.png');
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background-position: 0px -62px;
|
||||
width:26px;
|
||||
height:26px;
|
||||
right:34px;
|
||||
margin:3px;
|
||||
}
|
||||
.leaflet-control-search .search-tooltip {
|
||||
max-height:142px;/*(.search-tip height * 5)*/
|
||||
}
|
||||
.leaflet-control-search .search-tip {
|
||||
font-size:1em;
|
||||
margin:2px;
|
||||
padding:2px;
|
||||
display:block;
|
||||
color:black;
|
||||
background: rgba(255,255,255,0.8);
|
||||
border-radius:.25em;
|
||||
text-decoration:none;
|
||||
white-space:nowrap;
|
||||
vertical-align:center;
|
||||
}
|
||||
.leaflet-control-search .search-tip .climbo-icon-mini {
|
||||
float:right;
|
||||
display:block;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.leaflet-control-search .search-button:hover,
|
||||
.leaflet-control-search .search-tip-select,
|
||||
.leaflet-control-search .search-tip:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
.leaflet-control-search .search-alert {
|
||||
font-size:1.2em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue