aboutsummaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-18 07:18:09 +0200
committerJochen Topf <jochen@topf.org>2014-05-18 07:23:48 +0200
commitf766377bc9ff5548536515dfad73045db8378a4a (patch)
tree95fccc0727aed99cef5b4ada2d9c2b5bf92ef987 /web/public
parent149c5f60b7b0e7ff7109ce513e020e4067dd8e68 (diff)
downloadtaginfo-f766377bc9ff5548536515dfad73045db8378a4a.tar
taginfo-f766377bc9ff5548536515dfad73045db8378a4a.tar.gz
Add close button to boxes on compare page.
Diffstat (limited to 'web/public')
-rw-r--r--web/public/css/taginfo.css11
-rw-r--r--web/public/img/close.pngbin0 -> 320 bytes
2 files changed, 9 insertions, 2 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index 84a1f14..48cf1ec 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -443,9 +443,16 @@ table.comparison {
margin-right: -10px;
}
+table.comparison a.close {
+ float: right;
+}
+
table.comparison td.data h2 {
- margin-top: 4px;
- margin-bottom: 8px;
+ position: relative;
+ clear: both;
+ top: -12px;
+ margin-left: 20px;
+ margin-right: 20px;
}
table.comparison th.data, table.comparison td.data {
diff --git a/web/public/img/close.png b/web/public/img/close.png
new file mode 100644
index 0000000..efbb39d
--- /dev/null
+++ b/web/public/img/close.png
Binary files differ