Added FAB (well, not really floating). Improved form a bit.

This commit is contained in:
2016-05-21 23:00:58 +02:00
parent 33ba665a0c
commit ee41c82e19
3 changed files with 36 additions and 14 deletions

View File

@@ -93,3 +93,17 @@ h3 .material-icons {
font-size: 0.9em;
vertical-align: -0.15em;
}
.frs-content {
position: relative;
}
#frs-button-send {
position: absolute;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}