Minor project list tweaks

This commit is contained in:
James Allen 2014-07-23 11:12:12 +01:00
parent 532ec5e756
commit 96e99a5cc0
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
.row
.col-xs-12
form.project-search.form-horizontal(role="form")
.form-group.has-feedback.has-feedback-left.col-xs-7
input.form-control.col-xs-7(
.form-group.has-feedback.has-feedback-left.col-md-7.col-xs-12
input.form-control.col-md-7.col-xs-12(
placeholder='Search projects…',
autofocus='autofocus',
ng-model="searchText",

View file

@ -65,9 +65,9 @@
span.name {{tag.name}}
span.subdued ({{tag.project_ids.length}})
li(ng-cloak)
a(href, ng-click="openNewTagModal()")
a.tag(href, ng-click="openNewTagModal()")
i.fa.fa-fw.fa-plus
| New Folder
span.name New Folder
.row-spaced(ng-if="projects.length == 0", ng-cloak)
.first-project