diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index 99f29ed2a6..988172e257 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -66,6 +66,7 @@ module.exports = (grunt) -> options: cssPath:"/img/" 'style': '../../public/stylesheets/app/sprites.less' + margin: 0 src: ['./public/img/flags/24/*.png'] dest: './public/img/sprite', diff --git a/services/web/public/img/sprite.png b/services/web/public/img/sprite.png index 4de03050d5..366d994ce8 100644 Binary files a/services/web/public/img/sprite.png and b/services/web/public/img/sprite.png differ diff --git a/services/web/public/stylesheets/app/sprites.less b/services/web/public/stylesheets/app/sprites.less index 8680e047e6..8b658648f0 100644 --- a/services/web/public/stylesheets/app/sprites.less +++ b/services/web/public/stylesheets/app/sprites.less @@ -5,101 +5,101 @@ .icon-ko { background-position: -0px -0px; - width: 34px; - height: 34px; + width: 24px; + height: 24px; } .icon-cn { - background-position: -0px -34px; - width: 34px; - height: 34px; + background-position: -0px -24px; + width: 24px; + height: 24px; } .icon-da { - background-position: -0px -68px; - width: 34px; - height: 34px; + background-position: -0px -48px; + width: 24px; + height: 24px; } .icon-de { - background-position: -0px -102px; - width: 34px; - height: 34px; + background-position: -0px -72px; + width: 24px; + height: 24px; } .icon-en { - background-position: -0px -136px; - width: 34px; - height: 34px; + background-position: -0px -96px; + width: 24px; + height: 24px; } .icon-es { - background-position: -0px -170px; - width: 34px; - height: 34px; + background-position: -0px -120px; + width: 24px; + height: 24px; } .icon-fi { - background-position: -0px -204px; - width: 34px; - height: 34px; + background-position: -0px -144px; + width: 24px; + height: 24px; } .icon-fr { - background-position: -0px -238px; - width: 34px; - height: 34px; + background-position: -0px -168px; + width: 24px; + height: 24px; } .icon-it { - background-position: -0px -272px; - width: 34px; - height: 34px; + background-position: -0px -192px; + width: 24px; + height: 24px; } .icon-ja { - background-position: -0px -306px; - width: 34px; - height: 34px; + background-position: -0px -216px; + width: 24px; + height: 24px; } .icon-cs { - background-position: -0px -340px; - width: 34px; - height: 34px; + background-position: -0px -240px; + width: 24px; + height: 24px; } .icon-nl { - background-position: -0px -374px; - width: 34px; - height: 34px; + background-position: -0px -264px; + width: 24px; + height: 24px; } .icon-no { - background-position: -0px -408px; - width: 34px; - height: 34px; + background-position: -0px -288px; + width: 24px; + height: 24px; } .icon-pl { - background-position: -0px -442px; - width: 34px; - height: 34px; + background-position: -0px -312px; + width: 24px; + height: 24px; } .icon-pt { - background-position: -0px -476px; - width: 34px; - height: 34px; + background-position: -0px -336px; + width: 24px; + height: 24px; } .icon-ru { - background-position: -0px -510px; - width: 34px; - height: 34px; + background-position: -0px -360px; + width: 24px; + height: 24px; } .icon-sv { - background-position: -0px -544px; - width: 34px; - height: 34px; + background-position: -0px -384px; + width: 24px; + height: 24px; } .icon-tr { - background-position: -0px -578px; - width: 34px; - height: 34px; + background-position: -0px -408px; + width: 24px; + height: 24px; } .icon-uk { - background-position: -0px -612px; - width: 34px; - height: 34px; + background-position: -0px -432px; + width: 24px; + height: 24px; } .icon-zh-CN { - background-position: -0px -646px; - width: 34px; - height: 34px; + background-position: -0px -456px; + width: 24px; + height: 24px; }