Skip to content

Commit

Permalink
Merge pull request #320 from silverstripe/disabled-verify-button
Browse files Browse the repository at this point in the history
Disable the 'Verify Button' if no sha is chosen
  • Loading branch information
mateusz committed Sep 2, 2015
2 parents c4523d5 + 51ad079 commit fba7034
Show file tree
Hide file tree
Showing 5 changed files with 22,156 additions and 235 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Expand Up @@ -9956,6 +9956,10 @@ button.sidebar-open {
@media (max-width: 768px) {
.deploy-form-outer .deploy-form .SelectionGroup + .tab-content {
box-shadow: none; } }
.deploy-form-outer .deploy-form .SelectionGroup + .tab-content input[type="checkbox"] {
margin-bottom: 1em;
margin-top: 1em;
margin-right: 0.5em; }
.deploy-form-outer .deploy-form .SelectionGroup + .tab-content select,
.deploy-form-outer .deploy-form .SelectionGroup + .tab-content .select2,
.deploy-form-outer .deploy-form .SelectionGroup + .tab-content input[type="text"],
Expand Down

0 comments on commit fba7034

Please sign in to comment.