diff --git a/app/assets/images/language_select.png b/app/assets/images/language_select.png deleted file mode 100644 index e0c4e6411..000000000 Binary files a/app/assets/images/language_select.png and /dev/null differ diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index c4f90791a..7c9c71964 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -434,6 +434,11 @@ a { text-transform: uppercase; } +.help-text { + line-height: rem-calc(20); + margin-top: 0; +} + // 02. Header // ---------- @@ -450,6 +455,18 @@ header { float: left; height: $line-height * 1.5; margin-left: $line-height / 2; + position: relative; + + &::after { + color: #808080; + content: '\61'; + font-family: "icons" !important; + font-size: $small-font-size; + pointer-events: none; + position: absolute; + right: 2px; + top: 9px; + } } .external-links { @@ -941,15 +958,11 @@ footer { label { color: #fff; - font-size: $small-font-size; + font-size: $tiny-font-size; font-weight: normal; } select { - background-image: image-url('language_select.png'); - background-origin: border-box; - background-position: right; - background-size: 24px 24px; option { background: #fff; @@ -960,14 +973,16 @@ footer { } .locale-switcher { - background-color: transparent; + background: #1a1a1a; border: 0; + border-radius: rem-calc(4); color: #fff; font-size: $small-font-size; + height: $line-height; margin-bottom: 0; + margin-top: $line-height / 4; outline: none; - padding-left: rem-calc(3); - padding-right: $line-height; + padding: 0 $line-height / 4; width: auto; &:focus { @@ -2508,7 +2523,7 @@ table { border-radius: rem-calc(5); display: block; margin: $line-height / 2 0; - padding: 0 $line-height / 2; + padding: $line-height / 2; position: relative; .icon-document { diff --git a/app/views/budgets/investments/milestones/_milestone.html.erb b/app/views/budgets/investments/milestones/_milestone.html.erb index 7f71d0f29..d534002ca 100644 --- a/app/views/budgets/investments/milestones/_milestone.html.erb +++ b/app/views/budgets/investments/milestones/_milestone.html.erb @@ -29,17 +29,24 @@

<% if milestone.documents.present? %> -