##// END OF EJS Templates
models: allow different exception between pylons and pyramid for get_or_404 view.
models: allow different exception between pylons and pyramid for get_or_404 view.

File last commit:

r1484:5e0cbb3f default
r1512:82b03f22 default
Show More
rhodecode-toast.less
28 lines | 434 B | text/x-less | LessCssLexer
@import '../../../../css/variables';
@import '../../../../css/mixins';
.alert{
margin: 10px 0;
}
.toast-close{
text-align: right;
.btn {
margin: 0;
}
}
.toast-message-holder{
background: fade(#fff, 25%);
&.fixed{
position: fixed;
padding: 10px 0;
margin-left: 10px;
margin-right: 10px;
top: 0;
left: 0;
right:0;
z-index: 100;
}
}