T204 Saved button repositioned

This commit is contained in:
2021-03-02 14:52:19 +01:00
parent 9c186a1295
commit d8a682be27
2 changed files with 28 additions and 11 deletions

View File

@@ -83,19 +83,31 @@ label {
border-bottom: gray 1px solid;
}
#messageFields {
height: 120px;
}
.fieldFloater {
float: left;
height: 100%;
}
#functionBar {
/*width: 100%;*/
/*margin-top: 50px;*/
margin: 26px;
}
/*TODO add inactive state of the button*/
.buttonSpacer {
height: 30%;
}
.functionBarButton {
width: 200px;
/*float: left;*/
margin-left: 10px;
margin-right: 10px;
clear: both;
width: 263px;
height: 40%;
margin-left: 80px;
right: 0;
/*margin: auto;*/
font-size: 24px;
padding: 12px;
text-align: center;