diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index ec44dd8a7..47ee96790 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -5,11 +5,19 @@ margin: 0; a { - display: block; + display: inline-block; margin-bottom: -$gutter; padding-bottom: $gutter; } + &-separator { + display: inline-block; + vertical-align: top; + color: $secondary-text-colour; + padding: 0 4px 0 5px; + font-weight: normal; + } + } &-type { @@ -44,7 +52,7 @@ &-folder { - a { + a:first-child { text-indent: 40px; background-image: file-url('folder-blue-bold.svg'); background-repeat: no-repeat; diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html index 53439904a..e4fe60476 100644 --- a/app/templates/views/templates/_template_list.html +++ b/app/templates/views/templates/_template_list.html @@ -12,7 +12,7 @@ {% else %}