Help lightbox litle layout fix. Should be improved in future

stable
Xavier Julián 2014-08-27 14:11:17 +02:00
parent 4702eaab66
commit f4d7c6e5eb
4 changed files with 11 additions and 1 deletions

View File

@ -26,5 +26,5 @@ block content
include views/modules/admin/project-points
div.hidden.lightbox.lightbox-generic-notion(id="notion-admin-project-values-us-points", tg-lb-notion)
div.hidden.lightbox.lightbox-generic-notion.notion-admin-project-values-us-points(id="notion-admin-project-values-us-points", tg-lb-notion)
include views/modules/help-notions/lightbox-notion-admin-project-values-us-points

View File

@ -134,6 +134,11 @@ $prefix-for-spec: true;
@import 'layout/wiki';
@import 'layout/wiki-edit';
//#################################################
// Help
//#################################################
@import 'modules/help/lightbox-generic-notion';
//#################################################
// Shame
//#################################################

View File

@ -0,0 +1,5 @@
.lightbox-generic-notion {
section {
@include table-flex-child(0, 600px, 0);
}
}