From d31c972a438e7e9ccc8487f519a915423cb6b93b Mon Sep 17 00:00:00 2001 From: samogot Date: Wed, 25 May 2016 23:13:04 +0300 Subject: PLT-1042 allow cancel pending post (#3053) --- webapp/sass/layout/_post.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 07a78adfe..e3818ea94 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -814,6 +814,7 @@ body.ios { padding: .2em .5em; width: calc(100% - 75px); word-wrap: break-word; + position: relative; p { margin: 0 0 .4em; @@ -879,6 +880,20 @@ body.ios { margin-right: 8px; } } + + .pending-post-actions { + position: absolute; + right: 0; + top: 0; + padding: 5px 7px; + background: rgba(0, 0, 0, .7); + color: white; + font-size: .9em; + + a { + color: white; + } + } } .post__link { -- cgit v1.2.3-1-g7c22