Application.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: 23px;
  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-monthpicker-months .x-monthpicker-item {
  49. width: 52px;
  50. }
  51. .x-monthpicker-years {
  52. width: 105px;
  53. }
  54. .x-monthpicker-years .x-monthpicker-item {
  55. width: 52px;
  56. }
  57. .x-monthpicker-yearnav {
  58. height: 34px;
  59. }
  60. .x-monthpicker-yearnav-button-ct {
  61. width: 52px;
  62. }
  63. .x-monthpicker-yearnav-button {
  64. height: 12px;
  65. width: 12px;
  66. cursor: pointer;
  67. margin-top: 11px;
  68. }
  69. .x-datepicker-footer .x-btn-default-toolbar-small {
  70. padding: 2px 2px 2px 2px;
  71. min-width: 56px;
  72. }
  73. .x-monthpicker-buttons .x-btn-default-toolbar-small {
  74. padding: 2px 2px 2px 2px;
  75. min-width: 56px;
  76. }