Update app.css
This commit is contained in:
parent
32d273c16c
commit
292a526f40
|
|
@ -248,7 +248,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: inline-flex;
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-logo:hover,
|
.btn-logo:hover,
|
||||||
|
|
@ -422,11 +425,14 @@ iframe {
|
||||||
|
|
||||||
#navbarlogincontainer,
|
#navbarlogincontainer,
|
||||||
#navbarsignedincontainer {
|
#navbarsignedincontainer {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
margin-right: 0%;
|
margin-right: 0%;
|
||||||
margin-left: 0%;
|
margin-left: 0%;
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
|
@ -623,7 +629,10 @@ body {
|
||||||
|
|
||||||
.content_special,
|
.content_special,
|
||||||
#content_special {
|
#content_special {
|
||||||
display: inline-flex;
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue