From c650bee03937bd0e741e701f1fe0bfe5cf8e040e Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 12 Aug 2018 07:10:16 -0400 Subject: Add link entry type --- app/assets/stylesheets/admin/layout.scss | 10 ++++++++++ app/assets/stylesheets/main/records.scss | 4 ++++ 2 files changed, 14 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index 220dcd5..b2c561b 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss @@ -111,6 +111,16 @@ body { } } + .url-field { + label { + display: none; + } + + input { + width: 100%; + } + } + .slug-field { display: flex; font-size: 0.75em; diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index 47fdfa3..a8b7754 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss @@ -57,6 +57,10 @@ &.entry-type-stream, &.entry-type-update { background-color: #98FB98; } + + &.entry-type-link { + background-color: #FFCC99; + } } &.entry-tag { -- cgit 1.4.1