mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
improved styling, not perefect still
This commit is contained in:
parent
de0aa1035d
commit
90092a0c61
2 changed files with 17 additions and 12 deletions
|
@ -11,8 +11,8 @@ block content
|
||||||
| !{contents.content}
|
| !{contents.content}
|
||||||
.col-xs-9.page(ng-controller="SearchWikiController")
|
.col-xs-9.page(ng-controller="SearchWikiController")
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
|
||||||
form.project-search.form-horizontal(role="form")
|
form.project-search.form-horizontal.col-md-12(role="form")
|
||||||
.form-group.has-feedback.has-feedback-left.col-md-12
|
.form-group.has-feedback.has-feedback-left.col-md-12
|
||||||
input.form-control.col-md-12(type='text', ng-model='searchQueryText', ng-keyup='search()', placeholder="Search help library....")
|
input.form-control.col-md-12(type='text', ng-model='searchQueryText', ng-keyup='search()', placeholder="Search help library....")
|
||||||
i.fa.fa-search.form-control-feedback-left
|
i.fa.fa-search.form-control-feedback-left
|
||||||
|
@ -25,9 +25,9 @@ block content
|
||||||
.col-md-12(ng-cloak)
|
.col-md-12(ng-cloak)
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li(ng-repeat='hit in hits')
|
li(ng-repeat='hit in hits')
|
||||||
.searchResult
|
.searchResult.thumbnail
|
||||||
.row
|
.row
|
||||||
.col.-md-12
|
.col-md-12
|
||||||
a(ng-href='{{hit.url}}')
|
a(ng-href='{{hit.url}}')
|
||||||
span(ng-bind-html='hit.name')
|
span(ng-bind-html='hit.name')
|
||||||
|
|
||||||
|
|
|
@ -104,4 +104,9 @@
|
||||||
|
|
||||||
/*]]>*/
|
/*]]>*/
|
||||||
|
|
||||||
|
.thumbnail {
|
||||||
|
margin-bottom:0px;
|
||||||
|
margin-top:5px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue