gitlabhq/app/assets/stylesheets/sections/editor.scss

15 lines
209 B
SCSS
Raw Normal View History

2012-10-09 19:11:49 +02:00
.file-editor {
#editor{
height: 500px;
2012-10-10 11:41:15 +02:00
width: 100%;
2012-10-09 19:11:49 +02:00
position: relative;
}
2012-10-10 11:41:15 +02:00
.editor-commit-comment {
padding-top:20px;
textarea {
width: 50%;
margin-left: 20px;
}
2012-10-09 19:11:49 +02:00
}
}