mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 02:30:17 +00:00
Revert some things in "Proposal"
This reverts parts of commit ef66df0f08.
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
ef66df0f08
commit
b892917671
2 changed files with 19 additions and 48 deletions
|
|
@ -1,22 +1,9 @@
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
overflow: clip;
|
|
||||||
background-color: #0082c9;
|
|
||||||
background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Cantarell, Ubuntu, Helvetica Neue, Arial, Noto Color Emoji, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;;
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Cantarell, Ubuntu, Helvetica Neue, Arial, Noto Color Emoji, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, p {
|
|
||||||
margin: 8px 0 0;
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
h1, h2 {
|
|
||||||
margin-top: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #0082c9;
|
color: #0082c9;
|
||||||
|
|
@ -31,7 +18,7 @@ input[type="submit"] {
|
||||||
background-color: #0082c9;
|
background-color: #0082c9;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 0;
|
margin: 3px 3px 3px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: white;
|
color: white;
|
||||||
border: .5px solid black;
|
border: .5px solid black;
|
||||||
|
|
@ -123,11 +110,16 @@ form {
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
textarea,
|
|
||||||
select {
|
select {
|
||||||
padding: 10px 8px;
|
padding-left: 8px;
|
||||||
margin: 0;
|
padding-right: 8px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: .5px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: .5px solid black;
|
border: .5px solid black;
|
||||||
}
|
}
|
||||||
|
|
@ -140,7 +132,8 @@ select:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login > form > input[type="password"],
|
.login > form > input[type="password"],
|
||||||
.login > form > input[type="text"] {
|
.login > form > input[type="text"],
|
||||||
|
.login > form > input[type="submit"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -150,14 +143,12 @@ select:focus {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login > a.button ,
|
.login a.button,
|
||||||
.login > input[type="submit"] {
|
.login input[type="submit"] {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 33px;
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-wrapper {
|
.login-wrapper {
|
||||||
|
|
@ -174,28 +165,11 @@ select:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding: 0;
|
padding: 20px;
|
||||||
margin: 50px 8px 8px;
|
max-width: 100%;
|
||||||
border-radius: 16px;
|
word-break: break-word;
|
||||||
background-color: white;
|
|
||||||
position: static;
|
|
||||||
overflow: scroll;
|
|
||||||
height: calc(100% - 58px);
|
|
||||||
width: calc(100% - 16px);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: start;
|
|
||||||
}
|
|
||||||
|
|
||||||
section {
|
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: stretch;
|
|
||||||
justify-content: start;
|
|
||||||
gap: 16px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
@ -213,13 +187,12 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
background-color: #0082c9;
|
||||||
|
background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
|
||||||
height: 50px;
|
height: 50px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: inline-flex;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > form {
|
header > form {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
|
||||||
<h1>Nextcloud AIO v9.4.1</h1>
|
<h1>Nextcloud AIO v9.4.1</h1>
|
||||||
|
|
||||||
{# Add 2nd tab warning #}
|
{# Add 2nd tab warning #}
|
||||||
|
|
@ -675,7 +674,6 @@
|
||||||
<script type="text/javascript" src="before-unload.js"></script>
|
<script type="text/javascript" src="before-unload.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</section>
|
|
||||||
</main>
|
</main>
|
||||||
<div id="overlay">
|
<div id="overlay">
|
||||||
<div class="loader"></div>
|
<div class="loader"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue