[javascript] / trunk / google_maps_nojs / css / styles.css Repository:
ViewVC logotype

View of /trunk/google_maps_nojs/css/styles.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 384 - (download) (as text) (annotate)
Wed Jun 4 17:28:13 2008 UTC (2 years, 3 months ago) by tuupola
File size: 1088 byte(s)
Add working zoom and pan controls.
#sidebar {
  width: 250px;
}

#content {
  width: 520px;
}

#content img {
  float: left;
  border: 0px solid #999;
  margin: 0px;
  padding: 0px;
}

#map {
  border: 1px solid #999;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
  color: #ccc;
  line-height: 20px;
  padding: 5px;
  clear: both;
}

ul {
  margin: 0;
  padding-left: 15px;
}

#sidebar li {
  clear: both;      
}

/* Google controls */

#controls {
  width: 37px; 
  height: 94px; 
  position: 
  relative; 
  left: 7px; 
  top: 7px;
}

#pan_up {
  position: absolute; 
  left: 9px; 
  top: 0px; 
  width: 18px; 
  height: 18px;
}

#pan_down {
  position: absolute; 
  left: 9px; 
  top: 36px; 
  width: 18px; 
  height: 18px;
}

#pan_left {
  position: absolute; 
  left: 0px; 
  top: 18px; 
  width: 18px; 
  height: 18px;
}

#pan_right {
  position: absolute; 
  left: 18px; 
  top: 18px; 
  width: 18px; 
  height: 18px;
}

#zoom_in {
  position: absolute; 
  left: 9px; 
  top: 57px; 
  width: 18px; 
  height: 18px;
}

#zoom_out {
  position: absolute; 
  left: 9px; top: 75px; 
  width: 18px; 
  height: 18px;
}

Mika Tuupola
ViewVC Help
Powered by ViewVC 1.1-dev