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

18 lines
258 B
SCSS
Raw Normal View History

2012-10-09 19:11:49 +02:00
.file-editor {
#editor{
2012-11-17 01:00:26 +01:00
border: none;
2012-10-09 19:11:49 +02:00
height: 500px;
2012-11-17 01:00:26 +01:00
margin: 0;
padding: 0;
2012-10-09 19:11:49 +02:00
position: relative;
2012-11-17 01:00:26 +01:00
width: 100%;
2012-10-09 19:11:49 +02:00
}
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
}
}