diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-18 07:18:09 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-18 07:23:48 +0200 |
commit | f766377bc9ff5548536515dfad73045db8378a4a (patch) | |
tree | 95fccc0727aed99cef5b4ada2d9c2b5bf92ef987 /web/public | |
parent | 149c5f60b7b0e7ff7109ce513e020e4067dd8e68 (diff) | |
download | taginfo-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.css | 11 | ||||
-rw-r--r-- | web/public/img/close.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..efbb39d --- /dev/null +++ b/web/public/img/close.png |