|
|
|
@ -154,7 +154,7 @@ div.dataTables_paginate {
|
|
|
|
|
------------*/
|
|
|
|
|
|
|
|
|
|
div.ngcp-modal .dataTables_wrapper {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
/*padding: 5px;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.ngcp-modal .control-group.error .dataTables_wrapper {
|
|
|
|
@ -200,15 +200,19 @@ div.ngcp-modal .control-group.error .dataTables_wrapper input[type="text"] {
|
|
|
|
|
/* -------------
|
|
|
|
|
Various form fields
|
|
|
|
|
----------------*/
|
|
|
|
|
input.ngcp_e164_cc {
|
|
|
|
|
width: 10%;
|
|
|
|
|
.modal-body .control-group .controls > input[type="text"],
|
|
|
|
|
.modal-body .control-group .controls > input[type="password"],
|
|
|
|
|
.modal-body .control-group .controls > select {
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
input.ngcp_e164_ac {
|
|
|
|
|
width: 10%;
|
|
|
|
|
.modal-body .control-group .controls input.ngcp_e164_cc {
|
|
|
|
|
width: 15%;
|
|
|
|
|
}
|
|
|
|
|
input.ngcp_e164_sn {
|
|
|
|
|
width: 69.5%;
|
|
|
|
|
.modal-body .control-group .controls input.ngcp_e164_ac {
|
|
|
|
|
width: 15%;
|
|
|
|
|
}
|
|
|
|
|
input {
|
|
|
|
|
width: 95%;
|
|
|
|
|
.modal-body .control-group .controls input.ngcp_e164_sn {
|
|
|
|
|
width: 67%;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|