mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Decreased margins in working plan components.
This commit is contained in:
parent
511da5b7ce
commit
6f05d15596
1 changed files with 12 additions and 2 deletions
|
@ -641,9 +641,14 @@ body .form-horizontal .controls {
|
|||
}
|
||||
|
||||
|
||||
#users-page .working-plan .checkbox,
|
||||
#users-page .working-plan input[type="text"],
|
||||
#users-page .working-plan button {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#users-page .working-plan td input[type="text"] {
|
||||
width: 55px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#users-page .editable form,
|
||||
|
@ -676,8 +681,13 @@ body .form-horizontal .controls {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#business-logic .working-plan .checkbox,
|
||||
#business-logic .working-plan input[type="text"],
|
||||
#business-logic .working-plan button {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#business-logic .working-plan td input[type="text"] {
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
width: 55px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue