Corrected styling issue with provider's settings page.

This commit is contained in:
Alex Tselegidis 2016-01-01 15:53:51 +01:00
parent 0dc88a85a9
commit 2953b3e492
1 changed files with 3 additions and 2 deletions

View File

@ -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 {