style loading screen message
This commit is contained in:
@@ -77,7 +77,7 @@ define([], function () {
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #000;
|
color: #3F4141;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -94,6 +94,9 @@ define([], function () {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
p.cp-password-info{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
#cp-loading-password-prompt .cp-password-form {
|
#cp-loading-password-prompt .cp-password-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
@@ -201,6 +204,19 @@ define([], function () {
|
|||||||
animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85);
|
animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.primary{
|
||||||
|
border: 1px solid #4591c4;
|
||||||
|
padding: 8px 12px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
background-color: #4591c4;
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.primary:hover{
|
||||||
|
background-color: rgb(52, 118, 162);
|
||||||
|
}
|
||||||
|
|
||||||
*/}).toString().slice(14, -3);
|
*/}).toString().slice(14, -3);
|
||||||
var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; });
|
var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; });
|
||||||
var elem = document.createElement('div');
|
var elem = document.createElement('div');
|
||||||
|
|||||||
Reference in New Issue
Block a user