mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-28 18:19:23 +01:00
fix(core): change search input css on all page
This commit is contained in:
@@ -932,19 +932,29 @@ body {
|
||||
|
||||
.torrent-list {
|
||||
.pagination-div-bottom {
|
||||
border-top: 2px solid lighten(@gray-base, 85%)
|
||||
border-top: 2px solid lighten(@gray-base, 85%);
|
||||
}
|
||||
.pagination-div-top {
|
||||
border-bottom: 2px solid lighten(@gray-base, 85%)
|
||||
border-bottom: 2px solid lighten(@gray-base, 85%);
|
||||
input {
|
||||
@media (max-width: @screen-sm-max) {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.invitations-list {
|
||||
.pagination-div-bottom {
|
||||
border-top: 2px solid lighten(@gray-base, 85%)
|
||||
border-top: 2px solid lighten(@gray-base, 85%);
|
||||
}
|
||||
.pagination-div-top {
|
||||
border-bottom: 2px solid lighten(@gray-base, 85%)
|
||||
border-bottom: 2px solid lighten(@gray-base, 85%);
|
||||
input {
|
||||
@media (max-width: @screen-sm-max) {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3">
|
||||
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
<div class="col-sm-12 messages-list">
|
||||
|
||||
<div class="row margin-bottom-20">
|
||||
<div class="col-xs-8 col-md-9">
|
||||
<div class="col-xs-12 col-md-9">
|
||||
<h4>{{'MESSAGES_BOX' | translate}}
|
||||
<small ng-show="vm.unreadCount>0"> - (<span
|
||||
class="badge badge_info">{{vm.unreadCount}}</span> {{'MESSAGES_FIELD.NEW_MSG' | translate}})
|
||||
</small>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-3">
|
||||
<div class="col-xs-12 col-md-3">
|
||||
<input class="form-control" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
<div class="col-sm-12 traces-list">
|
||||
|
||||
<div class="row margin-bottom-20">
|
||||
<div class="col-xs-8 col-md-9">
|
||||
<div class="col-sm-8 col-md-9">
|
||||
<h4>{{'ADMIN_TRACES_LIST' | translate}}</h4>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-3">
|
||||
<div class="col-sm-4 col-md-3">
|
||||
<input class="form-control" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3">
|
||||
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3">
|
||||
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3">
|
||||
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
|
||||
ng-change="vm.figureOutItemsToDisplay()"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user