fix (odex25_debrand): bug on style has been solved
This commit is contained in:
parent
4ed2c2e6dd
commit
a5dc5758ff
|
|
@ -1,6 +1,6 @@
|
||||||
.container{
|
/* .container{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
} */
|
||||||
#background{
|
#background{
|
||||||
height:100%;
|
height:100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<t t-set="no_header" t-value="True"/>
|
<t t-set="no_header" t-value="True"/>
|
||||||
<t t-set="no_footer" 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 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 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 class="card-body">
|
||||||
<div style="margin-top: 30%;">
|
<div style="margin-top: 30%;">
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
</t>
|
</t>
|
||||||
<t t-set="body_classname" t-value="'bg-100'"/>
|
<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 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 t-attf-class="card border-0 mx-auto bg-100 {{login_card_classes}} o_database_list" id="mcard">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<t t-set="no_header" t-value="True"/>
|
<t t-set="no_header" t-value="True"/>
|
||||||
<t t-set="no_footer" 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 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 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 class="card-body">
|
||||||
<div style="margin-top: 30%;">
|
<div style="margin-top: 30%;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue