Working plan css improvements
This commit is contained in:
parent
5dd8540577
commit
9800554b35
1 changed files with 8 additions and 3 deletions
|
@ -709,7 +709,7 @@ body .form-horizontal .controls {
|
||||||
|
|
||||||
#users-page #providers .working-plan-view .work-start,
|
#users-page #providers .working-plan-view .work-start,
|
||||||
#users-page #providers .working-plan-view .work-end {
|
#users-page #providers .working-plan-view .work-end {
|
||||||
max-width: 88px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#users-page .btn-toolbar {
|
#users-page .btn-toolbar {
|
||||||
|
@ -721,6 +721,11 @@ body .form-horizontal .controls {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#users-page #providers .breaks.table,
|
||||||
|
#settings-page .breaks.table {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
#users-page #providers .breaks .btn {
|
#users-page #providers .breaks .btn {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
|
@ -785,12 +790,12 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
#business-logic .working-plan td input[type="text"] {
|
#business-logic .working-plan td input[type="text"] {
|
||||||
max-width: 88px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#business-logic .working-plan .work-start,
|
#business-logic .working-plan .work-start,
|
||||||
#business-logic .working-plan .work-end {
|
#business-logic .working-plan .work-end {
|
||||||
max-width: 88px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#business-logic .working-plan label.checkbox {
|
#business-logic .working-plan label.checkbox {
|
||||||
|
|
Loading…
Reference in a new issue