1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Minor UI updates

This commit is contained in:
Eldad Fux 2022-02-04 16:38:58 +02:00
parent e42c012961
commit 0764fae1f0
4 changed files with 28 additions and 29 deletions

View file

@ -137,7 +137,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
</div> </div>
</div> </div>
<p class="margin-top-small"><i class="icon-info-circled"></i> Data is aggregated and updated every 15 minutes</p> <p class="margin-top-small text-size-small"><i class="icon-info-circled"></i> Data is aggregated and updated every 15 minutes</p>
</div> </div>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,32 +1,31 @@
// .loader { .loader {
// height: 0; height: 0;
// direction: ltr; direction: ltr;
// position: fixed; position: fixed;
// top: 0; top: 0;
// width: 0; width: 0;
// margin: 0 auto; margin: 0 auto;
// .func-start(0); .func-start(0);
// opacity: 0; opacity: 0;
// z-index: 4; z-index: 4;
// } }
// .load-start ~ .loader { .load-start ~ .loader {
// width: 100%; width: 100%;
// background: var(--config-color-focus); background: var(--config-color-focus);
// height: 3px; height: 3px;
// opacity: 1; opacity: 1;
// transition: width .3s ease-out, opacity .5s ease-out; transition: width .3s ease-out, opacity .5s ease-out;
// -moz-transition: width .3s ease-out, opacity .5s ease-out; -moz-transition: width .3s ease-out, opacity .5s ease-out;
// -webkit-transition: width .3s ease-out, opacity .5s ease-out; -webkit-transition: width .3s ease-out, opacity .5s ease-out;
// -o-transition: width .3s ease-out, opacity .5s ease-out; -o-transition: width .3s ease-out, opacity .5s ease-out;
// } }
// .www .load-start ~ .loader { .www .load-start ~ .loader {
// background: #fff; background: #fff;
// } }
/*
.load-start > * { .load-start > * {
opacity: 0; opacity: 0;
} }
@ -37,7 +36,7 @@
-moz-transition: opacity .3s ease-out; -moz-transition: opacity .3s ease-out;
-webkit-transition: opacity .3s ease-out; -webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out; -o-transition: opacity .3s ease-out;
}*/ }
[data-ls-if] { [data-ls-if] {
display: none; display: none;