|
|
@@ -59,7 +59,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
- <input type="text" class="tight-form-clear-input span10" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="targetTextChanged()" ng-show="target.rawQuery" />
|
|
|
+ <input type="text" class="tight-form-clear-input" style="width: 80%" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="targetTextChanged()" ng-show="target.rawQuery"/>
|
|
|
|
|
|
<ul class="tight-form-list" role="menu" ng-hide="target.rawQuery">
|
|
|
<li class="tight-form-item query-keyword" style="width: 75px;">
|
|
|
@@ -108,8 +108,8 @@
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="tight-form" ng-hide="target.rawQuery">
|
|
|
- <ul class="tight-form-list">
|
|
|
+ <div class="tight-form">
|
|
|
+ <ul class="tight-form-list" ng-hide="target.rawQuery">
|
|
|
<li class="tight-form-item">
|
|
|
<i class="fa fa-eye invisible"></i>
|
|
|
</li>
|