fixed login button
This commit is contained in:
parent
9c87050333
commit
4326346af5
@ -144,6 +144,7 @@ input, textarea {
|
|||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-cog {
|
.fa-cog {
|
||||||
padding-left: 0.8%;
|
padding-left: 0.8%;
|
||||||
float: right;
|
float: right;
|
||||||
@ -164,6 +165,28 @@ input, textarea {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logout {
|
||||||
|
width: initial;
|
||||||
|
padding: 1%;
|
||||||
|
|
||||||
|
background-color: rgba(0,0,0,0.05);
|
||||||
|
|
||||||
|
float: right;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
||||||
|
-webkit-transition: margin 0.5s ease, background-color 0.5s ease;
|
||||||
|
-moz-transition: margin 0.5s ease, background-color 0.5s ease;
|
||||||
|
-ms-transition: margin 0.5s ease, background-color 0.5s ease;
|
||||||
|
transition: margin 0.5s ease, background-color 0.5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logout:hover {
|
||||||
|
background-color: rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
#menuContainer, #optionsContainer {
|
#menuContainer, #optionsContainer {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user