Merge pull request #2131 from expsa/dev_base_ahi
fix (odex25_debrand): bug on style has been solved
This commit is contained in:
commit
5e094feff2
|
|
@ -1,6 +1,6 @@
|
|||
.container{
|
||||
/* .container{
|
||||
max-width: 100%;
|
||||
}
|
||||
} */
|
||||
#background{
|
||||
height:100%;
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<t t-set="no_header" t-value="True"/>
|
||||
<t t-set="no_footer" t-value="True"/>
|
||||
<div id="background" t-attf-style="background-image: url('#{background_src}'); background-color: #{background_color};">
|
||||
<div class="container body_login" style="height: 100%;">
|
||||
<div class="container-fluid body_login" style="height: 100%;">
|
||||
<div id="bcard" t-attf-class="card border-0 mx-auto bg-100 {{login_card_classes}} o_database_list" style="float:left;">
|
||||
<div class="card-body">
|
||||
<div style="margin-top: 30%;">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</t>
|
||||
<t t-set="body_classname" t-value="'bg-100'"/>
|
||||
<div id="background" t-attf-style="background-image: url('#{background_src}'); background-color: #{background_color};">
|
||||
<div class="container body_login">
|
||||
<div class="container-fluid body_login">
|
||||
<div t-attf-class="card border-0 mx-auto bg-100 {{login_card_classes}} o_database_list" id="mcard">
|
||||
<div class="card-body">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<t t-set="no_header" t-value="True"/>
|
||||
<t t-set="no_footer" t-value="True"/>
|
||||
<div id="background" t-attf-style="background-image: url('#{background_src}'); background-color: #{background_color};">
|
||||
<div class="container body_login" style="height: 100%;">
|
||||
<div class="container-fluid body_login" style="height: 100%;">
|
||||
<div id="bcard" t-attf-class="card border-0 mx-auto bg-100 {{login_card_classes}} o_database_list" style="float:right;">
|
||||
<div class="card-body">
|
||||
<div style="margin-top: 30%;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue