diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 9ff60e11..24326e4c 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -134,7 +134,7 @@ - Countries + Countries diff --git a/css/main.css b/css/main.css index 670429ee..14f34be5 100644 --- a/css/main.css +++ b/css/main.css @@ -30,6 +30,8 @@ input[type="text"] { .icon_stats { background: transparent url('../images/icons/stats.png') no-repeat center left; padding-left: 20px; font-weight: bold; } +.icon_world { background: transparent url('../images/icons/world.png') no-repeat center left; padding-left: 20px; font-weight: bold; } + .topbar input { width: 100px !important; } \ No newline at end of file diff --git a/images/icons/world.png b/images/icons/world.png new file mode 100644 index 00000000..d88edc67 Binary files /dev/null and b/images/icons/world.png differ