fixed nav for long pages

stable
Xavier Julián 2014-06-04 12:25:33 +02:00
parent 96f7a19c0f
commit 1bab78eb08
3 changed files with 15 additions and 11 deletions

View File

@ -38,6 +38,7 @@ body {
flex-shrink: 0;
flex-basis: 200px;
padding: 2em;
padding-left: calc(2em + 90px);
}
.icon {

View File

@ -6,6 +6,8 @@
flex-wrap: wrap;
padding: 2em .3em;
font-family: 'ostrichSans';
height: 100%;
position: fixed;
}
.logo {

View File

@ -9,14 +9,15 @@ section.backlog-table
div.status.width-2
div.points.width-1 Front
div.points.width-1 Back
div.row.table-main
div.user-stories.width-4
input(type="checkbox", name="")
a(href="") Crear el perfil de usuario Senior en el admin
a(href="", title="Edit")
span.icon.icon-edit
a(href="", title="Delete")
span.icon.icon-delete
div.status.width-2 Status
div.points.width-1 Front
div.points.width-1 Back
- for (var x = 0; x < 50; x++)
div.row.table-main
div.user-stories.width-4
input(type="checkbox", name="")
a(href="") Crear el perfil de usuario Senior en el admin
a(href="", title="Edit")
span.icon.icon-edit
a(href="", title="Delete")
span.icon.icon-delete
div.status.width-2 Status
div.points.width-1 Front
div.points.width-1 Back