Starting left_pannel and navbar for dossiers show
This commit is contained in:
parent
e17c592ab4
commit
d974040540
4 changed files with 27 additions and 1 deletions
|
@ -13,8 +13,23 @@
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
.infos {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#action-block {
|
#action-block {
|
||||||
|
.action {
|
||||||
|
background-color: #E45B51;
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
color: #FFFFFF;
|
||||||
|
margin: 0 10px 0 0;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: Arial;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#menu-block {
|
#menu-block {
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 58px;
|
line-height: 58px;
|
||||||
|
height: 58px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
.options {
|
.options {
|
||||||
|
|
|
@ -1,2 +1,11 @@
|
||||||
|
%div#first-block
|
||||||
|
%div.infos
|
||||||
|
%div #{@facade.dossier.nom_projet}
|
||||||
|
%div Dossier n°#{@facade.dossier.id}
|
||||||
|
|
||||||
|
%div#action-block
|
||||||
|
%div.action FIGER LE DOSSIER
|
||||||
|
|
||||||
|
%div#menu-block
|
||||||
|
|
||||||
|
%div#infos-block
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%div.col-lg-7.col-md-7.main-info
|
%div.col-lg-7.col-md-7.main-info
|
||||||
Start UP region ile de france (8 dossiers en cours)
|
%span{ 'data-toggle' => :tooltip, "data-placement" => :bottom, title: @facade.dossier.procedure.libelle }
|
||||||
|
= @facade.dossier.procedure.libelle.truncate(60)
|
||||||
%div.col-lg-3.col-md-3.options
|
%div.col-lg-3.col-md-3.options
|
||||||
%div.row
|
%div.row
|
||||||
%div.col-lg-12.col-md-12
|
%div.col-lg-12.col-md-12
|
||||||
|
|
Loading…
Add table
Reference in a new issue