[forge:site-support:#1627]
I can see a button with an X, but pushing that doesn't do anything. Thanks in advance for fixing. eg.
I can see a button with an X, but pushing that doesn't do anything.
Thanks in advance for fixing.
eg.
Confirmed, tested with both FF and Chrome
Tickets: #5339
This could use a little CSS improvement too; the X isn't positioned very well.
Created #239: [#5339] Unable to remove attachment from comments (1cp)
Closed #239.
allura:42cc_5339
Also changes in sftheme required.
diff --git a/allura/sftheme/nf/sftheme/sass/partials/_attachment.scss b/allura/sftheme/nf/sftheme/sass/partials/_att index dca7ccc..4595427 100644 --- a/allura/sftheme/nf/sftheme/sass/partials/_attachment.scss +++ b/allura/sftheme/nf/sftheme/sass/partials/_attachment.scss @@ -1,16 +1,25 @@ .attachment_images{ overflow: auto; } +input.submit{ + &.delete_attachment{ + &.pic{ + position: absolute; + top: 0; + left: 100px; + } + &.file{ + position: absolute; + top: 0; + right: -40px; + } + } +} div.attachment_thumb{ float: left; margin: .5em; position: relative; padding: 10px; - .delete_attachment{ - position: absolute; - top: 0; - left: 100px; - } .file_type{ border: 1px solid #ccc; display: block;
Log in to post a comment.
This could use a little CSS improvement too; the X isn't positioned very well.
Created #239: [#5339] Unable to remove attachment from comments (1cp)
Related
Tickets:
#5339Closed #239.
allura:42cc_5339
Also changes in sftheme required.