Added url for applying for api-tokens

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-04 11:24:44 +01:00
parent 785813b842
commit 76e7001e51
15 changed files with 665 additions and 304 deletions

View File

@@ -91,6 +91,27 @@ body {
height: 32px;
}
.token-container {
padding-top: 64px;
}
.token-form {
position: relative;
}
.full-form-token {
background: rgba(0,0,0,.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.center-loader-token {
margin: auto;
}
#send-loader {
position: absolute;
top: 0px;
@@ -405,6 +426,10 @@ li.disabled span {
user-select: text;
}
.auto-pointer {
cursor: auto !important;
}
#chatchannel li:nth-child(even), #chatall li:nth-child(even) {
background: rgba(0,0,0,.1);
}