_fstyle.css 975 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .button-margin {
  2. margin-left: 15px !important;
  3. }
  4. .input-none-margin {
  5. margin: 0px !important;
  6. }
  7. .btn-margin-left {
  8. margin-left: 15px !important;
  9. }
  10. .table-head {
  11. float: left;
  12. width: 100%;
  13. height: auto;
  14. }
  15. .head-scu-label {
  16. margin-top: 35px;
  17. }
  18. .head-scu-btn {
  19. margin-top: 68px;
  20. }
  21. .line-margin {
  22. margin: 8px 0 !important;
  23. }
  24. .be-driver-checkbox {
  25. margin-top: 7px;
  26. }
  27. .btn-group-m-t {
  28. margin-top: 20px;
  29. }
  30. .upload-btn {
  31. white-space: nowrap;
  32. }
  33. .tree-box {
  34. border-radius: 0px !important;
  35. box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
  36. background: rgb(250, 250, 250) none repeat scroll 0% 0% !important;
  37. border: 1px solid rgb(204, 204, 204) !important;
  38. overflow-y: scroll !important;
  39. overflow-x: auto !important;
  40. margin-top: 0px !important;
  41. width: 224px !important;
  42. max-height: 160px !important;
  43. -moz-user-select: none !important;
  44. }
  45. .dept-tree {
  46. padding:10px
  47. }
  48. .w-e-text-container{
  49. height: 150px !important;
  50. }
  51. .editorHeight{
  52. height: 170px;
  53. }