Skip to content

Commit

Permalink
Add basic typeahead styling
Browse files Browse the repository at this point in the history
...so I can SEE STUFF WITHOUT CRYING
  • Loading branch information
jechols committed Jan 24, 2014
1 parent 5305e6b commit c836947
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/assets/stylesheets/ingest.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
// Place all the styles related to the Ingest controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.tt-dropdown-menu {
background: #fff;
border: 1px solid black;
border-radius: 5px;
padding: 8px;
}

.tt-suggestion+.tt-suggestion {
margin-top: 8px;
}

.suggestion-label {
font-weight: bold;
}

.suggestion-uri {
font-size: small;
padding-left: 16px;
color: rgb(64, 32, 32);
}

0 comments on commit c836947

Please sign in to comment.