#{commentContent comment} @@ -18,7 +23,7 @@ $else $forall (Entity replyId reply) <- replies $if commentParent reply == Just commentId $if commentOrigin reply == mediumId -
#{commentContent reply}
diff --git a/Handler/AdminComments.hs b/Handler/AdminComments.hs index 144c103..1b02d9c 100644 --- a/Handler/AdminComments.hs +++ b/Handler/AdminComments.hs @@ -14,7 +14,7 @@ getAdminCommentR = do media <- runDB $ selectList [] [Desc MediumTime] comments <- runDB $ selectList [CommentParent ==. Nothing] [Desc CommentTime] replies <- runDB $ selectList [CommentParent !=. Nothing] [Desc CommentTime] - defaultLayout $ do + formLayout $ do setTitle "Administration: Comments" $(widgetFile "adminComments") Left (errorMsg, route) -> do diff --git a/templates/adminComments.cassius b/templates/adminComments.cassius index ffca76d..8895107 100644 --- a/templates/adminComments.cassius +++ b/templates/adminComments.cassius @@ -1,17 +1,39 @@ +/*templates/medium.cassius*/ + +img + position: relative !important + max-width: 100% !important + width: auto !important + display: block !important + margin-left: auto !important + margin-right: auto !important + +.comment + border: 5px solid rgb(255, 255, 255) + padding: 2em 3em + background: #d64760 url('/static/css/images/overlay.png') + .reply - margin-left: 50px + background: #47d65f url('/static/css/images/overlay.png') -#mediabox - margin: 10px - padding: 5px - border: 1px solid #ddd - border-radius: 6px - box-shadow: 0 0 3px #c4c4c4 +.image + width: 100% !important -#comment - margin-top: 5px - padding: 5px - border: 1px solid #ddd - border-radius: 6px - box-shadow: 0 0 3px #c4c4c4 - background-color: #f5f5f5 +#wrapper + overflow: auto !important + +#reel + width: 90% !important + max-height: auto !important + +#reel .item + float: none !important + display: inline-block !important + width: 100% !important + +div #main + margin-top: 60px !important + position: static !important + +#footer + position: static !important diff --git a/templates/adminComments.hamlet b/templates/adminComments.hamlet index 65a31af..c13c9c4 100644 --- a/templates/adminComments.hamlet +++ b/templates/adminComments.hamlet @@ -1,16 +1,21 @@ $newline never -
There are no comments yet -$else - $forall (Entity mediumId medium) <- media -
There are no comments yet + +$forall (Entity mediumId medium) <- media +