input.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .base {
  2. margin-left: 10px;
  3. margin-top: 10px;
  4. border: 1px solid #ddd;
  5. }
  6. .base legend {
  7. margin-left: 5px;
  8. font-weight: bold;
  9. font-size: 12px;
  10. color: #0066cc;
  11. }
  12. .base table {
  13. margin-left: 10px;
  14. }
  15. .base table tr {
  16. height: 40px;
  17. }
  18. .base table th {
  19. width: 90px;
  20. font-size: 13px;
  21. }
  22. .base table input {
  23. /*width: 200px;*/
  24. }
  25. .base table select {
  26. width: 200px;
  27. }
  28. .hidden {
  29. display: none;
  30. }
  31. .button-td{
  32. background: url("../../themes/default/images/icons-all.gif") no-repeat
  33. scroll 0 0 transparent;
  34. display: inline-block !important;
  35. position: relative;
  36. vertical-align: top;
  37. border: medium none;
  38. height: 24px;
  39. font-size:12px;
  40. line-height: 24px;
  41. text-align: center;
  42. width: 95px;
  43. float: right;
  44. cursor:default;
  45. margin:2px 20px 2px 2px;
  46. }
  47. .button-td-left{
  48. float: left;
  49. margin:2px;
  50. }
  51. .button-td-hover{
  52. background-position: 0 -30px;
  53. }
  54. #icon-div{
  55. height:250px;
  56. }
  57. #field-div{
  58. border:1px solid #828790;
  59. width:200px;
  60. height:198px;
  61. }
  62. .fields-ul
  63. {
  64. width: 95%;
  65. height:95%;
  66. margin: 0;
  67. padding: 0;
  68. overflow-y:auto;
  69. overflow-x:hidden;
  70. }
  71. #icon-div ul{
  72. list-style:none;
  73. padding:0;
  74. margin:0;
  75. }
  76. #icon-div ul li{
  77. float:left;
  78. margin:5px;
  79. list-style:none;
  80. display:block;
  81. }
  82. #icon-div ul li a{
  83. font-size:17px;
  84. }
  85. .selected {
  86. border-color: #86a9d1;
  87. background-color:#c3dcfc;
  88. }
  89. label.custom-label{
  90. padding-left: 15px;
  91. text-indent: -15px;
  92. cursor:pointer;
  93. font-size:12px;
  94. }
  95. label.custom-label input{
  96. width: 13px;
  97. height: 13px;
  98. padding: 0;
  99. margin:0;
  100. vertical-align: bottom;
  101. position: relative;
  102. top: -1px;
  103. *overflow: hidden;
  104. }