mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-04 07:10:25 +01:00
Fix like button and tags ordering
@snoyberg
This commit is contained in:
parent
7a3a716efd
commit
f8835ce14d
@ -22,7 +22,7 @@
|
|||||||
<a href=@{route}>#{route}
|
<a href=@{route}>#{route}
|
||||||
$maybe Entity _ user <- muser
|
$maybe Entity _ user <- muser
|
||||||
<li>
|
<li>
|
||||||
<a href=@{ProfileR}>
|
<a href=@{ProfileR} .user-handle>
|
||||||
#{userDisplay user} (#{userHandle user})
|
#{userDisplay user} (#{userHandle user})
|
||||||
<li>
|
<li>
|
||||||
<a href=@{AuthR LogoutR}>Logout
|
<a href=@{AuthR LogoutR}>Logout
|
||||||
|
|||||||
@ -31,13 +31,13 @@ $newline never
|
|||||||
|
|
||||||
<div .row>
|
<div .row>
|
||||||
<div .span12>
|
<div .span12>
|
||||||
<div .tags>
|
<div .social>
|
||||||
<span .likes .social>
|
<span .likes>
|
||||||
<span #likes>
|
<span #likes>
|
||||||
#{nLikes}
|
#{nLikes}
|
||||||
\ likes #
|
\ likes #
|
||||||
<i .fa :liked:.fa-thumbs-up :not liked:.fa-thumbs-o-up #like title="#{likeTitle}">
|
<i .fa :liked:.fa-thumbs-up :not liked:.fa-thumbs-o-up #like title="#{likeTitle}">
|
||||||
|
<span .tags>
|
||||||
$if null tags
|
$if null tags
|
||||||
<span .no-tags>
|
<span .no-tags>
|
||||||
No tags yet. #
|
No tags yet. #
|
||||||
|
|||||||
@ -30,12 +30,13 @@ h3 {
|
|||||||
.fa-twittersquare {
|
.fa-twittersquare {
|
||||||
color: #0088cc
|
color: #0088cc
|
||||||
}
|
}
|
||||||
.tags {
|
.social {
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
}
|
margin-bottom: 0.5em;
|
||||||
.social {
|
margin-top: 0.5em;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
.fa-thumbs-o-up {
|
.fa-thumbs-o-up {
|
||||||
color: rgba(0, 39, 59, 0.34902);
|
color: rgba(0, 39, 59, 0.34902);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user