Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
@import "../theme/ajui.less";

div #app-nav-container {
  border-top: 2px solid @header-nav-search;
}

div #footer {
  background-color: @header-nav-search;
}

div #app-content {
  display: inline-block;
  width: 100%;
}

fieldset {
  border: 1px dashed @header-nav-search;
}

/* Content panel for search criteria. */
div #search-input {
  float: left;
  width: 47%;
}

/* Content panel for search results. */
div #search-output {
  margin-left: 47%;
  padding-bottom: 8px;
}

div #search-output fieldset {
  width: 95%;
}