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 {
form {
max-width: 700px;
width: 100%;
}
input[type="text"],
textarea {
@extend %title;
@ -12,9 +16,6 @@
display: block;
margin-bottom: .2rem;
}
input[type="text"] {
width: 50%;
}
textarea {
height: 10rem;
}

View File

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