first upload
This commit is contained in:
parent
49508db0dd
commit
49a206e06e
445 changed files with 145982 additions and 0 deletions
|
@ -0,0 +1,84 @@
|
|||
.frame-type-felogin_login form {
|
||||
background-color: #ECEDED;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login label > span{
|
||||
width: 200px;
|
||||
padding-top: 6px;
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
||||
|
||||
.frame-type-felogin_login input {
|
||||
margin-left: 20px;
|
||||
background: none repeat scroll 0 0 #F8F8F8;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login label {
|
||||
display: flex;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login input[type=submit] {
|
||||
/*margin-left: 120px;
|
||||
width: 206px;*/
|
||||
clear: both;
|
||||
border-radius: 0 0 0 0 !important;
|
||||
box-shadow: none !important;
|
||||
color: #333333 !important;
|
||||
cursor: pointer !important;
|
||||
height: 18px !important;
|
||||
line-height: 18px !important;
|
||||
margin-left: 120px !important;
|
||||
padding: 0 !important;
|
||||
text-shadow: none !important;
|
||||
background: url(../../../../../../fileadmin/template/images/button.jpg) no-repeat scroll 0 0 transparent !important;
|
||||
border: 0 none !important;
|
||||
cursor: pointer !important;
|
||||
font-size: 1em !important;
|
||||
font-weight: normal !important;
|
||||
height: 18px !important;
|
||||
line-height: 18px !important;
|
||||
margin-left: 120px !important;
|
||||
padding: 0 !important;
|
||||
text-align: center !important;
|
||||
width: 112px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.frame-type-felogin_login form {
|
||||
}
|
||||
|
||||
.frame-type-felogin_login label {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login label > span{
|
||||
flex: 1;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login input {
|
||||
margin-left: 0;
|
||||
flex: 1;
|
||||
float: none;
|
||||
display: block;
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.frame-type-felogin_login input[type=submit] {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
/*!
|
||||
* GBA v1.0.0 (https://www.koerbler.com)
|
||||
* Copyright 2017-2022 Mathias Stieger
|
||||
* Licensed under the GPL-2.0-or-later license
|
||||
*/
|
||||
console.log("WE LOVE TYPO3");
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue