forked from mirrors/easyappointments
Corrected styling issue with provider's settings page.
This commit is contained in:
parent
0dc88a85a9
commit
2953b3e492
1 changed files with 3 additions and 2 deletions
|
@ -634,8 +634,8 @@ body .form-horizontal .controls {
|
|||
}
|
||||
|
||||
#users-page #providers .breaks .btn {
|
||||
margin-right: 5px;
|
||||
padding: 4px 7px;
|
||||
margin-right: 5px;
|
||||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -666,6 +666,7 @@ padding: 4px 7px;
|
|||
|
||||
#settings-page .tab-content {
|
||||
margin: 15px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#settings-page .nav {
|
||||
|
|
Loading…
Reference in a new issue