From ad12680ce95bed1bb99b09455d96390b17d261d9 Mon Sep 17 00:00:00 2001 From: Gabriel Cebrian <gabceb@gmail.com> Date: Tue, 7 Jan 2014 13:27:46 -0500 Subject: [PATCH 1/2] Make language options menu right aligned instead of left aligned Remove horizontal scrollbar that is shown when vertical scrollbar is shown Changed top property to improve look --- app/styles/base.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/base.sass b/app/styles/base.sass index d89558292..4360d9aca 100644 --- a/app/styles/base.sass +++ b/app/styles/base.sass @@ -221,5 +221,10 @@ div.fancy-select ul.options max-height: 415px background-color: #9d8f5a + right: 0 + left: auto + overflow-x: hidden + &.open + top: 36px li color: #ebebeb From 74bcc4ec1bf7b396f210869f1c57e8296f46f6c6 Mon Sep 17 00:00:00 2001 From: Gabriel Cebrian <gabceb@gmail.com> Date: Tue, 7 Jan 2014 14:05:39 -0500 Subject: [PATCH 2/2] Increase element padding to avoid cutting words off --- app/styles/base.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.sass b/app/styles/base.sass index 4360d9aca..beab6a8d8 100644 --- a/app/styles/base.sass +++ b/app/styles/base.sass @@ -228,3 +228,4 @@ div.fancy-select top: 36px li color: #ebebeb + padding: 8px 20px