Sha256: a1ee17a63b8781c2de5e3a463a4291bf04609b222bb4fb948fa3a36d40b4ecbc

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 Bytes

Contents

form.search-box {
  .form-control {
    width: 480px;
    max-width: 89% !important;
    height: 47px;
  }
  margin-top: 15px;
  input.form-control {
    padding: 10px;
  }
  .submit-button {
    position: absolute;

    margin-left: -4px;
    width: 47px;
    height: 47px;
    border: 1px solid $blackish;
    border-width: 0 0 0 1px;
    text-indent: -5000px;
    overflow: hidden;
    background: $blackish image-url('icon_search.png') no-repeat -1px 50%;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/assets/stylesheets/peoplefinder/search_box.css.scss
peoplefinder-0.1.0 app/assets/stylesheets/peoplefinder/search_box.css.scss
peoplefinder-0.0.2 app/assets/stylesheets/peoplefinder/search_box.css.scss