fix project details fields size

stable
Juanfran 2014-06-24 11:40:42 +02:00
parent 97aca351a9
commit 24b8760444
2 changed files with 5 additions and 2 deletions

View File

@ -21,10 +21,10 @@ block content
fieldset
input(type="text", placeholder="Slug")
fieldset
fieldset.half
input(type="text", placeholder="Number of sprints")
fieldset
fieldset.half
input(type="text", placeholder="Number of US points")
fieldset

View File

@ -17,4 +17,7 @@
padding: 12px;
text-align: center;
}
.half {
width: 45%;
}
}