2012-10-09 19:11:49 +02:00
|
|
|
.file-editor {
|
|
|
|
#editor{
|
2012-11-17 01:00:26 +01:00
|
|
|
border: none;
|
2012-11-23 17:51:38 +01:00
|
|
|
@include border-radius(0);
|
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-11-17 15:43:13 +01:00
|
|
|
|
|
|
|
.cancel-btn {
|
|
|
|
color: #B94A48;
|
|
|
|
&:hover {
|
|
|
|
color: #B94A48;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.commit-button-annotation {
|
|
|
|
@extend .alert;
|
|
|
|
@extend .alert-info;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-btn {
|
|
|
|
@extend .save-btn;
|
|
|
|
}
|
|
|
|
.message {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px 8px 0 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.commit_message-group {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2012-10-10 11:41:15 +02:00
|
|
|
textarea {
|
2012-11-17 15:43:13 +01:00
|
|
|
@extend .span8;
|
2012-10-10 11:41:15 +02:00
|
|
|
}
|
2012-10-09 19:11:49 +02:00
|
|
|
}
|
|
|
|
}
|