Skip to content

Instantly share code, notes, and snippets.

@otarza
Created August 3, 2012 09:50
Show Gist options
  • Save otarza/3246360 to your computer and use it in GitHub Desktop.
Save otarza/3246360 to your computer and use it in GitHub Desktop.
body {
background: url("http://itblog.ge/pin/map-background.png")
}
* {
padding: 0;
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}
#poi-popup_close {
width: 50px;
height: 50px;
}
#featurePopup {
width: 175px !important;
height: 60px !important;
margin-left: 57px !important;
margin-top: -23px;
background: url("http://itblog.ge/pin/popup.png");
}
#pop-arrow {
margin-top: 5px;
float: right;
width: 28px;
height: 28px;
background: url("http://itblog.ge/pin/button.png");
}
#pop-title {
overflow-x: hidden;
color: white;
font-weight: bold;
height: 100%;
padding-right: 5px;
width: 130px;
}
#featurePopup_FrameDecorationImg_0 {
display: none;
}
#featurePopup_FrameDecorationImg_1 {
display: none;
}
#featurePopup_FrameDecorationImg_2 {
display: none;
}
#featurePopup_FrameDecorationImg_3 {
display: none;
}
#featurePopup_FrameDecorationImg_4 {
display: none;
}
.poi-link {
display: block;
height: 100%;
line-height: 100%;
color: white;
text-decoration: none;
font-size: 10px;
font-weight: bold;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment