style.css edited online with Bitbucket
This commit is contained in:
parent
2fe7aa0b48
commit
8d827339a3
1 changed files with 8 additions and 14 deletions
22
style.css
22
style.css
|
@ -94,13 +94,11 @@ table.center {
|
|||
background-color: white;
|
||||
}
|
||||
.loginform_login {
|
||||
padding: 30px;
|
||||
padding-bottom: 0px;
|
||||
background: rgba(18,18,18, 0.3);
|
||||
border: 2px solid #DDDDDD;
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
bottom: 20px;
|
||||
position: absolute;
|
||||
top: 38px;
|
||||
left: 10px;
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.bild {
|
||||
|
@ -146,15 +144,11 @@ table.center {
|
|||
overflow: auto;
|
||||
}
|
||||
.m_login_c{
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
bottom: 20px;
|
||||
border: 2px solid #DDDDDD;
|
||||
border-radius: 8px;
|
||||
height: 200px;
|
||||
margin-top: -240px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
position: absolute;
|
||||
transform: translateX(-50%);
|
||||
border: 2px solid #DDDDDD
|
||||
}
|
||||
|
||||
.close {
|
||||
|
|
Reference in a new issue