Skip to content

Commit

Permalink
new css
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed May 30, 2024
1 parent 9ccb2f1 commit 2cfe97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/build.crotmp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<hr>
<div class="field is-grouped">
<div class="control">
<button class="button is-link">Submit</button>
<button class="button is-info is-rounded is-small">Submit</button>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion templates/project.crotmp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<?{ .allow-manual-run == True && .disabled != True}>
<div class="panel-block">
<a class="button is-small" href="<.http-root>/build/project/<.project>" >Build now</a>
<a class="button is-info is-rounded is-small" href="<.http-root>/build/project/<.project>" >Build now</a>
</div>
</?>
<div class="is-fullwidth">
Expand Down

0 comments on commit 2cfe97f

Please sign in to comment.