Restauration container.scss
This commit is contained in:
parent
cb9cd475c6
commit
941863a0f9
|
@ -23,7 +23,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.inline-box{
|
.inline-box{
|
||||||
flex: 100% 1 1;
|
flex: 0 0 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Barre de recherche
|
// Barre de recherche
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
// width: calc( 100% - 2*1em - 2*1em );
|
// width: calc( 100% - 2*1em - 2*1em );
|
||||||
flex: calc( 100% - 2*1em - 2*1em );
|
flex: calc( 100% - 2*1em - 2*1em );
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
margin: 1em;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|
||||||
|
@ -75,19 +76,14 @@
|
||||||
/* [2] INLINE-BOX pour afficher les listes de donnees
|
/* [2] INLINE-BOX pour afficher les listes de donnees
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
& > section > .inline-box{
|
& > section > .inline-box{
|
||||||
display: flex;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
// width: calc( 50% - 2*1em - 2*1em );
|
// width: calc( 50% - 2*1em - 2*1em );
|
||||||
flex: 100% 1 1;
|
flex: calc( 50% - 2*1em - 2*1em );
|
||||||
height: 2em;
|
margin: 1em;
|
||||||
margin: .5em 0;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
/* flex properties */
|
border-radius: 3px;
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
border-radius: 2px;
|
|
||||||
box-shadow: 0 0 1px #b7b7b7;
|
box-shadow: 0 0 1px #b7b7b7;
|
||||||
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -102,25 +98,30 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > span{
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
height: 2em;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
line-height: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (1) Titre de l'element */
|
/* (1) Titre de l'element */
|
||||||
.title{
|
.title{
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
font-size: 1.15em;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
color: darken($theme-color, 2);
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
& > span{
|
||||||
|
font-size: .8em;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (2) Code RFID */
|
/* (2) Code RFID */
|
||||||
/* (3) Adresse mail */
|
/* (3) Adresse mail */
|
||||||
.code,
|
.code,
|
||||||
.mail{
|
.mail{
|
||||||
|
display: block;
|
||||||
|
margin: 1em;
|
||||||
|
color: #333;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
// svg (icone)
|
// svg (icone)
|
||||||
svg{
|
svg{
|
||||||
|
@ -147,7 +148,10 @@
|
||||||
|
|
||||||
/* (4) Groupes */
|
/* (4) Groupes */
|
||||||
.groups{
|
.groups{
|
||||||
|
display: block;
|
||||||
|
margin: 1em;
|
||||||
|
color: #333;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
// svg (icone)
|
// svg (icone)
|
||||||
svg{
|
svg{
|
||||||
|
@ -168,11 +172,68 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > span{
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
padding: .1em .5em;
|
||||||
|
margin-right: calc( .4em + 2em );
|
||||||
|
|
||||||
|
border-radius: 3px 0 0 3px;
|
||||||
|
border: 1px solid #bdbdbd;
|
||||||
|
box-shadow: inset 0 0 2px #fafafa;
|
||||||
|
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
|
||||||
|
color: #333;
|
||||||
|
|
||||||
|
cursor: default;
|
||||||
|
|
||||||
|
&.add-group,
|
||||||
|
&.add-member{
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > span.rem-group,
|
||||||
|
& > span.rem-member{
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: -1px;
|
||||||
|
left: 100%;
|
||||||
|
width: 1em;
|
||||||
|
height: calc( 100% - .1em - 2px );
|
||||||
|
padding: .1em .5em;
|
||||||
|
|
||||||
|
border-radius: 0 3px 3px 0;
|
||||||
|
border: 1px solid #bdbdbd;
|
||||||
|
box-shadow: inset 0 0 2px #fafafa;
|
||||||
|
|
||||||
|
background: url('/src/static/sub-menu-side/remove.svg') center center no-repeat;
|
||||||
|
background-size: auto 70%;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
background-image: url('/src/static/sub-menu-side/remove.svg?'+$form-invalid-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (5) Lien vers la modification */
|
/* (5) Lien vers la modification */
|
||||||
.link_edit,
|
.link_edit,
|
||||||
.link_remove{
|
.link_remove{
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
position: relative;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
/* [3] On ajoute les données utilisateurs
|
/* [3] On ajoute les données utilisateurs
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
$view_user .= View::replace(self::templateUserlist('user'),[
|
$view_user .= View::replace(self::templateUserlist('user'), [
|
||||||
'user_id' => $user['id_user'],
|
'user_id' => $user['id_user'],
|
||||||
'user_username' => $user['username'],
|
'user_username' => $user['username'],
|
||||||
'user_firstname' => $user['firstname'],
|
'user_firstname' => $user['firstname'],
|
||||||
|
|
|
@ -330,8 +330,8 @@
|
||||||
}//createWarehouse();
|
}//createWarehouse();
|
||||||
|
|
||||||
debug();
|
debug();
|
||||||
$myView = new View('users.userlist', []);
|
// $myView = new View('users.userlist', []);
|
||||||
$myView->view();
|
// $myView->view();
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue