update the stories view to have ghost discuss button and update chat instructions
This commit is contained in:
@@ -842,6 +842,11 @@ iframe.iphone {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-no-shadow {
|
||||
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
//uncomment this to see the dimensions of all elements outlined in red
|
||||
//* {
|
||||
|
@@ -5,7 +5,7 @@ block content
|
||||
li Create a GitHub Account 
|
||||
a(href="http://github.com/join", target='_blank') here
|
||||
| .
|
||||
li Download the chat room app on  
|
||||
li Click "Login with GitHub" in the chat window below or download the chat room app for  
|
||||
a(href="https://update.gitter.im/win/latest") Windows
|
||||
| , 
|
||||
a(href="https://update.gitter.im/osx/latest") Mac
|
||||
|
@@ -39,8 +39,8 @@
|
||||
"</div>" +
|
||||
"<div class='col-xs-12'>" +
|
||||
"<span>" +
|
||||
"<a class='btn btn-primary btn-xs btn-primary-ghost' href='/stories/" + linkedName + "'>discuss</a> " +
|
||||
rank + (rank > 1 ? " points" : " point") + ", posted " +
|
||||
"<a class='btn btn-no-shadow btn-primary btn-xs btn-primary-ghost' href='/stories/" + linkedName + "'>discuss</a> • " +
|
||||
rank + (rank > 1 ? " points" : " point") + " • posted " +
|
||||
moment(data[i].timePosted).fromNow() +
|
||||
" by <a href='/" + data[i].author.username + "'>@" + data[i].author.username + "</a> " +
|
||||
"</span>" +
|
||||
|
@@ -39,10 +39,10 @@
|
||||
"</div>" +
|
||||
"<div class='col-xs-12'>" +
|
||||
"<span>" +
|
||||
"<a class='btn btn-primary btn-xs btn-primary-ghost' href='/stories/" + linkedName + "'>discuss</a> " +
|
||||
rank + (rank > 1 ? " points" : " point") + ", posted " +
|
||||
"<a class='btn btn-no-shadow btn-primary btn-xs btn-primary-ghost' href='/stories/" + linkedName + "'>discuss</a> • " +
|
||||
rank + (rank > 1 ? " points" : " point") + " • posted " +
|
||||
moment(data[i].timePosted).fromNow() +
|
||||
" by <a href='/" + data[i].author.username + "'>@" + data[i].author.username + "</a> " +
|
||||
" by <a href='/" + data[i].author.username + "'>@" + data[i].author.username + "</a> " +"</a> " +
|
||||
"</span>" +
|
||||
"</div>" +
|
||||
"</div>" +
|
||||
|
@@ -4,7 +4,7 @@
|
||||
.input-group
|
||||
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our stories', autofocus)
|
||||
span.input-group-btn
|
||||
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||
button.disabled#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||
.spacer
|
||||
|
||||
#story-list
|
||||
|
Reference in New Issue
Block a user