From d5cc3ba84febdb11807abe42c308dad9f2d0dbda Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Sat, 18 Aug 2018 23:03:14 +0200 Subject: [PATCH] Fix some small CSS issues --- app/assets/stylesheets/parts/a_tag.scss | 1 - app/assets/stylesheets/parts/pages.scss | 2 ++ app/assets/stylesheets/parts/tables.scss | 2 +- app/assets/stylesheets/responsive/m.scss | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/parts/a_tag.scss b/app/assets/stylesheets/parts/a_tag.scss index 59b8a8a51..f812d4104 100644 --- a/app/assets/stylesheets/parts/a_tag.scss +++ b/app/assets/stylesheets/parts/a_tag.scss @@ -80,7 +80,6 @@ blockquote { } code { - font-size: 1.1em; white-space: pre-wrap; border: 1px solid $C_CLAIR; border-radius: 4px; diff --git a/app/assets/stylesheets/parts/pages.scss b/app/assets/stylesheets/parts/pages.scss index 79f3bb047..c6fff2741 100644 --- a/app/assets/stylesheets/parts/pages.scss +++ b/app/assets/stylesheets/parts/pages.scss @@ -88,6 +88,7 @@ top: -1rem; left: -490px; label { + text-shadow: 0 1px 1px #666; color: white; } } @@ -111,6 +112,7 @@ position: initial; label { color: inherit; + text-shadow: inherit; } } & + img { diff --git a/app/assets/stylesheets/parts/tables.scss b/app/assets/stylesheets/parts/tables.scss index b3f7b48e5..a8bfbd1e3 100644 --- a/app/assets/stylesheets/parts/tables.scss +++ b/app/assets/stylesheets/parts/tables.scss @@ -10,7 +10,7 @@ body#registrations-edit table { margin-bottom: 1rem; padding: 0; border-collapse: collapse; - border: 0; + border: 1px solid #666; font-size: 0.8rem; tr { diff --git a/app/assets/stylesheets/responsive/m.scss b/app/assets/stylesheets/responsive/m.scss index e064b578d..efc89c33e 100644 --- a/app/assets/stylesheets/responsive/m.scss +++ b/app/assets/stylesheets/responsive/m.scss @@ -83,7 +83,7 @@ .datePourCss { display: none !important; } - .score { + article .score { top: 5px; right: 0 !important; }