mirror of
https://github.com/lldap/lldap.git
synced 2026-07-13 22:16:02 +00:00
ba0dc33583
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;
|
|
}
|