1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Removed loader

This commit is contained in:
eldadfux 2019-08-10 01:30:47 +03:00
parent 79230c4de6
commit c539c52e92
4 changed files with 27 additions and 40 deletions

View file

@ -52,20 +52,6 @@ Resque::setBackend($redisHost . ':' . $redisPort);
define('COOKIE_DOMAIN', ($request->getServer('HTTP_HOST', null) !== 'localhost') ? '.' . $request->getServer('HTTP_HOST', false) : false);
/**
* Error Logging
*/
/*if($request->getServer('_APP_SENTRY_DSN')) {
$sentry = new Raven_Client($request->getServer('_APP_SENTRY_DSN'));
if($env == App::ENV_TYPE_PRODUCTION) {
$error_handler = new Raven_ErrorHandler($sentry);
$error_handler->registerExceptionHandler();
$error_handler->registerErrorHandler();
$error_handler->registerShutdownFunction();
}
}*/
/**
* Registry
*/

File diff suppressed because one or more lines are too long

View file

@ -1,29 +1,31 @@
.loader {
height: 0;
direction: ltr;
position: fixed;
top: 0;
width: 0;
margin: 0 auto;
.func-start(0);
opacity: 0;
z-index: 4;
}
// .loader {
// height: 0;
// direction: ltr;
// position: fixed;
// top: 0;
// width: 0;
// margin: 0 auto;
// .func-start(0);
// opacity: 0;
// z-index: 4;
// }
// .load-start ~ .loader {
// width: 100%;
// background: @config-color-focus;
// height: 3px;
// opacity: 1;
// 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;
// -o-transition: width .3s ease-out, opacity .5s ease-out;
// }
// .www .load-start ~ .loader {
// background: #fff;
// }
.load-start ~ .loader {
width: 100%;
background: @config-color-focus;
height: 3px;
opacity: 1;
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;
-o-transition: width .3s ease-out, opacity .5s ease-out;
}
.www .load-start ~ .loader {
background: #fff;
}
/*
.load-start > * {
opacity: 0;

View file

@ -449,7 +449,6 @@ fieldset {
height: auto;
width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:hover {