Reduced Ommpa Loompa banner and show time ISsue #669

stable
Xavier Julián 2014-08-25 11:46:13 +02:00
parent 354d840ef6
commit 9c0b65ba6f
3 changed files with 17 additions and 14 deletions

View File

@ -173,7 +173,7 @@ class ConfirmService extends taiga.Service
if @.tsem if @.tsem
cancelTimeout(@.tsem) cancelTimeout(@.tsem)
@.tsem = timeout 3500, => @.tsem = timeout 1500, =>
body.find(selector) body.find(selector)
.removeClass('active') .removeClass('active')
.addClass('inactive') .addClass('inactive')

View File

@ -3,7 +3,6 @@
background: rgba($gray-light, .95); background: rgba($gray-light, .95);
color: $white; color: $white;
padding: 1rem; padding: 1rem;
padding-bottom: .5em;
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
@ -19,6 +18,9 @@
display: inline-block; display: inline-block;
margin-left: .5rem; margin-left: .5rem;
width: 80%; width: 80%;
p {
margin: 0;
}
} }
.warning { .warning {
@extend %xlarge; @extend %xlarge;
@ -35,7 +37,7 @@
} }
.notification-message-success { .notification-message-success {
background: rgba($fresh-taiga, .95); background: rgba($fresh-taiga, .9);
.icon-notification-success { .icon-notification-success {
@extend %xxlarge; @extend %xxlarge;
display: inline; display: inline;
@ -44,7 +46,7 @@
} }
.notification-message-error { .notification-message-error {
background: rgba($red, .95); background: rgba($red, .9);
.icon-notification-error { .icon-notification-error {
@extend %xxlarge; @extend %xxlarge;
display: inline; display: inline;

View File

@ -15,12 +15,6 @@ body {
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
width: 100%; width: 100%;
&.closed-projects-nav {
.projects-nav {
@include transform(translate3d(-300px, 0, 0));
@include transition (transform 1s ease);
}
}
.master { .master {
@include transition (transform 1s ease); @include transition (transform 1s ease);
&.ng-animate { &.ng-animate {
@ -53,9 +47,6 @@ body {
opacity: .9; opacity: .9;
} }
} }
&.loader-active {
overflow: hidden;
}
&.loading-project { &.loading-project {
overflow: hidden; overflow: hidden;
.projects-nav-overlay { .projects-nav-overlay {
@ -70,6 +61,17 @@ body {
} }
} }
.closed-projects-nav {
.projects-nav {
@include transform(translate3d(-300px, 0, 0));
@include transition (transform 1s ease);
}
}
.loader-active {
overflow: hidden;
}
.master { .master {
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;
@ -118,7 +120,6 @@ body {
margin-bottom: 1rem; margin-bottom: 1rem;
.action-buttons { .action-buttons {
flex-shrink: 0; flex-shrink: 0;
margin-right: 2rem;
padding-left: 1rem; padding-left: 1rem;
} }
h1 { h1 {