More view beautification for mobile.
This commit is contained in:
0
public/js/lib/stories/stories.js
Normal file
0
public/js/lib/stories/stories.js
Normal file
@ -1,10 +1,18 @@
|
|||||||
a.btn.btn-primary.btn-big.btn-block(href='/stories/submit' class="#{ page === 'hot' ? '' : 'hidden' }") Submit a link
|
|
||||||
a.btn.btn-success.btn-big.btn-block(href='/stories/' class="#{ (page === 'show' || page === 'submit' || page === 'storySubmission') ? '' : 'hidden' }") Show all Links
|
|
||||||
.spacer
|
.row
|
||||||
.input-group(class="#{ page === 'hot' ? '' : 'hidden' }")
|
.col-xs-12.col-sm-9
|
||||||
|
.input-group
|
||||||
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links', autofocus)
|
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links', autofocus)
|
||||||
span.input-group-btn
|
span.input-group-btn
|
||||||
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||||
|
.visible-xs
|
||||||
|
.button-spacer
|
||||||
|
.col-xs-12.col-sm-3
|
||||||
|
span
|
||||||
|
a.btn.btn-primary.btn-big.btn-block.btn-responsive(href='/stories/submit' class="#{ page === 'hot' ? '' : 'hidden' }") Submit
|
||||||
|
span
|
||||||
|
a.btn.btn-success.btn-big.btn-block.btn-responsive(href='/stories/' class="#{ (page !== 'hot') ? '' : 'hidden' }") All
|
||||||
.spacer
|
.spacer
|
||||||
#search-results
|
#search-results
|
||||||
.spacer
|
.spacer
|
||||||
|
Reference in New Issue
Block a user