Sha256: 45fb71a25fbaa021439b49b186cab0b89dfcfa90801f533c8f81e3961fdfd2e6

Contents?: true

Size: 1.48 KB

Versions: 6

Compression:

Stored size: 1.48 KB

Contents

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  color: #333;
  margin: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px;
}

#gmaps-canvas {
  height: 400px;

  border: 1px solid #999;
  -moz-box-shadow:    0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow:         0px 0px 5px #ccc;
}

#gmaps-error {
  color: #cc0000;
}

h1 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

p {
  padding-top: 5px;
  padding-bottom: 5px;
}

hr {
  border: none;
  padding: 5px;
  border-bottom: 1px solid #efefef;
}

#container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #999;
  -moz-box-shadow:    0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow:         0px 0px 15px #ccc;
}

input {
  width: 500px;
}

#results {
  color: #555;
  padding-top: 10px;
}

#input {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ccc;
}
#input #gmaps-output-latitude, #input #gmaps-output-longitude {
  color: green;
}

.download { float: right; }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gmaps-autocomplete-rails-0.3.1 spec/main.css
gmaps-autocomplete-rails-0.2.0 spec/main.css
gmaps-autocomplete-rails-0.1.2.1 spec/main.css
gmaps-autocomplete-rails-0.1.2 spec/main.css
gmaps-autocomplete-rails-0.1.1 spec/main.css
gmaps-autocomplete-rails-0.1.0 spec/main.css