Updated broken structures

stable
Xavier Julián 2014-06-23 16:50:24 +02:00
parent 12f623d1f2
commit f527670595
4 changed files with 27 additions and 15 deletions

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind! title Taiga Project management web application with scrum in mind!
block content block content
include views/components/notification-message
div.wrapper div.wrapper
sidebar.menu-secondary.sidebar sidebar.menu-secondary.sidebar
header header

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind! title Taiga Project management web application with scrum in mind!
block content block content
div.wrapper
sidebar.menu-secondary.sidebar sidebar.menu-secondary.sidebar
include views/modules/search-in include views/modules/search-in

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind! title Taiga Project management web application with scrum in mind!
block content block content
div.wrapper
section.main.taskboard section.main.taskboard
h1 h1
span ProjectName span ProjectName

View File

@ -201,3 +201,12 @@ a:visited {
.icon-warning:before { .icon-warning:before {
content: 'C'; content: 'C';
} }
.icon-notification-success:before {
content: 'D';
}
.icon-notification-error:before {
content: 'E';
}
.icon-floppy:before {
content: 'F';
}