Fixed button display in mobile view of the success-frame.

This commit is contained in:
Alex Tselegidis 2015-11-23 22:12:17 +01:00
parent 2f2e1c5adc
commit 6a502b4aa6

View file

@ -353,6 +353,11 @@ body {
float: none !important;
}
#success-frame .btn {
margin-bottom: 10px;
width: 80%;
}
/**
* CANCEL APPOINTMENT
*/