diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/images/locale-switcher.png | bin | 0 -> 1556 bytes | |||
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/images/locale-switcher.png b/assets/images/locale-switcher.png Binary files differnew file mode 100644 index 0000000..850cb9a --- /dev/null +++ b/assets/images/locale-switcher.png diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 8ec596a..fffb8e0 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -312,9 +312,12 @@ a.link_button_green_large { #user_locale_switcher { @include respond-min( $main_menu-mobile_menu_cutoff ){ + background-image: image-url('locale-switcher.png'); + background-repeat: no-repeat; + background-position: 0.5em 0.5em; background-color: $locale-bg; border-radius: 0 0 1.25em 1.25em; - padding: 0 0.8em; + padding: 0 1em 0 2.5em; right: 15px; } a { |