initial commit
This commit is contained in:
		
							
								
								
									
										55
									
								
								css/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								css/style.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
			
		||||
.mydragable {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  z-index: 9;
 | 
			
		||||
  cursor: move;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.divMap {
 | 
			
		||||
  z-index: 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
img {
 | 
			
		||||
  -webkit-user-select: none;
 | 
			
		||||
  -khtml-user-select: none;
 | 
			
		||||
  -moz-user-select: none;
 | 
			
		||||
  -o-user-select: none;
 | 
			
		||||
  user-select: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  color: #333;
 | 
			
		||||
  background: #f0f0f0;
 | 
			
		||||
  padding: 20px 0;
 | 
			
		||||
}
 | 
			
		||||
.mapimg {
 | 
			
		||||
  border:1px solid #000000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
table {
 | 
			
		||||
  width: auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.center {
 | 
			
		||||
  text-align:center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  background-color: #428bca;
 | 
			
		||||
  border: 1px solid #357ebd;
 | 
			
		||||
  -webkit-border-radius: 4;
 | 
			
		||||
  -moz-border-radius: 4;
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  padding: 6px 12px;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn:hover {
 | 
			
		||||
  background-color: #3071a9;
 | 
			
		||||
  border-color: #285e8e;
 | 
			
		||||
  ext-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user