Start backoffice dossier index menu, enable switch between procedures and notifications in left-pannel

This commit is contained in:
JC 2016-12-27 11:15:20 +01:00
parent e37012dce6
commit cea14845d2
4 changed files with 43 additions and 3 deletions

View file

@ -67,5 +67,5 @@ h5 span {
.split-hr-left {
border-bottom: 1px solid #FFFFFF;
margin: 20px 10px 0px 0;
margin: 20px 10px 0px 10px;
}

View file

@ -1,6 +1,6 @@
#left-pannel {
margin-top: 60px;
padding: 0 0 0 10px;
padding: 0;
background-color: #003189;
height: calc(100% - 60px);
position: fixed;
@ -51,6 +51,41 @@
}
}
#menu-block {
#switch-buttons {
height: 40px;
line-height: 40px;
font-size: 16px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 205px;
border: 1px solid;
padding: 0 0 0 10px;
border-radius: 25px;
#switch-procedures {
height: 38px;
margin: 0 -5px 0 -10px;
padding-left: 10px;
width: 100px;
display: inline-block;
background-color: #CCCCCC;
border-radius: 25px 0 0 25px;
}
#switch-notifications {
width: 100px;
background-color: #CCCCCC;
display: inline-block;
border-radius: 0 25px 25px 0;
height: 38px;
margin: 0 0 0 -5px;
padding: 0 0 0 5px;
}
}
.split-hr {
border-bottom: 1px solid #FFFFFF;
width: 200px;
margin: 20px 0 20px 0;
}
}
#infos-block {
.split-hr {

View file

@ -1,5 +1,5 @@
#search-block{
margin: 15px 10px 0 0;
margin: 15px 10px 0 10px;
height: 30px;
}

View file

@ -9,6 +9,11 @@
%div#action-block
%div#menu-block
%div.split-hr-left
#switch-buttons
#switch-procedures Procédures
|
#switch-notifications Notifications
%div#infos-block
%div.split-hr-left