Project

General

Profile

« Previous | Next » 

Revision 72553a2d

Added by koszko over 1 year ago

assume and use "$schema" properties in item definitions

View differences:

html/repo_query.html
61 61
      background-color: #f0f0f0;
62 62
  }
63 63

  
64
  .repo_query_info_div {
65
      margin: 0.5em;
66
  }
67

  
64 68
  .repo_query_result_li {
65 69
      margin: 0;
66 70
      padding: 0.2em;
......
134 138
      </span>
135 139
    </div>
136 140
    <div data-template="list_container" class="hide repo_query_results_list">
137
      <span data-template="info_span">Querying repository...</span>
141
      <div data-template="info_div" class="repo_query_info_div">
142
	Querying repository...
143
      </div>
138 144
      <ul data-template="results_list" class="hide"></ul>
139 145
    </div>
140 146
  </li>

Also available in: Unified diff