From c3ad866665ad29ad3d6ac65761d7c77c13c07aa6 Mon Sep 17 00:00:00 2001 From: chankalan Date: Mon, 18 Oct 2021 15:44:10 +0200 Subject: [PATCH] =?UTF-8?q?valeur=20sql=20drupal=5Fguid=20+=20une=20page?= =?UTF-8?q?=20minimum=20pour=20chaque=20chapitre=20au=20cas=20o=C3=B9=20+?= =?UTF-8?q?=20fix=20page=20plan=20+=20bkg=20logo=20blanc=20en=20attendant?= =?UTF-8?q?=20la=20solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libreavous.php | 2 +- squelettes/content/chapitre.html | 20 ++++++++++++++++++++ squelettes/scss/styles/_perso.scss | 6 +++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 squelettes/content/chapitre.html diff --git a/base/libreavous.php b/base/libreavous.php index 35b765a..9fd0433 100644 --- a/base/libreavous.php +++ b/base/libreavous.php @@ -258,7 +258,7 @@ function libreavous_declarer_tables_objets_sql($tables) { 'mp3' => 'varchar(255) NOT NULL DEFAULT ""', 'ogg' => 'varchar(255) NOT NULL DEFAULT ""', 'references_sujet' => 'text NOT NULL DEFAULT ""', - 'drupal_guid' => 'varchar(255) NOT NULL DEFAULT ""', + 'drupal_guid' => 'text NOT NULL DEFAULT ""', 'drupal_pubdate' => 'varchar(255) NOT NULL DEFAULT ""', 'description_rss' => 'text NOT NULL DEFAULT ""', 'maj' => 'timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP' diff --git a/squelettes/content/chapitre.html b/squelettes/content/chapitre.html new file mode 100644 index 0000000..627f299 --- /dev/null +++ b/squelettes/content/chapitre.html @@ -0,0 +1,20 @@ + + + diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 9059930..c638b6a 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -35,9 +35,13 @@ span.btn { padding:0; > .page_container { background-color:$couleurSecondaire; + @include flex(); + align-items:stretch; + } .header_title { min-width: 150px; + background:white; } .header_menu { flex-grow: 2; @@ -1028,7 +1032,7 @@ a:hover .fab, a:hover .fas { } -.page_recherche { +.page_recherche, .page_plan { .page_content .formulaire_spip.formulaire_recherche { float:right; padding-left:0 !important;