From 795d6472320cce8cc2b2861de0e611129d95f6ae Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Fri, 17 Jul 2020 13:12:09 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20sur=20Wrap=20(=20#2=20)=20:=20-?= =?UTF-8?q?=20couleur=20de=20fond=20de=20la=20box=20par=20d=C3=A9faut=20pl?= =?UTF-8?q?us=20sobre=20-=20bordure=20modifi=C3=A9e=20pour=20la=20valeur?= =?UTF-8?q?=20"round"=20-=20responsive=20:=20force=20les=20box=20=C3=A0=20?= =?UTF-8?q?100%=20en=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.less | 9 +++++++-- css/plugin.less | 17 ++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/css/mobile.less b/css/mobile.less index f063c0d..22b1ad8 100644 --- a/css/mobile.less +++ b/css/mobile.less @@ -193,7 +193,6 @@ .kharticle { margin:0.3em; } - /* form elements */ #config__manager fieldset td.value, #config__manager td .input, @@ -243,13 +242,19 @@ tbody tr td ul, tbody tr td ul li { right:1em; } -/* plugin */ +/** Plugin **/ +/* Translation */ .dokuwiki div.plugin_translation { display: block !important; float:none; margin-bottom:1em; text-align:center; } +/* Wrap */ +.dokuwiki div.wrap_box { + width: 100% !important; + } + } /* /@media */ diff --git a/css/plugin.less b/css/plugin.less index d3c4be6..5a25676 100644 --- a/css/plugin.less +++ b/css/plugin.less @@ -4,6 +4,8 @@ **/ /*____________ Translation ____________*/ +/* some stuff on mobile.less too */ + .plugin_translation { /*display: inline;*/ } @@ -41,7 +43,6 @@ background-color: @ini_background; } - /*____________ Pagelist ____________*/ div.dokuwiki th.page, @@ -61,3 +62,17 @@ div.dokuwiki td.tags, div.dokuwiki td.diff { font-size: 95% !important ; } + +/*____________ Wrap ____________*/ +/* some stuff on mobile.less too */ +/* basic box */ +.dokuwiki .wrap_box { + background: #d1c7ff !important; +} +/* Never round box... But Outset ! */ +.dokuwiki div.wrap_round { + border-radius: inherit !important; + border: outset #d1c7ff; +} + +