Fixed issue #317 Porject details layout

stable
Xavier Julián 2014-08-08 09:21:58 +02:00
parent 55001a01b5
commit be3234511f
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,8 @@
.project-details { .project-details {
form {
max-width: 700px;
width: 100%;
}
input[type="text"], input[type="text"],
textarea { textarea {
@extend %title; @extend %title;
@ -12,9 +16,6 @@
display: block; display: block;
margin-bottom: .2rem; margin-bottom: .2rem;
} }
input[type="text"] {
width: 50%;
}
textarea { textarea {
height: 10rem; height: 10rem;
} }

View File

@ -220,8 +220,8 @@
margin-bottom: 1rem; margin-bottom: 1rem;
div { div {
float: left; float: left;
position: relative;
margin-right: 1%; margin-right: 1%;
position: relative;
width: 49%; width: 49%;
&:last-child { &:last-child {
margin: 0; margin: 0;