More styling for Next button and error message

This commit is contained in:
summerscope
2014-10-23 15:46:56 +11:00
parent d50cd023d4
commit 4f2327f05c
2 changed files with 23 additions and 3 deletions

View File

@@ -25,6 +25,21 @@
margin-top: -2em
margin-bottom: 2em
padding: 4em 2em 2em 1em
.admin-cta
border: 1px solid #5498da
@include border-radius(3px)
text-align: center
padding: 1em
.error
display: block
color: white
background: red
margin-bottom: 1em
padding: 0.5em
font-style: oblique
a.selector
position: relative

View File

@@ -53,6 +53,11 @@
You want to use OFN as a place for people to find and contact you.
.sixteen.columns.alpha
%span.error{ ng: { show: "(enterprise.sells.$error.pattern || enterprise.sells.$error.pattern) && submitted" } }
Please select an option
%input{ type: 'submit', ng: { click: "submit(enterprise)" } }
.admin-cta
%span.error{ ng: { show: "(enterprise.sells.$error.pattern || enterprise.sells.$error.pattern) && submitted" } }
Please choose one of the options above.
%input{ type: 'submit', value: 'Next', ng: { click: "submit(enterprise)" } }