Add zoom-to button in notice.

This commit is contained in:
Tom MacWright
2013-01-26 16:23:05 -05:00
parent a741d8e6f6
commit e153f79910
3 changed files with 35 additions and 36 deletions
+10 -3
View File
@@ -425,6 +425,8 @@ button[disabled] .label {
.icon.nearby { background-position: -340px 0px;}
.icon.geolocate { background-position: -360px 0px;}
.icon.invert.zoom-in { background-position: -240px -40px;}
.icon.browse { background-position: 0px 0px;}
.icon.add-point { background-position: -20px 0px;}
.icon.add-line { background-position: -40px 0px;}
@@ -996,12 +998,11 @@ div.typeahead a:first-child {
float:left;
width:33.333%;
padding-right: 10px;
text-align:center;
}
.notice .notice-text {
.notice .notice-inner {
height: 40px;
text-align: center;
font-weight: normal;
border-radius: 5px;
line-height: 40px;
background: #fff;
@@ -1009,6 +1010,12 @@ div.typeahead a:first-child {
opacity: 0.9;
}
.notice .notice-inner .zoom-to {
width:40px;
height:40px;
margin-right:10px;
}
/* Tooltips
------------------------------------------------------- */