Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit e9d323d

Browse files
committed
adding padding for the search bar
1 parent 69346fe commit e9d323d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/templates/ui/app/search/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row" ng-if="!ctrl.currentUser">Please log in to see content</div>
2-
<div class="row" ng-if="ctrl.currentUser">
2+
<div class="row padtop" ng-if="ctrl.currentUser">
33
<div class="col-md-12">
44
<ml-input qtext="ctrl.qtext" search="ctrl.search(qtext)" suggest="ctrl.suggest(val)" template="fa" class="search"></ml-input>
55
</div>

app/templates/ui/styles/theme.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@ input.vertical {
194194
height: 100px;
195195
writing-mode: bt-lr;
196196
}
197+
198+
.padtop {
199+
padding-top: 30px;
200+
}

0 commit comments

Comments
 (0)