From 976054603b5bc47ec439288e38aece7542da8d1e Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 25 Jan 2012 15:48:16 +0100 Subject: slightly smaller large icons --- web/public/css/taginfo.css | 4 +++- web/public/img/types/all.20.png | Bin 0 -> 491 bytes web/public/img/types/area.20.png | Bin 0 -> 600 bytes web/public/img/types/closed_way.20.png | Bin 0 -> 801 bytes web/public/img/types/node.20.png | Bin 0 -> 313 bytes web/public/img/types/relation.20.png | Bin 0 -> 815 bytes web/public/img/types/tag.20.png | Bin 0 -> 411 bytes web/public/img/types/way.20.png | Bin 0 -> 509 bytes web/views/reports/database_statistics.erb | 10 +++++----- 9 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 web/public/img/types/all.20.png create mode 100644 web/public/img/types/area.20.png create mode 100644 web/public/img/types/closed_way.20.png create mode 100644 web/public/img/types/node.20.png create mode 100644 web/public/img/types/relation.20.png create mode 100644 web/public/img/types/tag.20.png create mode 100644 web/public/img/types/way.20.png (limited to 'web') diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 96664ba..fcd8081 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -28,7 +28,9 @@ td img { img.icon_large { position: relative; - top: 3px; + top: 1px; + width: 20px; + height: 20px; } h1 { diff --git a/web/public/img/types/all.20.png b/web/public/img/types/all.20.png new file mode 100644 index 0000000..f11fe14 Binary files /dev/null and b/web/public/img/types/all.20.png differ diff --git a/web/public/img/types/area.20.png b/web/public/img/types/area.20.png new file mode 100644 index 0000000..d429820 Binary files /dev/null and b/web/public/img/types/area.20.png differ diff --git a/web/public/img/types/closed_way.20.png b/web/public/img/types/closed_way.20.png new file mode 100644 index 0000000..3f727e7 Binary files /dev/null and b/web/public/img/types/closed_way.20.png differ diff --git a/web/public/img/types/node.20.png b/web/public/img/types/node.20.png new file mode 100644 index 0000000..db5eb7c Binary files /dev/null and b/web/public/img/types/node.20.png differ diff --git a/web/public/img/types/relation.20.png b/web/public/img/types/relation.20.png new file mode 100644 index 0000000..9eb7ff7 Binary files /dev/null and b/web/public/img/types/relation.20.png differ diff --git a/web/public/img/types/tag.20.png b/web/public/img/types/tag.20.png new file mode 100644 index 0000000..b01f3e7 Binary files /dev/null and b/web/public/img/types/tag.20.png differ diff --git a/web/public/img/types/way.20.png b/web/public/img/types/way.20.png new file mode 100644 index 0000000..52b42fc Binary files /dev/null and b/web/public/img/types/way.20.png differ diff --git a/web/views/reports/database_statistics.erb b/web/views/reports/database_statistics.erb index 3cf9f94..19b84ac 100644 --- a/web/views/reports/database_statistics.erb +++ b/web/views/reports/database_statistics.erb @@ -2,9 +2,9 @@ - + - + @@ -24,9 +24,9 @@ - - - + + +

<%= t.osm.objects %>

<%= t.osm.objects %>

<%= t.osm.tags %>

<%= t.osm.tags %>

<%= t.osm.nodes %>

<%= t.osm.ways %>

<%= t.osm.relations %>

<%= t.osm.nodes %>

<%= t.osm.ways %>

<%= t.osm.relations %>

-- cgit v1.2.3