Commit 2f1df27765439b006112395f55625228d996d12e

Authored by Gustavo Bernardo
1 parent c79e0e4e

Search icon updated [Issue:#251]

Showing 1 changed file with 9 additions and 5 deletions   Show diff stats
core/templates/base.html
... ... @@ -72,20 +72,24 @@
72 72 </button>
73 73 <a class="navbar-brand" href="{% url 'app:index' %}"><img class="logo" src="{% static 'img/topo-amadeus-white.png' %}" alt="Logo"/></a>
74 74 </div>
75   - <div class="navbar-collapse collapse navbar-responsive-collapse">
  75 + <div class="navbar-collapse collapse navbar-responsive-collapse">
76 76 <div class="col-md-5 cards-content" id= 'NavBarSearch'>
77 77 <form id="SearchForm" action="{% url 'users:search' %}" method="get" accept-charset="utf-8">
78 78 <div class="input-group">
79 79 <div class="form-group is-empty" >
80   - <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div>
  80 + <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search">
  81 + </div>
81 82 <span class="input-group-btn input-group-sm">
82   - <button type="submit" class="btn btn-fab btn-fab-mini">
83   - <i class="fa fa-search" aria-hidden="true" style="color:#93C741"></i>
  83 + <button type="submit" class="btn btn-primary" id="btn-search">
  84 + <i class="fa fa-search fa-2x" aria-hidden="true" style="color:#93C741"></i>
84 85 </button>
85   - </span>
  86 + </span>
  87 +
  88 +
86 89 </div>
87 90 </form>
88 91 </div>
  92 +
89 93 <ul class="nav navbar-nav navbar-right notifications">
90 94 <li class="" data-toggle="tooltip" data-placement="bottom" title data-original-title="notifications">
91 95 <a class="dropdown-toggle" data-toggle="dropdown"> <span id="notification-count" class="badge notification-count">{{notifications.count}}</span><i class="fa fa-bell" aria-hidden="true"></i></a>
... ...