mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 16:16:50 +00:00
issue 1902 fixed
This commit is contained in:
parent
a92cc0ced4
commit
d438aed59e
9
app/styles/bootstrap-ext.css
vendored
9
app/styles/bootstrap-ext.css
vendored
@ -141,6 +141,8 @@ input.search-query {
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
.btn-primary {
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
@ -175,6 +177,11 @@ input.search-query {
|
||||
color: #333;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-toolbar {
|
||||
margin-top : 10px;
|
||||
margin-left : auto;
|
||||
}
|
||||
.input-sm {
|
||||
border-radius: 0px;
|
||||
}
|
||||
@ -259,4 +266,4 @@ select[multiple]{
|
||||
}
|
||||
.alert {
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -46,8 +46,8 @@
|
||||
</div>
|
||||
<br>
|
||||
<div class="col-md-14 center">
|
||||
<a ng-click="searchTransaction()" class="btn btn-primary btn-lg" has-permission='READ_JOURNALENTRY'><i
|
||||
class="icon-search icon-white"></i></a></span>
|
||||
<a ng-click="searchTransaction()" class="btn btn-primary btn-lg btn-space pull-left btn-toolbar" has-permission='READ_JOURNALENTRY'>Search
|
||||
<i class="icon-search icon-white"></i></a>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
@ -115,4 +115,4 @@
|
||||
<li class="next"><a id="next" ng-click="transactions.next()" href="" ng-disabled="!transactions.hasNext()">{{'label.button.next' | translate}} →</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user