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
1 changed files with 5 additions and 0 deletions

View File

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