From 17d49217dda6cf0bdfc2c62350eb9ff28064d23b Mon Sep 17 00:00:00 2001
From: "marcimat@rezo.net" <>
Date: Sat, 14 Jan 2017 22:43:57 +0000
Subject: [PATCH] =?UTF-8?q?R=C3=A9glages=20pour=20langues=20rtl.=20Note=20?=
 =?UTF-8?q?:=20flexbox=20g=C3=A8re=20d=C3=A9j=C3=A0=20directement=20l'inve?=
 =?UTF-8?q?rsion=20des=20blocs=20'row'=20en=20fonction=20de=20la=20langue.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/style_prive_plugin_medias.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html
index 51255b81..0b97b1a7 100644
--- a/prive/style_prive_plugin_medias.html
+++ b/prive/style_prive_plugin_medias.html
@@ -149,7 +149,7 @@ p.actions {clear:both;}
 .portfolios h3 {background-color:#GET{claire};padding:2px 10px;color:#000;margin-bottom:0;}
 .portfolios .liste_items {margin-top:0;}
 .portfolios .item { clear:both; }
-.portfolios .item .presentation { display:flex; flex-direction:[(#ENV{ltr}|choixsiegal{left,row,row-reverse})]; width:100%; }
+.portfolios .item .presentation { display:flex; flex-direction:row; width:100%; }
 .portfolios .item .vignette { width: 150px; min-width:150px; text-align: center; }
 .portfolios .item .descriptions {  display:flex; flex-direction: column; padding-#GET{right}: 0.6925em; margin-#GET{left}:1em; width: 100%; flex-grow:1; }
 .portfolios .item .titrem {margin:0 0 5px;font-size:1em;}
@@ -177,7 +177,7 @@ p.actions {clear:both;}
 .portfolios .item div.mode,
 .portfolios .item .actions,
 .portfolios .item div.mode button,
-.portfolios .item .actions button {text-align: left; clear: none;}
+.portfolios .item .actions button {text-align: #GET{left}; clear: none;}
 .portfolios .item div.mode button,
 .portfolios .item .actions button {display: inline;}
 
@@ -289,6 +289,7 @@ h3 .affichages {
 .portfolios .documents_liste .item .actions .editbox,
 .portfolios .documents_liste .item .actions .deplacer-document {
 	display:inline-block;
+	float:none;
 }
 .documents_liste .deplacer-document-placeholder { height:40px; }
 
-- 
GitLab