Sha256: 6fe22ae045861c496d05a51756f4dabf73b1907f3ad89a90c77a7b59c8f96685

Contents?: true

Size: 993 Bytes

Versions: 1

Compression:

Stored size: 993 Bytes

Contents

@import "katello/katello_base";

/* search forms */

.search, .filter {
  position: absolute;
  button {
    position: absolute;
    width: 16px; height: 16px;
    text-indent: -4000em;
    right: 10px; top: 50%;
    margin: -8px 0 0;
    background-position: 0 0;
    border: none;
    padding: 0;
    &:hover {
        @include box-shadow(none);
    }
  }
  input[type="search"] {
    float: right; /* webkit adds an extra padding and makes the widget narrower */
    width: 220px;
  }
  input[type="input"] {
    float: right; /* webkit adds an extra padding and makes the widget narrower */
    width: 220px;
    padding-left: 4px;
  }
}
.search_button, .filter_button {
    background: $search_icon_white;
    position: relative;
    width: 16px; height: 16px;
    text-indent: -4000em;
    margin: 6px 12px 3px 3px;
    background-position: 0 0;
    border: none;
    padding: 0;
    &:hover {
        background-position: 0 -16px;
    }
}
.filter_button {
  left: -28px;
  top: -2px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-1.5.0 app/assets/stylesheets/katello/widgets/_search.scss