Sha256: 26d63e8fc203ef55cd770036bf70f09d4905d09a09dc964efd399ebfd76f2e66

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

input[type="text"].omnibar {
  font-size: 2em;
  height: 1em;
  margin: 0;
  width: 516px;
}

.dropdown-menu > li.omnibar-item > a {
  padding: 8px 16px;
  line-height: 1em;
}

.omnibar-item {
  width: 528px;
  
  .bubble {
    width: 0.75em;
    height: 0.75em;
    border-radius: 0.75em;
  }
  
  .commit-sha, .ticket-number {
    font-size: 0.75em;
    opacity: 0.5;
  }
  
  .commit-message, .ticket-summary {
    line-height: 1em;
    display: block;
    text-overflow: ellipsis;
    max-width: 488px;
    overflow: hidden;
    text-indent: 3px;
    margin-left: 32px;
  }
  
  .project-title {
    font-size: 0.75em;
    opacity: 0.5;
  }
  
  .project-link-title {
    line-height: 1em;
    display: block;
    text-overflow: ellipsis;
    max-width: 488px;
    overflow: hidden;
    text-indent: 3px;
  }
  
  img {
    float: left;
    margin: 2px 6px 2px 0;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/assets/stylesheets/application/omnibar.scss