diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-03 14:00:18 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-04 11:32:55 +0100 |
commit | ce2735b770bbf8c04500d4127bae06fe0f498027 (patch) | |
tree | a8d0558862a5042e2f8b2d87c9cdc97c89ba5388 | |
parent | b2b406f39f243d7a018f58058b58908061bf527e (diff) |
Add locale switcher
-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 { |