##// END OF EJS Templates
Interpret another error as missing symlink support on Windows...
Interpret another error as missing symlink support on Windows This occurs if the system and Python support symlinks, but the user does not have permission to create them.

File last commit:

r17474:f201b462
r18074:0d0da44d
Show More
savewidget.less
34 lines | 596 B | text/x-less | LessCssLexer
span#save_widget {
padding: 0px 5px;
margin-top: 12px;
}
span#checkpoint_status, span#autosave_status {
font-size: small;
}
@media (max-width: 767px) {
span#save_widget {
font-size: small;
}
span#checkpoint_status, span#autosave_status {
font-size: x-small;
}
}
@media (max-width: 767px) {
span#checkpoint_status, span#autosave_status {
display: none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
span#checkpoint_status {
display: none;
}
span#autosave_status {
font-size: x-small;
}
}