🎨 global style
This commit is contained in:
parent
e03a8d4305
commit
aaf0cb53b8
@ -1,15 +1,15 @@
|
|||||||
{% trans_default_domain 'messages' %}
|
{% trans_default_domain 'messages' %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="google-signin-client_id"
|
<meta name="google-signin-client_id"
|
||||||
content="938689189350-frtrg93bnva4b3p7c1al880mi3ts5i35.apps.googleusercontent.com">
|
content="938689189350-frtrg93bnva4b3p7c1al880mi3ts5i35.apps.googleusercontent.com">
|
||||||
<title>{% block title %} {% trans %}menu.title{% endtrans %} - Fiche de compte dynamique{% endblock %}</title>
|
<title>{% block title %} {% trans %}menu.title{% endtrans %} - Fiche de compte dynamique{% endblock %}</title>
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
<link rel="stylesheet" href="{{ asset('build/app.css') }}">
|
<link rel="stylesheet" href="{{ asset('build/app.css') }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% block navigation %}
|
{% block navigation %}
|
||||||
@ -18,7 +18,7 @@
|
|||||||
{% block bigMain %}
|
{% block bigMain %}
|
||||||
|
|
||||||
{% include 'default/header.html.twig' %}
|
{% include 'default/header.html.twig' %}
|
||||||
<div class="row-fluid">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-sm-9 col-sm-offset-2">
|
<div class="col-xs-12 col-sm-9 col-sm-offset-2">
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -68,6 +68,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
@ -269,10 +270,27 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bodyland {
|
#bodyland {
|
||||||
|
min-height: 100vh;
|
||||||
.container {
|
.container {
|
||||||
min-height: 100vh;
|
min-height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .row {
|
||||||
|
min-height: 90vh;
|
||||||
|
// for crud forms
|
||||||
|
table{
|
||||||
|
thead{
|
||||||
|
th{
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
+ ul{
|
||||||
|
a {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
table {
|
table {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user