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.

forms.css 1.9 KiB

13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
13 vuotta sitten
12 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* FORMS */
  2. div.form-title {
  3. /*background-color: #e0eeff;*/
  4. padding: 5px 19px 15px 19px;
  5. border-bottom: 1px solid #eee;
  6. }
  7. .appframe-titlebar .label {
  8. vertical-align: middle;
  9. margin-right: 7px;
  10. }
  11. div.form-section-head {
  12. border-top: 1px solid #ccc;
  13. padding: 11px 23px 0px 23px;
  14. }
  15. div.form-layout-row:first-child .form-section-head {
  16. border-top: 0px solid #ccc !important;
  17. margin-top: 0px;
  18. padding-top: 0px;
  19. }
  20. div.form-section-head h3 {
  21. line-height: 20px;
  22. }
  23. div.form-section-head hr {
  24. margin: 9px 0px;
  25. }
  26. div.frm_print_wrapper {
  27. background-color:#FFF;
  28. border:1px solid #444;
  29. padding: 40px;
  30. box-shadow:1px 1px 8px #229;
  31. -moz-box-shadow: 1px 1px 8px #229;
  32. -webkit-box-shadow: 1px 1px 8px #229;
  33. }
  34. div.page_break {
  35. margin: 24px 0px;
  36. border-top: 1px dashed #888;
  37. }
  38. div.dialog_frm {
  39. position: relative;
  40. margin: 10px;
  41. }
  42. .top_cell {
  43. height: 50px;
  44. }
  45. div.attach_area {
  46. padding: 8px;
  47. margin: 8px;
  48. background-color: #EEE;
  49. }
  50. div.attach_area table {
  51. width: 100%;
  52. }
  53. .tablabel_normal {
  54. margin: 0 4px 0 0;
  55. padding: 3px 5px;
  56. line-height: 1.3em;
  57. display: inline;
  58. cursor: pointer;
  59. }
  60. .tablabel_selected {
  61. margin: 0 4px 0 0;
  62. padding: 3px 5px;
  63. line-height: 1.3em;
  64. font-weight: bold;
  65. display: inline;
  66. cursor: pointer;
  67. color: #000;
  68. }
  69. .sectionCell {
  70. padding: 5px;
  71. vertical-align: top;
  72. }
  73. .code_area {
  74. width: 80%;
  75. margin: 8px;
  76. padding: 4px;
  77. background-color: #F8F8F8;
  78. border: 1px solid #CCC;
  79. overflow-x: auto;
  80. }
  81. .code_text {
  82. width: 100%;
  83. height: 360px;
  84. margin-top: 3px;
  85. font-family: Courier, Fixed;
  86. font-size: 12px;
  87. }
  88. div.time_field select{
  89. display: inline;
  90. margin: 2px;
  91. width: 45px;
  92. }
  93. /* sidebar */
  94. div.sidebar-comment-wrapper input {
  95. width: 70%;
  96. }
  97. div.sidebar-comment-message {
  98. margin-top: 8px;
  99. color: #777;
  100. }
  101. div.sidebar-comment-text {
  102. font-size: 12px;
  103. font-weight: bold;
  104. margin-top: 8px;
  105. color: #444;
  106. }
  107. div.sidebar-comment-info {
  108. color: #777;
  109. }