Compare commits
4 Commits
f361110766
...
63c710c4fd
Author | SHA1 | Date |
---|---|---|
afornerot | 63c710c4fd | |
Christophe LEON | ac37691536 | |
Christophe LEON | 13e5bfb428 | |
Christophe LEON | ed75b5f5c3 |
|
@ -49,6 +49,12 @@
|
||||||
|
|
||||||
.header.reduit .avatar {height: 25px; }
|
.header.reduit .avatar {height: 25px; }
|
||||||
|
|
||||||
|
.header.reduit #navbar-nameuser
|
||||||
|
{
|
||||||
|
top: 14px;
|
||||||
|
right: 210px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ===================== FIN MODE REDUIT ==========================*/
|
/* ===================== FIN MODE REDUIT ==========================*/
|
||||||
|
|
||||||
/* fix defaut d'affichage sur toogle switch */
|
/* fix defaut d'affichage sur toogle switch */
|
||||||
|
@ -57,7 +63,11 @@ body {
|
||||||
background: linear-gradient(180deg, var(--main), white,50%);
|
background: linear-gradient(180deg, var(--main), white,50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.eleves, body.grp-National_1 {
|
#navbar-nameuser a {
|
||||||
|
color: var(--main, #004d9a) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.eleves, body.grp-National_1, body.grp-eleves {
|
||||||
--colorbody: #ffffff;
|
--colorbody: #ffffff;
|
||||||
--main: #169b62;
|
--main: #169b62;
|
||||||
--mainR: 22;
|
--mainR: 22;
|
||||||
|
@ -77,7 +87,7 @@ body.eleves, body.grp-National_1 {
|
||||||
/* responsables #MAUVE #7D4E5B
|
/* responsables #MAUVE #7D4E5B
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body.responsables, body.grp-National_2 {
|
body.responsables, body.grp-National_2,body.grp-responsables {
|
||||||
--colorbody: #ffffff;
|
--colorbody: #ffffff;
|
||||||
--main: #7d4e5b;
|
--main: #7d4e5b;
|
||||||
--mainR: 125;
|
--mainR: 125;
|
||||||
|
@ -96,7 +106,7 @@ body.responsables, body.grp-National_2 {
|
||||||
|
|
||||||
|
|
||||||
/* professeurs, enseignants1d #BLEU1 #5770BE */
|
/* professeurs, enseignants1d #BLEU1 #5770BE */
|
||||||
body.professeurs, body.enseignants1d, body.grp-National_3 {
|
body.professeurs, body.enseignants1d, body.grp-National_3, body.grp-professeurs {
|
||||||
--colorbody: #ffffff;
|
--colorbody: #ffffff;
|
||||||
--main: #5770be;
|
--main: #5770be;
|
||||||
--mainR: 87;
|
--mainR: 87;
|
||||||
|
@ -114,7 +124,7 @@ body.professeurs, body.enseignants1d, body.grp-National_3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* administratifs, admin #ORANGE #FF6F4C */
|
/* administratifs, admin #ORANGE #FF6F4C */
|
||||||
body.administratifs, body.admin, body.grp-National_4 , body.grp-National_5, body.grp-National_6 {
|
body.administratifs, body.admin, body.grp-National_4 , body.grp-National_5, body.grp-National_6 , body.grp-administratifs, {
|
||||||
--colorbody: #ffffff;
|
--colorbody: #ffffff;
|
||||||
--main: #ff6f4c;
|
--main: #ff6f4c;
|
||||||
--mainR: 255;
|
--mainR: 255;
|
||||||
|
@ -278,7 +288,9 @@ div.header > a.title > span {
|
||||||
}
|
}
|
||||||
.nav.navbar-top-links.navbar-right > li a:hover {
|
.nav.navbar-top-links.navbar-right > li a:hover {
|
||||||
color: var(--fontcolorhover, white) !important;
|
color: var(--fontcolorhover, white) !important;
|
||||||
background: var(--fontcolorhoverdark, black) !important;
|
background: var(--light, black) !important;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -200,7 +200,8 @@ class ApiController extends Controller
|
||||||
$bookmarks=null;
|
$bookmarks=null;
|
||||||
$items=null;
|
$items=null;
|
||||||
$itemcategorys=null;
|
$itemcategorys=null;
|
||||||
$weburl="https://".$this->getParameter("weburl")."/".$this->getParameter("alias")."/";
|
# fixe #31884 "https://" => "//"
|
||||||
|
$weburl="//".$this->getParameter("weburl")."/".$this->getParameter("alias")."/";
|
||||||
|
|
||||||
$em->getRepository("CadolesPortalBundle:Item")->getUserItems($user,$bookmarks,$items,$itemcategorys,null,$ssoitems,3);
|
$em->getRepository("CadolesPortalBundle:Item")->getUserItems($user,$bookmarks,$items,$itemcategorys,null,$ssoitems,3);
|
||||||
|
|
||||||
|
|
|
@ -361,7 +361,7 @@ class BlogController extends Controller
|
||||||
if($groups[0]) {
|
if($groups[0]) {
|
||||||
if($groups[0]->getFgcanshare()) {
|
if($groups[0]->getFgcanshare()) {
|
||||||
$pages=$groups[0]->getPages();
|
$pages=$groups[0]->getPages();
|
||||||
if($pages) {
|
if($pages[0]) {
|
||||||
$idpage=$pages[0]->getId();
|
$idpage=$pages[0]->getId();
|
||||||
$groups=$pages[0]->getGroups();
|
$groups=$pages[0]->getGroups();
|
||||||
$idgroup=$groups[0]->getId();
|
$idgroup=$groups[0]->getId();
|
||||||
|
|
|
@ -182,7 +182,7 @@ class BlogarticleController extends Controller
|
||||||
if($groups[0]) {
|
if($groups[0]) {
|
||||||
if($groups[0]->getFgcanshare()) {
|
if($groups[0]->getFgcanshare()) {
|
||||||
$pages=$groups[0]->getPages();
|
$pages=$groups[0]->getPages();
|
||||||
if($pages) {
|
if($pages[0]) {
|
||||||
$idpage=$pages[0]->getId();
|
$idpage=$pages[0]->getId();
|
||||||
$groups=$pages[0]->getGroups();
|
$groups=$pages[0]->getGroups();
|
||||||
$idgroup=$groups[0]->getId();
|
$idgroup=$groups[0]->getId();
|
||||||
|
|
|
@ -341,7 +341,7 @@ class CalendarController extends Controller
|
||||||
if($groups[0]) {
|
if($groups[0]) {
|
||||||
if($groups[0]->getFgcanshare()) {
|
if($groups[0]->getFgcanshare()) {
|
||||||
$pages=$groups[0]->getPages();
|
$pages=$groups[0]->getPages();
|
||||||
if($pages) {
|
if($pages[0]) {
|
||||||
$idpage=$pages[0]->getId();
|
$idpage=$pages[0]->getId();
|
||||||
$groups=$pages[0]->getGroups();
|
$groups=$pages[0]->getGroups();
|
||||||
$idgroup=$groups[0]->getId();
|
$idgroup=$groups[0]->getId();
|
||||||
|
|
|
@ -362,7 +362,7 @@ class ProjectController extends Controller
|
||||||
if($groups[0]) {
|
if($groups[0]) {
|
||||||
if($groups[0]->getFgcanshare()) {
|
if($groups[0]->getFgcanshare()) {
|
||||||
$pages=$groups[0]->getPages();
|
$pages=$groups[0]->getPages();
|
||||||
if($pages) {
|
if($pages[0]) {
|
||||||
$idpage=$pages[0]->getId();
|
$idpage=$pages[0]->getId();
|
||||||
$groups=$pages[0]->getGroups();
|
$groups=$pages[0]->getGroups();
|
||||||
$idgroup=$groups[0]->getId();
|
$idgroup=$groups[0]->getId();
|
||||||
|
|
|
@ -207,7 +207,7 @@ class ProjecttaskController extends Controller
|
||||||
if($groups[0]) {
|
if($groups[0]) {
|
||||||
if($groups[0]->getFgcanshare()) {
|
if($groups[0]->getFgcanshare()) {
|
||||||
$pages=$groups[0]->getPages();
|
$pages=$groups[0]->getPages();
|
||||||
if($pages) {
|
if($pages[0]) {
|
||||||
$idpage=$pages[0]->getId();
|
$idpage=$pages[0]->getId();
|
||||||
$groups=$pages[0]->getGroups();
|
$groups=$pages[0]->getGroups();
|
||||||
$idgroup=$groups[0]->getId();
|
$idgroup=$groups[0]->getId();
|
||||||
|
|
Loading…
Reference in New Issue