Style: fix backoffice dossier width for small screen

This commit is contained in:
Simon Lehericey 2017-02-28 13:54:19 +01:00
parent ab3c1b4be4
commit 7b877dc28f
3 changed files with 3 additions and 4 deletions

View file

@ -2,8 +2,7 @@
font-family: Arial;
.show-block {
width: 840px;
min-width: 840px;
max-width: 840px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);

View file

@ -1,2 +1,2 @@
%div.col-lg-12.col-md-12.col-sm-12.col-xs-12#backoffice_dossier_show
#backoffice_dossier_show.col-xs-12
= render partial: "dossiers/dossier_show"

View file

@ -1,4 +1,4 @@
%div#main-container{class: "col-lg-#{main_container_size} col-md-#{main_container_size}"}
%div#main-container{class: "col-xs-#{main_container_size}"}
%div.row
= render partial: 'layouts/flash_messages'
%div.row