summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.korpel@gmail.com>2015-07-09 00:33:25 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-08 12:59:23 +0200
commit8375d212106918b602911f6286d2e4fd172d446e (patch)
tree6a2d8be88078af550bb713d7cffe781c6fc95e12 /web/html/css
parent4ca87473964a6da45bd6b8a1679afcdc1a0694af (diff)
downloadaurweb-8375d212106918b602911f6286d2e4fd172d446e.tar.xz
Use SVG image for comment deletion icon
This also puts the icon to the right and the timestamp in the byline and wipes out a repeated instance of the byline. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aurweb.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index d67877a..adc02bb 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -96,6 +96,22 @@
color: #999;
}
+.delete-comment-form {
+ float: right;
+}
+
+.delete-comment {
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%);
+ opacity: 0.6;
+}
+
+.delete-comment:hover {
+ -webkit-filter: none;
+ filter: none;
+ opacity: 1;
+}
+
legend {
padding: 1em 0;
}