diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-12 07:10:16 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-12 07:10:16 -0400 |
| commit | c650bee03937bd0e741e701f1fe0bfe5cf8e040e (patch) | |
| tree | c0020572ceef21498da9b52851242b22dba7aafe /app/assets | |
| parent | 77e849b66719f5e86762eff4ae23340dab1b32fa (diff) | |
| download | thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.tar.gz thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.tar.bz2 thoughts-c650bee03937bd0e741e701f1fe0bfe5cf8e040e.zip | |
Add link entry type
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/admin/layout.scss | 10 | ||||
| -rw-r--r-- | app/assets/stylesheets/main/records.scss | 4 |
2 files changed, 14 insertions, 0 deletions
| 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 { | |||
| 111 | } | 111 | } |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | .url-field { | ||
| 115 | label { | ||
| 116 | display: none; | ||
| 117 | } | ||
| 118 | |||
| 119 | input { | ||
| 120 | width: 100%; | ||
| 121 | } | ||
| 122 | } | ||
| 123 | |||
| 114 | .slug-field { | 124 | .slug-field { |
| 115 | display: flex; | 125 | display: flex; |
| 116 | font-size: 0.75em; | 126 | 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 @@ | |||
| 57 | &.entry-type-stream, &.entry-type-update { | 57 | &.entry-type-stream, &.entry-type-update { |
| 58 | background-color: #98FB98; | 58 | background-color: #98FB98; |
| 59 | } | 59 | } |
| 60 | |||
| 61 | &.entry-type-link { | ||
| 62 | background-color: #FFCC99; | ||
| 63 | } | ||
| 60 | } | 64 | } |
| 61 | 65 | ||
| 62 | &.entry-tag { | 66 | &.entry-tag { |
