aboutsummaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorrr-2017-01-07 11:07:51 +0100
committerrr-2017-01-08 02:26:26 +0100
commitf00cc5f3fa3a16a1f7055c772c3008d030f41fef (patch)
treef4d9b3b63900c087425f5952c6f2f58098b7c2f6 /client/css
parentd1bb33ecf0e82689ecbca747a8ac7b038d6cf173 (diff)
client/posts: search for similar posts on upload
Diffstat (limited to 'client/css')
-rw-r--r--client/css/post-upload.styl30
1 files changed, 29 insertions, 1 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl
index 9465a87..4da53a7 100644
--- a/client/css/post-upload.styl
+++ b/client/css/post-upload.styl
@@ -49,7 +49,7 @@ $cancel-button-color = tomato
margin: 0 0 1.2em 0
padding-left: 13em
- .thumbnail-wrapper
+ &>.thumbnail-wrapper
float: left
width: 12em
height: 8em
@@ -115,6 +115,34 @@ $cancel-button-color = tomato
.message:last-child
margin-bottom: 0
+ .lookalikes
+ list-style-type: none
+ margin: 0
+ padding: 0
+
+ li
+ clear: both
+ margin: 1em 0 0 0
+ padding-left: 7em
+ font-size: 90%
+
+ .thumbnail-wrapper
+ float: left
+ width: 6em
+ height: 4em
+ margin: 0 0 0 -7em
+ .thumbnail
+ width: 100%
+ height: 100%
+
+ .description
+ margin-right: 0.5em
+ display: inline-block
+ .controls
+ float: right
+ display: inline-block
+
+
&:first-child .move-up
color: $inactive-link-color
&:last-child .move-down

© 2015 - 2026 Jakob L. Kreuze