Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.8 KiB

  1. #sipClient {
  2. background-color : #333;
  3. font-size : 13px;
  4. line-height : 1.42857143;
  5. p {
  6. margin : 0;
  7. padding : 0 0 10px 0;
  8. line-height : 18px;
  9. }
  10. .sipStatus {
  11. margin : 0 -15px 15px -15px;
  12. padding : 5px 15px;
  13. background-color : #111;
  14. color : #999;
  15. }
  16. #txtCallStatus { color : #fff; }
  17. #sip-dialpad {
  18. width : 292px;
  19. padding : 16px 20px;
  20. }
  21. #sip-dialpad .col-xs-4 { text-align : center; }
  22. .digit {
  23. height : 66px;
  24. width : 66px;
  25. margin : 0 8px 14px !important;
  26. background-color : #f8f8f8;
  27. font-weight : 300;
  28. font-size : 24px;
  29. border-radius : 100px;
  30. line-height : 21px;
  31. padding-top : 9px;
  32. float : left;
  33. span {
  34. display : block;
  35. color : #999;
  36. font-size : 10px;
  37. font-weight : normal;
  38. }
  39. }
  40. .sip-panel h3 { margin-top : 22px; }
  41. #sip-splash {
  42. height : 371px;
  43. .fa {
  44. margin-bottom : 15px;
  45. }
  46. .fa-circle {
  47. color: #5cb85c;
  48. }
  49. }
  50. #sip-log .panel-heading {
  51. padding : 10px 8px;
  52. }
  53. #sip-logitems {
  54. height : 332px;
  55. overflow : auto;
  56. }
  57. #sldVolume {
  58. width : 140px;
  59. margin : 0 auto;
  60. box-shadow : none;
  61. }
  62. .sip-logitem {
  63. padding : 4px;
  64. }
  65. #numDisplay::-webkit-input-placeholder { color:#bbb; }
  66. #numDisplay::-moz-placeholder { color:#bbb; }
  67. #numDisplay::-ms-input-placeholder { color:#bbb; }
  68. #numDisplay::-moz-placeholder { color:#bbb; }
  69. }