Added colour to required asterisks
Added padding to the footer
Added bootstrap class to select elements
Added various icons to buttons
Fixed various button layouts
Reworded some messages
Moved around some form elements
Fixes #12
13 lines
163 B
CSS
13 lines
163 B
CSS
header h2 {
|
|
font-family: 'Bebas Neue', cursive;
|
|
}
|
|
|
|
.table>tbody {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table>tbody a {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
}
|