##// END OF EJS Templates
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
Backport PR #7933: Move dynamic buttons to the left and upload button to the right. Requested by @ellisonbg . Before: ![old](https://cloud.githubusercontent.com/assets/3292874/6454809/aa541ee4-c101-11e4-979f-707df477cdc2.PNG) ...

File last commit:

r20208:ae5abcb6
r20875:8a947555
Show More
edit.less
51 lines | 950 B | text/x-less | LessCssLexer
.dirty-indicator{
.fa();
width:20px;
}
.dirty-indicator-dirty{
.dirty-indicator();
}
.dirty-indicator-clean{
.dirty-indicator();
&:before{
.icon(@fa-var-check);
}
}
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#current-mode{
padding-left: 5px;
padding-right: 5px;
}
#texteditor-backdrop {
padding-top: @page-header-padding;
padding-bottom: @page-header-padding;
@media not print{
background-color: @page-backdrop-color;
}
#texteditor-container {
.CodeMirror-gutter, .CodeMirror-gutters {
@media print {
background-color: @body-bg;
}
@media not print {
background-color: @page-color;
}
}
@media not print{
padding: 0px;
background-color : @page-color;
.box-shadow(@global-shadow);
}
}
}