From 1bf0141988f7a5398241240ffb13f8bb8fbe063a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 2 Nov 2015 12:25:25 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20modification=20design=20table?= =?UTF-8?q?aux=20+=20d=C3=A9placement=20=C3=A9l=C3=A8ves?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/global.css | 1 + page/groups.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/global.css b/css/global.css index 1f7e51b..987343c 100755 --- a/css/global.css +++ b/css/global.css @@ -81,6 +81,7 @@ table.basic:nth-child(4n+1) tr td:first-child{ border-left: 10px solid #3c73e6; table.basic:nth-child(4n+2) tr td:first-child{ border-left: 10px solid #e6983c; } table.basic:nth-child(4n+3) tr td:first-child{ border-left: 10px solid #2dcc70; } + /* @hover */ table.basic tr:hover td{ color: #fff; } diff --git a/page/groups.php b/page/groups.php index 0feb587..05002ad 100755 --- a/page/groups.php +++ b/page/groups.php @@ -185,7 +185,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si echo ''; echo ''; echo ''; - echo 'Groupe '.$group->nom; + echo 'Groupe '.$group->nom.''; echo "(glisser-déposer étudiant pour le déplacer)"; echo ''; echo ''; @@ -202,7 +202,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si echo "".$user['identifiant'].''; echo ''.$user['prenom'].''; echo ''.$user['nom'].''; - echo ''.$group->nom.''; + echo 'Groupe '.$group->nom.''; echo ''; }