##// END OF EJS Templates
svn: enable hooks and integration framework execution....
svn: enable hooks and integration framework execution. - This change will allow SVN to execute rhodecode integration framework via executing the builting hooks. - uses txn_id for svn to provide metadata required via Apache - Interception of SVN transaction is required to use temporary stores for metadata - hooks are now part of vcsserver where the install/control logic is stored

File last commit:

r1513:940ac693 default
r2677:25d65914 default
Show More
rhodecode-toast.less
27 lines | 430 B | text/x-less | LessCssLexer
notifications: make styling match the design
r704 @import '../../../../css/variables';
css: using variables and mixins for toast component
r766 @import '../../../../css/mixins';
notifications: make styling match the design
r704
notifications: different approach with fixed/standard container
r1483 .alert{
margin: 10px 0;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
notifications: different approach with fixed/standard container
r1483
rhodecode-toasts: allow removing single elements from toast queue.
r1513 .toast-close {
margin: 0;
float: right;
cursor: pointer;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
notifications: different approach with fixed/standard container
r1483 .toast-message-holder{
rhodecode-toast: css improvements.
r1484 background: fade(#fff, 25%);
notifications: different approach with fixed/standard container
r1483
&.fixed{
position: fixed;
rhodecode-toast: css improvements.
r1484 padding: 10px 0;
margin-left: 10px;
margin-right: 10px;
notifications: different approach with fixed/standard container
r1483 top: 0;
rhodecode-toast: css improvements.
r1484 left: 0;
right:0;
z-index: 100;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
}