Application.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. * This file can be used to set variables and supply global styling. View specific
  3. * styling should be located the view's corresponding scss file.
  4. */
  5. $enable-font-awesome: dynamic(true);
  6. /**date-picker*/
  7. .x-datepicker-month .x-btn-inner {
  8. font-size: 12px;
  9. }
  10. .x-datepicker {
  11. width: 212px;
  12. }
  13. .x-datepicker-cell{
  14. border:none !important;
  15. }
  16. .x-datepicker-column-header {
  17. width: 30px;
  18. }
  19. .x-datepicker-column-header-inner {
  20. line-height: 25px;
  21. padding: 0 9px 0 0;
  22. }
  23. .x-datepicker-cell {
  24. text-align: right;
  25. border: 1px solid #fff;
  26. }
  27. .x-datepicker-date {
  28. padding: 0 7px 0 0;
  29. cursor: pointer;
  30. line-height: 20px;
  31. }
  32. .x-datepicker-footer,
  33. .x-monthpicker-buttons {
  34. padding: 3px 0;
  35. text-align: center;
  36. }
  37. .x-monthpicker {
  38. width: 212px;
  39. border-width: 1px;
  40. }
  41. .x-monthpicker-months {
  42. width: 105px;
  43. }
  44. .x-monthpicker-item-inner {
  45. margin: 0 5px 0 5px;
  46. line-height: 22px;
  47. }
  48. .x-datepicker2{
  49. .x-monthpicker-item-inner {
  50. line-height: 18px;
  51. }
  52. }
  53. .x-monthpicker-months .x-monthpicker-item {
  54. width: 52px;
  55. }
  56. .x-monthpicker-years {
  57. width: 105px;
  58. }
  59. .x-monthpicker-years .x-monthpicker-item {
  60. width: 52px;
  61. }
  62. .x-monthpicker-yearnav {
  63. height: 34px;
  64. }
  65. .x-monthpicker-yearnav-button-ct {
  66. width: 52px;
  67. }
  68. .x-monthpicker-yearnav-button {
  69. height: 12px;
  70. width: 12px;
  71. cursor: pointer;
  72. margin-top: 11px;
  73. }
  74. .x-datepicker-footer .x-btn-default-toolbar-small {
  75. padding: 2px 2px 2px 2px;
  76. min-width: 56px;
  77. }
  78. .x-monthpicker-buttons .x-btn-default-toolbar-small {
  79. padding: 2px 2px 2px 2px;
  80. min-width: 56px;
  81. }
  82. .x-datepicker-month .x-btn {
  83. padding: 9px;
  84. }
  85. .x-datepicker-arrow {
  86. height: 32px;
  87. }
  88. /* button */
  89. .x-btn-blue{
  90. background:#5fa2dd !important;
  91. border-color: #5fa2dd !important;
  92. .x-btn-inner-default-toolbar-small{
  93. color:#fff;
  94. }
  95. }