mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
More width for better display in certain languages
This commit is contained in:
parent
78ab4ac3d2
commit
505b709e50
2 changed files with 3 additions and 3 deletions
|
@ -849,12 +849,12 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-page .personal-info-wrapper {
|
#settings-page .personal-info-wrapper {
|
||||||
max-width: 400px;
|
max-width: 450px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-page .miscellaneous-wrapper {
|
#settings-page .miscellaneous-wrapper {
|
||||||
max-width: 400px;
|
max-width: 450px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -384,7 +384,7 @@ body {
|
||||||
#success-frame .btn {
|
#success-frame .btn {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 250px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
Loading…
Reference in a new issue