Skip to content

Commit

Permalink
Disable the 'Verify Button' if no sha is chosen
Browse files Browse the repository at this point in the history
This includes a substantial refactoring to smaller components
  • Loading branch information
Stig Lindqvist committed Sep 2, 2015
1 parent c4523d5 commit c0c5d23
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 237 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 c0c5d23

Please sign in to comment.