Skip to content

Instantly share code, notes, and snippets.

@torrottum
Last active January 4, 2016 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torrottum/8587799 to your computer and use it in GitHub Desktop.
Save torrottum/8587799 to your computer and use it in GitHub Desktop.
Userstyle: It's Learning "Save as draft" button fix
/*
Userstyle to "fix" the annoying save as draft button on It's Learning.
Why make it red and move it to the right?
So I don't click the stupid button unless I absolutely want to.
(It was placed where the submit button was,
and my muscle memory clicks it when I want to deliver assignments)
*/
#AnswerCtrl_FormButtons_submitbutton {
float: right;
background-color: #e74c3c;
border-color: #c0392b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment