Improve the form styling on the index page
This commit is contained in:
parent
5a936ae101
commit
bfa7c26f03
1 changed files with 10 additions and 4 deletions
|
|
@ -112,20 +112,26 @@
|
||||||
(div
|
(div
|
||||||
(@ (class "col-md-6"))
|
(@ (class "col-md-6"))
|
||||||
(div
|
(div
|
||||||
(@ (class "form-group"))
|
(@ (class "form-group form-group-lg"))
|
||||||
(label (@ (for "base_commit"))
|
(label (@ (class "control-label")
|
||||||
|
(style "font-size: 18px;")
|
||||||
|
(for "base_commit"))
|
||||||
"Base commit")
|
"Base commit")
|
||||||
(input (@ (type "text")
|
(input (@ (type "text")
|
||||||
(class "form-control")
|
(class "form-control")
|
||||||
|
(style "font-family: monospace;")
|
||||||
(id "base_commit")
|
(id "base_commit")
|
||||||
(name "base_commit")
|
(name "base_commit")
|
||||||
(placeholder "base commit"))))
|
(placeholder "base commit"))))
|
||||||
(div
|
(div
|
||||||
(@ (class "form-group"))
|
(@ (class "form-group form-group-lg"))
|
||||||
(label (@ (for "target_commit"))
|
(label (@ (class "control-label")
|
||||||
|
(style "font-size: 18px;")
|
||||||
|
(for "target_commit"))
|
||||||
"Target commit")
|
"Target commit")
|
||||||
(input (@ (type "text")
|
(input (@ (type "text")
|
||||||
(class "form-control")
|
(class "form-control")
|
||||||
|
(style "font-family: monospace;")
|
||||||
(id "target_commit")
|
(id "target_commit")
|
||||||
(name "target_commit")
|
(name "target_commit")
|
||||||
(placeholder "target commit")))))
|
(placeholder "target commit")))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue