Have the private option in the new repo form alert the user about needing to purchase a plan and let them do so

This commit is contained in:
Joseph Schorr 2013-10-28 17:08:26 -04:00
parent bb2446c45c
commit 1ee21318d4
4 changed files with 133 additions and 36 deletions

View file

@ -130,6 +130,16 @@
text-decoration: none !important;
}
.new-repo .required-plan {
margin: 10px;
margin-top: 20px;
margin-left: 50px;
}
.new-repo .required-plan .alert {
color: #444 !important;
}
.new-repo .new-header {
font-size: 22px;
}