Ajust global css
This commit is contained in:
parent
409ce10c65
commit
ea18a6f7dd
9 changed files with 21 additions and 19 deletions
|
@ -32,7 +32,7 @@ html, body {
|
|||
}
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
form {
|
||||
|
@ -60,9 +60,12 @@ form {
|
|||
#footer {
|
||||
background-color: rgb(240, 240, 240);
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
//margin-top: 1em;
|
||||
padding: 0;
|
||||
|
||||
p {
|
||||
line-height: 50px;
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -120,11 +120,11 @@
|
|||
#beta {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
position: absolute;
|
||||
top: 26px;
|
||||
position: fixed;
|
||||
bottom: 26px;
|
||||
right: -35px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
width: 150px;
|
||||
background-color: #008cba;
|
||||
color: #fff;
|
||||
|
@ -160,4 +160,3 @@
|
|||
.button_navbar:hover, .button-navbar-action:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div.row#footer
|
||||
%div#footer
|
||||
%p{class: "copyright col-md-push-2 col-md-10 col-lg-push-2 col-lg-10 text-muted small"}
|
||||
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
Env Test
|
||||
|
||||
%div.col-lg-2.col-md-2.no-padding
|
||||
%a#title_navbar{href: '/'}
|
||||
%div.row#home
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
|
||||
= csrf_meta_tags
|
||||
%body
|
||||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
Env Test
|
||||
|
||||
- if Rails.env == 'test'
|
||||
%script{type: 'text/javascript'}
|
||||
(typeof jQuery !== 'undefined') && (jQuery.fx.off = true);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div.col-lg-7.col-md-7.main-info
|
||||
%div.col-lg-8.col-md-8.main-info
|
||||
=@facade_data_view.procedure_id.nil? ? "Tous les dossiers" : truncate(@facade_data_view.procedure.libelle, {length: 50})
|
||||
%div.col-lg-3.col-md-3.options
|
||||
%div.row
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%div.col-lg-10.col-md-10.main-info
|
||||
%div.col-lg-11.col-md-11.main-info
|
||||
Recherche dans tous les dossiers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div.col-lg-7.col-md-7.main-info
|
||||
%div.col-lg-8.col-md-8.main-info
|
||||
%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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.col-lg-10.col-md-10
|
||||
.col-lg-11.col-md-11
|
||||
Default navbar
|
Loading…
Reference in a new issue