Design improved

This commit is contained in:
Dmitriy Zaporozhets 2012-10-10 12:41:15 +03:00 committed by Valeriy Sizov
parent 57e2b5ed1a
commit 02c83f122a
2 changed files with 21 additions and 18 deletions

View file

@ -1,14 +1,14 @@
.file-editor {
#editor{
height: 500px;
width: 90%;
width: 100%;
position: relative;
margin-bottom: 20px;
}
textarea{
display: block;
width: 40%;
margin: 10px 0 10px 0;
.editor-commit-comment {
padding-top:20px;
textarea {
width: 50%;
margin-left: 20px;
}
}
}